Queue Details
Lists all of the queue destinations hosted by a broker. The left hand list displays the following information:
- Queue name
- Number of producers attached to the queue
- Number of messages sent to the queue
- Number of consumers attached to the queue
- Number of messages consumed from the queue
Selecting one of the queues from the list will display additional details on the right of the page. These details include:
- Amount of memory allocated for the queue
- Percentage of the allocated memory in use
- Maximum amount of time, in milliseconds, a message stayed on the queue
- Minimum amount of time, in milliseconds, a message stayed on the queue
- Average amount of time, in milliseconds, a message stayed on the queue
- Number of messages in the queue that have been consumed, but not acknowledged
- Number of messages that have been dispatched to, but not acknoledged, by consumers
- Amount of memory allocated to the queue's cursor
- Percentage of the allocated memory in use by the cursor
- Status of the cursor
- Are messages buffered?
- Can messages be cashed?
- Is producer flow control active?