You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Vincent Sourin (JIRA)" <ji...@apache.org> on 2016/04/05 10:02:25 UTC

[jira] [Commented] (ARTEMIS-443) Dead Client Ressource cleanup problems with OpenWire Protocol

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

Vincent Sourin commented on ARTEMIS-443:
----------------------------------------

This problem seems to be resolved with that commit : https://github.com/apache/activemq-artemis/commit/6ddf486f8f17776e14cef0c37ca2c9a6a891be7a

> Dead Client Ressource cleanup problems with OpenWire Protocol
> -------------------------------------------------------------
>
>                 Key: ARTEMIS-443
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-443
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: OpenWire
>    Affects Versions: 1.1.0
>         Environment: Embedded Artemis Server in Widlfly 10 (version 1.1.0)
> + C# Standalone Client with Apache NMS ActiveMQ (version 1.7.1)
>            Reporter: Vincent Sourin
>         Attachments: NMS_Client.cs, broker.xml
>
>
> In org.apache.activemq.core.protocol.openwire.OpenWireProtocolManager the method #removeConnection(AMQConnectionContext context, ConnectionInfo info, Throwable error) is not called when the client crashes. (This method is called when the client disconnects correctly).
> So, when the client tries to reconnect the method #addConnection(AMQConnectionContext context, ConnectionInfo info) throws an InvalidClientIDException



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