You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2014/07/16 20:00:13 UTC

[jira] [Resolved] (AMQNET-482) Consumers and Producers that fail to register at the broker shouldn't send a remove request.

     [ https://issues.apache.org/jira/browse/AMQNET-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQNET-482.
---------------------------------

    Resolution: Fixed

Fixed on trunk and the 1.6.x branch

> Consumers and Producers that fail to register at the broker shouldn't send a remove request.
> --------------------------------------------------------------------------------------------
>
>                 Key: AMQNET-482
>                 URL: https://issues.apache.org/jira/browse/AMQNET-482
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>          Components: ActiveMQ
>    Affects Versions: 1.5.6, 1.6.0, 1.6.1, 1.6.2
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>             Fix For: 1.6.3, 1.7.0
>
>
> In Sessions.cs when an exception is received during the creation of a MessageConsumer or MessageProducer ends up calling the close() method on the freshly created producer or consumer which results in a call to send a RemoveInfo to the broker for the failed resource.  The Broker will log a message in this case indicating it can't remove a resource that hasn't been created.  We shouldn't be calling closed here since the resource was never fully opened.  



--
This message was sent by Atlassian JIRA
(v6.2#6252)