Uploaded image for project: 'ActiveMQ .Net'
  1. ActiveMQ .Net
  2. AMQNET-482

Consumers and Producers that fail to register at the broker shouldn't send a remove request.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5.6, 1.6.0, 1.6.1, 1.6.2
    • 1.6.3, 1.7.0
    • ActiveMQ
    • None

    Description

      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.

      Attachments

        Activity

          People

            tabish Timothy A. Bish
            tabish Timothy A. Bish
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: