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

Apache.NMS.MSMQ.MessageConsumer.Dispose throws NotImplementedException

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.0
    • 1.2.0
    • MSMQ
    • None

    Description

      Sample Code

      ==========================================

      session = this.connection.CreateSession(AcknowledgementMode.Transactional);
      var destination = SessionUtil.GetDestination(this.session, mailQueue);

      consumer = this.session.CreateConsumer(destination);
      consumer.Dispose(); // throws NotImplementedException

      ==========================================

      And MessageConsumer.cs
      ==========================================

      public void Dispose()

      { throw new NotImplementedException(); }

      ==========================================

      Is this component ready for to use?

      Attachments

        Activity

          People

            jgomes Jim Gomes
            achmed Achmedzhanov Nail
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: