Lorenz Quack created QPID-6951:
----------------------------------

             Summary: [Java Client] AMQSession.deregisterConsumer() leaks Memory
                 Key: QPID-6951
                 URL: https://issues.apache.org/jira/browse/QPID-6951
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: qpid-java-6.0, 0.32
            Reporter: Lorenz Quack


{{AMQSession.deregisterConsumer()}} contains the following code:
{code}
if (_transacted)
{
    _removedConsumers.add(consumer);
}
{code}
However, the {{_removedConsumers}} list is only cleaned up on rollback and 
nowhere else.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to