wildcards don't work in networkconnector excludeDestinations
-------------------------------------------------------------
Key: AMQ-1629
URL: https://issues.apache.org/activemq/browse/AMQ-1629
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.0.0, 4.1.1
Environment: linux
Reporter: Sridhar Komandur
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
Broker A's activemq.xml has the following for NC config (everythingelse is the
same as in the orig config file):
<networkConnectors>
<networkConnector name="toB" uri="static://(tcp://B.foo.com:61616)">
<excludedDestinations>
<queue physicalName="TEST.>" />
</excludedDestinations>
</networkConnector>
</networkConnectors>
Issue: consumer attached to Broker B sees all the messages sent to TEST.FOO
(the default messages generated by the producer)
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
- Sridhar
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.