Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Message Dispatcher

Camel supports the Message Dispatcher from the EIP patterns using various approaches.

Image RemovedImage Added

You can use a component like JMS with selectors to implement a Selective Consumer as the Message Dispatcher implementation. Or you can use an Endpoint as the Message Dispatcher itself and then use a Content Based Router as the Message Dispatcher.

...