Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.14.2
-
None
Description
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)