You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "jok (JIRA)" <ji...@apache.org> on 2013/10/18 10:17:42 UTC

[jira] [Created] (AMQ-4814) Memory leak when unsubscribing durable consumer

jok created AMQ-4814:
------------------------

             Summary: Memory leak when unsubscribing durable consumer
                 Key: AMQ-4814
                 URL: https://issues.apache.org/jira/browse/AMQ-4814
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.8.0
            Reporter: jok


When creating and closing durable subscribers, references to FilePendingMessageCursor in MemoryUsage.listeners are not cleaned up.

The reason seems to be a missing call to FilePendingMessageCursor.destroy() in StoreDurableSubscriberCursor.stop().



--
This message was sent by Atlassian JIRA
(v6.1#6144)