wso2 / andes

Apache License 2.0
39 stars 128 forks source link

Fix message broker unstable with subscription issue #1023

Closed dulanjalidilmi closed 4 years ago

dulanjalidilmi commented 5 years ago

Fix wso2/product-ei#4336 Fix wso2/product-ei#4337

Approach

Unable to create a durable topic subscription with the same name when the servers crash This was fixed by removing all durable and non-durable subscriptions in cluster initialization.

NullPointerException in MB clusters when there are network delays This was fixed by establishing the same old binding when a network delay occurs.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

dulanjalidilmi commented 4 years ago

Closing this PR because above issues is resolved from https://github.com/wso2/andes/pull/1040