wso2 / andes

Apache License 2.0
39 stars 128 forks source link

Fix EI-1644 #950

Closed wggihan closed 6 years ago

wggihan commented 6 years ago

Purpose

2nd node unable to create the durable subscription with the same subscription id after the first node disconnect. Resolves https://github.com/wso2/product-ei/issues/1644

Goals

2nd node should able to create the new durable subscription with the same subscription id after the first node disconnect.

Release note

Creating a durable subscription on the second node that was made with the same subscription id after disconnecting from the other node fail in a 2 node MB cluster. Ref: wso2/product-ei#1644