wso2 / andes

Apache License 2.0
39 stars 129 forks source link

Fix the race condition in the message publishing process #1047

Closed arunans23 closed 3 years ago

arunans23 commented 3 years ago

Purpose

Fix the race condition occurs when publishing messages to a message store slowly with the following parameter set to true. <parameter name="store.producer.guaranteed.delivery.enable">true</parameter>

Fixes https://github.com/wso2/product-ei/issues/5276