You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Avikash Mishra (JIRA)" <ji...@apache.org> on 2018/07/03 04:53:00 UTC

[jira] [Created] (AMQ-7006) CLONE - STOMP protocol converter tracks pending ACKS in Client mode but doesn't remove all ACK'd IDs, just the one submitted.

Avikash Mishra created AMQ-7006:
-----------------------------------

             Summary: CLONE - STOMP protocol converter tracks pending ACKS in Client mode but doesn't remove all ACK'd IDs, just the one submitted.
                 Key: AMQ-7006
                 URL: https://issues.apache.org/jira/browse/AMQ-7006
             Project: ActiveMQ
          Issue Type: Bug
          Components: stomp
    Affects Versions: 5.15.3
            Reporter: Avikash Mishra


The patch referenced in AMQ-5423 only addressed the memory leak for Client-Individual mode. Client mode is still affected as multiple messages are acknowledged with a single ACK.  The single ACK is removed from memory but all the rest remain which grows over time until AMQ crashes or until the client session ends and all the pending ACKs are cleaned up at that point.  At the moment we are having to regularly restart our STOMP clients to prevent the memory leak from causing a crash.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)