Dejan Bosanac created AMQ-6331:
----------------------------------
Summary: Honor excluded destinations in static routing on network
connectors
Key: AMQ-6331
URL: https://issues.apache.org/jira/browse/AMQ-6331
Project: ActiveMQ
Issue Type: Improvement
Affects Versions: 5.13.3
Reporter: Dejan Bosanac
Assignee: Dejan Bosanac
Fix For: 5.14.0
When a destination is part of "staticallyIncludedDestinations" and
"excludedDestinations" then the "excludedDestinations" behaviour is not obeyed
and the messages are forwarded to the target AMQ instance.
{code}
<staticallyIncludedDestinations>
<queue physicalName="FOO.>"/>
</staticallyIncludedDestinations>
<excludedDestinations>
<queue physicalName="FOO.BAR" />
</excludedDestinations>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)