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/12/13 17:00:59 UTC

[jira] [Commented] (AMQ-6538) Unable to add a second network bridge when syncDurableSubs is enabled

    [ https://issues.apache.org/jira/browse/AMQ-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745622#comment-15745622 ] 

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

Commit 0225edb47143684a9ae80185d2981eb688cb768f in activemq's branch refs/heads/activemq-5.14.x from [~cshannon]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=0225edb ]

https://issues.apache.org/jira/browse/AMQ-6538

Fixing an issue with syncDurableSubs that cause a bridge failure when
adding multiple bridges between the same brokers

(cherry picked from commit 25703fbd1f27b65a7410acd7df0bfaf7c16845d8)


> Unable to add a second network bridge when syncDurableSubs is enabled
> ---------------------------------------------------------------------
>
>                 Key: AMQ-6538
>                 URL: https://issues.apache.org/jira/browse/AMQ-6538
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker, networkbridge
>    Affects Versions: 5.14.2
>            Reporter: Christopher L. Shannon
>            Assignee: Christopher L. Shannon
>
> There is an issue with the syncDurableSubs feature that causes multiple network bridges added between two brokers to fail (except the first one) if the dynamically included destinations are different.
> The cause of the failure is that on sync when trying to cleanup un-needed network durable subscriptions only the subscription name is taken into account and not the clientId so invalid subscription removal commands get generated which lead to a bridge failure. (they are generated with the wrong localClientId)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)