You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Sergey (JIRA)" <ji...@apache.org> on 2015/02/11 12:47:11 UTC

[jira] [Updated] (AMQ-5576) Reported queue sizes and counters are wrong in many cases

     [ https://issues.apache.org/jira/browse/AMQ-5576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey  updated AMQ-5576:
-------------------------
    Description: 
Web console, JMX MBeans and Hawtio/Jolokia all reports wrong size for queues in many cases. See my comments for AMQ-1940 issue - looks like it was never fixed.

I have this camel route deployed:

{code:xml}
        <route id="log-messages">
            <from uri="broker:queue:highwayQueue"/>
            <to uri="broker:queue:algo250a"/>
            <to uri="broker:queue:algo250b"/>
        </route>
{code}

and looks like size/counters for all queues involved are always wrong. 

External client sending messages to highwayQueue, but its enqueued/dequeued counters are always displayed as 0, for two other queues I can observe negative numbers of pending messages, and different number of enqueued (when expected always the same).

  was:Web console, JMX MBeans and Hawtio/Jolokia all reports wrong size for queues in many cases. See my comments for AMQ-1940 issue - looks like it was never fixed.

        Summary: Reported queue sizes and counters are wrong in many cases  (was: Reported queue sizes are wrong in many cases)

> Reported queue sizes and counters are wrong in many cases
> ---------------------------------------------------------
>
>                 Key: AMQ-5576
>                 URL: https://issues.apache.org/jira/browse/AMQ-5576
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.10.0
>            Reporter: Sergey 
>
> Web console, JMX MBeans and Hawtio/Jolokia all reports wrong size for queues in many cases. See my comments for AMQ-1940 issue - looks like it was never fixed.
> I have this camel route deployed:
> {code:xml}
>         <route id="log-messages">
>             <from uri="broker:queue:highwayQueue"/>
>             <to uri="broker:queue:algo250a"/>
>             <to uri="broker:queue:algo250b"/>
>         </route>
> {code}
> and looks like size/counters for all queues involved are always wrong. 
> External client sending messages to highwayQueue, but its enqueued/dequeued counters are always displayed as 0, for two other queues I can observe negative numbers of pending messages, and different number of enqueued (when expected always the same).



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