You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alex Rudyy (JIRA)" <ji...@apache.org> on 2015/12/17 14:59:46 UTC

[jira] [Updated] (QPID-6951) [Java Client] AMQSession.deregisterConsumer() leaks Memory

     [ https://issues.apache.org/jira/browse/QPID-6951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Rudyy updated QPID-6951:
-----------------------------
    Attachment: QPID-6951-fix.diff

> [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: 0.32, qpid-java-6.0
>            Reporter: Lorenz Quack
>         Attachments: QPID-6951-fix.diff
>
>
> {{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-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org