Yes for the moment I'm using this 

                <destinationInterceptors>
                  <virtualDestinationInterceptor>
                        <virtualDestinations>
                          <compositeQueue name="transactionQueue">
                                <forwardTo>
                                        <filteredDestination selector="VERSION 
= '1'" queue="Queue-1"/>
                                        <filteredDestination selector="VERSION 
= '2'" queue="Queue-2"/>
                                </forwardTo>
                          </compositeQueue>
                        </virtualDestinations>
                  </virtualDestinationInterceptor>
                </destinationInterceptors>


And each consumer is using each queue C1 -> Q1 and C2 -> Q2, and this is
working fine.

Thanks!




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Message-Selector-or-Composite-Destinations-tp4687564p4687777.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to