You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Kevin McLaughlin (JIRA)" <ji...@apache.org> on 2010/02/17 01:48:40 UTC

[jira] Commented: (AMQ-2586) "queue size " metrics for topics not accurate

    [ https://issues.apache.org/activemq/browse/AMQ-2586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57606#action_57606 ] 

Kevin McLaughlin commented on AMQ-2586:
---------------------------------------

Would it be possible to backport this small fix to 5.3.1?  We're looking at upgrading from ActiveMQ 4.1 and we have monitoring that checks the broker's TotalMessageCount as an overall health check of the system.  We can check each queue, but the overall check is nice since any substantial backup across queues indicates a potential issue (in our application).

> "queue size " metrics for topics not accurate
> ---------------------------------------------
>
>                 Key: AMQ-2586
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2586
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Hiram Chirino
>             Fix For: 5.4.0
>
>
> The queue size metric for topics is currently not accurate.  It is also throwing off the broker total message count metric.  In the queue case this metric is always going up but never comes down.  Since there is no "queue" for topics it would be better if this metrics just reported 0.
> An alternative solution would be to sum the number of messages in all the subscriptions attached to the topic.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.