Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-3493

Incorrect JMX properties after consuming msgs using stomp (with TX and client ack)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 5.5.0
    • 5.6.0
    • Broker
    • None

    Description

      When the receive is done transactional using client ack mode, the JMX properties of the broker are incorrect after the test:
      EnqueueCount and DispatchCount are correct
      Dequeue count is DispatchCount +1 (but should be DispatchCount)
      InflightCount and QueueSize are -1 (but should be 0)

      Messages get received correctly be the stomp consumer though.
      Disabling either client ack mode or transactions in the stomp consumer does not show the problem.

      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: