[Memory Leak] Broker retains messages that are consumed with NO_ACK
-------------------------------------------------------------------
Key: QPID-531
URL: https://issues.apache.org/jira/browse/QPID-531
Project: Qpid
Issue Type: Bug
Components: Java Broker
Affects Versions: M2
Reporter: Martin Ritchie
Assignee: Rupert Smith
Fix For: M2
When testing consuming messages via NO_ACK the broker continually OOMEd.
Switching to AUTO_ACK cleared things up.
Looks like that the broker, while dequeing NO_ACK msgs is not allowing them to
be gc'd. May be due to the way the Queue and the PDQ interact. Messages were
being sent to a Topic and consumed by a two clients.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.