Message Dispatcher
Camel supports the Message Dispatcher from the EIP patterns book.
In Apache Camel, the Message Dispatcher can be achieved in different ways such as:
-
You can use a component like JMS with selectors to implement a Selective Consumer as the Message Dispatcher implementation.
-
Or you can use a Message Endpoint as the Message Dispatcher itself, or combine this with the Content-Based Router as the Message Dispatcher.