Your best bet if you want to filter based on message content is to use a
Camel route to consume from one queue, filter the messages it is interested
in (http://camel.apache.org/message-filter.html) and place them on another
queue for consumption. This allows for any type of custom filtering, and
will not interfere with the normal processing of messages in ActiveMQ as a
plugin might.

Hope that helps,

Jakub



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/How-to-filter-message-in-virtual-destinations-tp4668296p4668302.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to