Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-965

[AMQ7, openwire, exclusive consumer] AMQ6 openwire clients using exclusive consumer, do not behave the same with an AMQ7 broker

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • AMQ 7.2.0.GA
    • AMQ 7.0.3.GA
    • openwire-protocol
    • None
    • Release Notes
    • Hide
      In AMQ 7, setting the maximum number of consumers for a queue to one did not work the same as for an "exclusive consumer" in AMQ 6. In AMQ 6, an exclusive consumer means that one consumer will receive all of the messages. Any other consumers are still registered, just not consuming messages. When the current exclusive consumer leaves the queue, another consumer becomes the exclusive consumer.

      Previously in AMQ 7, if you set `max-consumers` = `1` for a queue, when this limit is reached, the broker returned a `AMQ119200` error and did not allow any new consumers to join the queue. This error no longer occurs.
      Show
      In AMQ 7, setting the maximum number of consumers for a queue to one did not work the same as for an "exclusive consumer" in AMQ 6. In AMQ 6, an exclusive consumer means that one consumer will receive all of the messages. Any other consumers are still registered, just not consuming messages. When the current exclusive consumer leaves the queue, another consumer becomes the exclusive consumer. Previously in AMQ 7, if you set `max-consumers` = `1` for a queue, when this limit is reached, the broker returned a `AMQ119200` error and did not allow any new consumers to join the queue. This error no longer occurs.
    • Documented as Resolved Issue
    • Hide

      unit test attached.

      Show
      unit test attached.

      The AMQ 6.3 feature "exclusive consumer" ( http://activemq.apache.org/exclusive-consumer.html ) does not seem work with an AMQ 7 broker.

            rh-ee-ataylor Andy Taylor
            rhn-support-pfox Patrick Fox (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: