wso2 / andes

Apache License 2.0
39 stars 129 forks source link

Clear node specific queue in cluster restart #990

Closed Asitha closed 6 years ago

Asitha commented 6 years ago

When a cluster gets killed, node-specific queues and bindings could be left in the database. If we don't clear them in a cluster restart messages can accumulate in the node-specific queues. Therefore this commit clears all node-specific queue and binding state when restarting the cluster.

Resolves https://github.com/wso2/product-ei/issues/2424