wso2 / andes

Apache License 2.0
39 stars 128 forks source link

Fix message broker unstable with subscription issue #1040

Closed dulanjalidilmi closed 4 years ago

dulanjalidilmi commented 4 years ago

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

Purpose

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.