A broker's queue details page lists all of the queues managed by a broker. For each broker in the list it will also display detailed metrics for the queue.
The left hand list shows all of the queues managed by the broker. In addition to the queue's name the list displays the following information:
the number of producers attached to the queue
the number of messages sent to the queue
the number of consumers attached to the queue
the number of messages consumed from the queue
Selecting one of the queues from the list will display additional details on the right side of the page. These details include:
the amount of memory allocated for the queue
the percentage of the allocated memory in use
the maximum amount of time, in milliseconds, a message stayed on the queue
the minimum amount of time, in milliseconds, a message stayed on the queue
the average amount of time, in milliseconds, a message stayed on the queue
the number of messages in the queue that have been consumed, but not acknowledged
the number of messages that have been dispatched to, but not acknowledged, by consumers
the amount of memory allocated to the queue's cursor
the percentage of the allocated memory in use by the cursor
the status of the cursor
number of messages in the cursor
if message are being buffered
if message cashing is enabled
if producer flow control is active








