Chapter 6. Go beyond sequential processing: routing and filtering

 

This chapter covers
  • Filtering messages
  • Routing messages to one or many consumers
  • APIs for filtering and routing

 

Earlier chapters showed you how to use Spring Integration to create an application from a group of processing units. You learned to choose the format of the messages that are exchanged between components, and to define channels to which messages are published and thus propagated through endpoints to the message handlers that process them.

But there’s more to Spring Integration than this basic model. Sure, building an application like this is a simple and efficient (and therefore great) way to reduce coupling. You can also control the responsiveness of the system ...

Get Spring Integration in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.