Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.14.0
-
None
Description
failover replay or inflight sends are trapped by the producer audit that is backed by the persistence adapter audit.
The intent is to drop any resend that has made it into the store.
With concurrentStoreAndDispatch messages can skip the store but also can skip the audit.
A failover resend can get delivered to the store and replayed to the cursor.
AMQ-6406 and the message will go the the DLQ or get dispatched if the cursor audit is disabled/exhausted.
Pre AMQ-6406 the message would not get dispatched till restart, holding up gc.
Attachments
Issue Links
- is related to
-
AMQ-6406 kahadb concurrentStoreAndDispatch - duplicate suppression in cursor needs to wait for possible store add
-
- Resolved
-