Description
Currently KahaDB TopicMessageStore supports returning the messageCount and messageSize for subscription but this requires locking the index and iterating to compute the information. I have a use case where I query this information regularly for the status of the broker and the performance takes a hit because of the locking.
There should be an option to enable statistics counters to keep track of this information so that it can be queried without locking, such like the store currently tracks the total count and size but for each subscription also.
This should be disabled by default because there will be some overhead for computing the metrics if there are a lot of subscriptions in the store.
Attachments
Issue Links
- is related to
-
AMQ-9420 KahaDB durable subscription stats can go negative on duplicate acks
- Resolved