You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Julian Scheid (JIRA)" <ji...@apache.org> on 2015/09/24 21:43:05 UTC

[jira] [Created] (ARTEMIS-232) STOMP error when closing connection without DISCONNECT

Julian Scheid created ARTEMIS-232:
-------------------------------------

             Summary: STOMP error when closing connection without DISCONNECT
                 Key: ARTEMIS-232
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-232
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: Stomp
            Reporter: Julian Scheid
            Priority: Minor


When a stomp connection times out without a DISCONNECT frame being sent, the following error is logged:

{noformat}
AMQ221021: failed to remove connection
{noformat}

Does this mean resources are being leaked?

This can be reproduced as follows:

{noformat}
mvn3 -Ptests -DfailIfNoTests=false -Dtest=StompConnectionCleanupTest test
{noformat}

The output of this test case contains the error message.




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