You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2016/06/21 13:05:57 UTC

[jira] [Created] (AMQ-6331) Honor excluded destinations in static routing on network connectors

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)