Timothy Bish created AMQNET-482:
-----------------------------------
Summary: 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.6.2, 1.6.0, 1.5.6, 1.6.1
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)