Tricky scenarios to run down that can lead to queue size.
- A race condition during failover reconnect and the second message hits the store first. The second will log: "POST COMMIT FAILED/Store COMMIT FAILED"
- During message expiration, an IOException may throw and never retry.3.
- A race condition that logs "Duplicate message add attempt rejected"
Tricky scenarios to run down that can lead to queue size.