Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
5.12.1
-
None
-
None
Description
Refactor the limits used for tracking of non-persistent messages so that the limit of the temporary store usage is taken into account instead of just the memory usage limit as the messages in memory can be higher than available temporary storage. This scenario could cause deadlocks such as the scenario in AMQ-5712.
The fix in AMQ-5712 works around this by using a timeout when trying to add a message to a Queue to prevent a deadlock but this is just a work around and the underlying cause should be fixed.
Attachments
Issue Links
- is related to
-
AMQ-5712 Broker can deadlock when using queues while producers wait on disk space
- Resolved