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

MessageConsumer not waiting for broker response when prefetch of size zero is used.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1.0
    • 1.2.0
    • ActiveMQ
    • None

    Description

      When the consumer prefetch is set to zero the MessageConsumer should be waiting for the broker to respond to its MessagePull command with either a MessageDispatch command that contains a message or that is empty before it returns from the Receive(timeout) and ReceiveNoWait methods. Currently it doesn't allow this to happen and can miss a pulled message, causing the client to have to make multiple calls to these methods for to get a message.

      Attachments

        Activity

          People

            jgomes Jim Gomes
            tabish Timothy A. Bish
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: