You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Selective Consumer

The Selective Consumer from the EIP patterns can be implemented in two ways

The first solution is to provide a Message Selector to the underlying URIs when creating your consumer. For example when using JMS you can specify a selector parameter so that the message broker will only deliver messages matching your criteria.

The other approach is to use a Message Filter which is applied; then if the filter matches the message your consumer is invoked as shown in the following example

Error formatting macro: snippet: java.lang.NullPointerException
  • No labels