You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Christopher L. Shannon (JIRA)" <ji...@apache.org> on 2016/12/13 16:58:59 UTC

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

Christopher L. Shannon created AMQ-6538:
-------------------------------------------

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