Uploaded image for project: 'A-MQ Broker'
  1. A-MQ Broker
  2. ENTMQBR-956

[AMQ7, AMQP, JMX, DeliveringCount] JMX operation "listDeliveringMessages()” returns empty string when deliveringCount > 0

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: New
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: AMQ 7.0.3.GA
    • Fix Version/s: None
    • Component/s: amqp-protocol
    • Labels:
      None
    • Environment:
      • tested on 7.0.2
      • tested on 7.0.3
    • Target Release:
    • Steps to Reproduce:
      Hide
      • send 20 messages to an Address
      • using AMQP jars to 0.26.0.redhat-1 (client 1.2) create a TRANSACTED consumer that consumes 20 messages from the address BUT do NOT call transaction commit().
      • inspect the queue's JMX attribute "Delivering Count" is 20.
      • invoke queue's JMX operation listDeliveringMessages() - it will return an empty list.
      Show
      send 20 messages to an Address using AMQP jars to 0.26.0.redhat-1 (client 1.2) create a TRANSACTED consumer that consumes 20 messages from the address BUT do NOT call transaction commit(). inspect the queue's JMX attribute "Delivering Count" is 20. invoke queue's JMX operation listDeliveringMessages() - it will return an empty list.
    • Release Notes Text:
      The JMX operation listDeliveringMessages() does not return messages that were consumed in a transaction by an AMQ JMS client.
    • Release Notes Docs Status:
      Documented as Known Issue

      Description

      queues JMX attribute "Delivering Count" > 0 but the JMX operation "listDeliveringMessages()” is returning an empty list.

      Intuitively I would expect the listDeliveringMessages() operation to list number of messages reported in the Delivering Count.

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

                People

                • Assignee:
                  gaohoward Yong Hao Gao
                  Reporter:
                  pfox Pat Fox
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  7 Start watching this issue

                  Dates

                  • Created:
                    Updated: