Version: 5.0

We have a simple setup to test excludedDestinations config ...We are using
the broker and  example producer & consumer from the binary distribution
(broker instances A & B are on different hosts
Setup:

producer --- A ---- B--- consumer

    <networkConnectors>
      <networkConnector name="toB" uri="static://(tcp://B.foo.com:61616)">
           <excludedDestinations>
                <queue physicalName="TEST.>" />
           </excludedDestinations>
     </networkConnector>
    </networkConnectors>

We noticed that none of the queue or topic wildcards work, only specific
topic or queue names work in the exclusion. However,
http://activemq.apache.org/networks-of-brokers.html states "N.B. You can use
wildcards in inclusive , exclusive destination properties". Are we missing
anything ?

Thanks
- Sri

-- 
View this message in context: 
http://www.nabble.com/networkconnector-excludeDestinations-...-tp16154709s2354p16154709.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to