You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2015/06/09 14:30:00 UTC

[jira] [Created] (AMQ-5831) Revisit topic statistics

Dejan Bosanac created AMQ-5831:
----------------------------------

             Summary: Revisit topic statistics
                 Key: AMQ-5831
                 URL: https://issues.apache.org/jira/browse/AMQ-5831
             Project: ActiveMQ
          Issue Type: Improvement
    Affects Versions: 5.11.0
            Reporter: Dejan Bosanac


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.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)