Enqueue and dequeue counts swapped on admin web console
-------------------------------------------------------

                 Key: AMQ-1622
                 URL: https://issues.apache.org/activemq/browse/AMQ-1622
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.0.0
            Reporter: Pete Schwamb
         Attachments: web_console_patch.txt

When viewing the topics and queue listings in the web admin console, the 
dequeue count is displayed with the heading "Messages Received", and enqueue is 
displayed with the heading "Messages Sent".

That seems backwards to me.  When looking at statistics for a queue, I would 
assume that "Messages Sent" are messages sent from the queue (dequeueCount), 
and "Messages Received" are messages received by the queue (enqueueCount).

Here's a patch that swaps them.


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

Reply via email to