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:09:58 UTC

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

     [ https://issues.apache.org/jira/browse/AMQ-6331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac resolved AMQ-6331.
--------------------------------
    Resolution: Fixed

> 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)