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

Revisit topic statistics

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.11.0
    • 5.13.0
    • None
    • None

    Description

      Currently, topic statistics can be confusing especially if you're using wildcard subscribers. In that case, inflight count and dequeue count is never updated when message is acked, so users can think that messages are not consumed.

      Statistics are primarily developed for queues and then adapted for topics, which is why is some of them doesn't make sense in this use case.

      To me, it'd make sense to keep only enqueue/dequeue properties on the topic, so that we can see general behaviour of the topic.

      Then every consumer, should keep it's own enqueue, dequeue, inflight (enqueue-dequeue) counts.

      Attachments

        Activity

          People

            dejanb Dejan Bosanac
            dejanb Dejan Bosanac
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: