You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2015/09/25 04:19:04 UTC

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

    [ https://issues.apache.org/jira/browse/ARTEMIS-232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14907419#comment-14907419 ] 

clebert suconic commented on ARTEMIS-232:
-----------------------------------------

This is just extra logging...

on regular protocol, the remove connection happens outside of the protocol manager, but the stomp protocol manager is removing it himself... and that is causing this issue.

I will just make it a debug statement.

> 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)