Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.5.1
Description
A durable sub can get duplicate message dispatches when a large send transaction is committing and the subscription is activated.
The completion of the send transaction does a dispatch with the new messages already in the store. An activate does a dispatch from the store. The result can be duplicate dispatches to the subs pending list. The problem is the reset of the audit during activation. The audit should suppress the duplicate dispatch.