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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15341728#comment-15341728 ] 

ASF subversion and git services commented on AMQ-6331:
------------------------------------------------------

Commit 1faa4afa907ad090e6f858ae3204b153ef446a4a in activemq's branch refs/heads/master from [~dejanb]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=1faa4af ]

https://issues.apache.org/jira/browse/AMQ-6331 - Honor excluded destinations in static routing on network connectors


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