Memory leak in StompSubscription when using client-individual ack mode
----------------------------------------------------------------------

                 Key: AMQ-2426
                 URL: https://issues.apache.org/activemq/browse/AMQ-2426
             Project: ActiveMQ
          Issue Type: Bug
          Components: Transport
    Affects Versions: 5.2.0
            Reporter: Eric Van Dewoestine
         Attachments: StompSubscription.java.patch

When using the stomp transport with the ack mode 'client-individual', the 
StompSubscription class fails to remove messages from the dispatchedMessage map 
due to a typo in the onStompMessageAck method.

The attached patch fixes the typo and the memory leak.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to