Hi i have added the following in my activemq.xml file under broker section.
What occurs to me is that all th emessage sent to Queue TEST (from Siebel)
is forwarded to both queues test1 and test2.
It's like the selector is not taken into account. Is the syntax correct?
Should i define this filter somewhere else? from Siebel log file JMStype is
attache properly. Where can i check activemq log file? 

ciao vo

        <destinationInterceptors>
             <virtualDestinationInterceptor>
                     <virtualDestinations>
                  <compositeQueue name="TEST">
                          <forwardTo>
                    <filteredDestination selector = "JMSType = eeee"
queue="test1"/>
                            <filteredDestination selector = "JMSType = vvvv"
queue="test2"/>
                  </forwardTo>
                          </compositeQueue>
            </virtualDestinations>
        </virtualDestinationInterceptor>
        </destinationInterceptors>


-- 
View this message in context: 
http://old.nabble.com/filtereddestination-selector-tp28739326p28739326.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to