Hi,
I have following configuration using amq 5.8 :

      <compositeQueue name="MY.QUEUE">
            <forwardTo>
              <filteredDestination selector="odd = 'yes'" queue="FOO"/>
              <filteredDestination selector="i = 5" topic="BAR"/>
            </forwardTo>
        </compositeQueue>

Filtering of the messages works great, but is it possible to redirect
messages that do not match filters to either DLQ queue or some custom queue?
I do not want to lose messages that do not match.

Please advise.



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Dlq-for-unmatching-filteredDestination-messages-tp4671256.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to