edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > JMS Queue: Monitoring: Statistics
JMS Queue: Monitoring: Statistics
Monitoring Options Related Tasks Related Topics
Use this page to view runtime statistics about the current queue resource. Runtime statistics include counts, pending, and threshold data for consumers, bytes, and messages for the queue.
To access the queue's message management page, select the check box next to its name, and then click the Show Messages button.
Monitoring Options
Name Description Name of The fully-qualified name of this queue resource. The queue name is preceded by the parent module name, separated by an exclamation point (!).
Consumers Current The current number of consumers accessing this destination.
MBean Attribute:
JMSDestinationRuntimeMBean.ConsumersCurrentCount
Consumers High The peak number of consumers accessing this destination since the last reset.
MBean Attribute:
JMSDestinationRuntimeMBean.ConsumersHighCount
Consumers Total The total number of consumers accessing this destination since the last reset.
MBean Attribute:
JMSDestinationRuntimeMBean.ConsumersTotalCount
Messages Current The current number of messages in the destination. This does not include the pending messages.
MBean Attribute:
JMSDestinationRuntimeMBean.MessagesCurrentCount
Messages Pending The number of pending messages in the destination.
Pending messages are over and above the current number of messages. A pending message is one that has either been sent in a transaction and not committed, or that has been received and not committed or acknowledged.
MBean Attribute:
JMSDestinationRuntimeMBean.MessagesPendingCount
Messages High The peak number of messages in the destination since the last reset.
MBean Attribute:
JMSDestinationRuntimeMBean.MessagesHighCount
Messages Total MBean Attribute:
JMSDestinationRuntimeMBean.MessagesTotalCount
Messages Threshold Time The amount of time in the threshold condition since the last reset.
MBean Attribute:
JMSDestinationRuntimeMBean.MessagesThresholdTime
Bytes Current The current number of bytes stored in the destination. This does not include the pending bytes.
MBean Attribute:
JMSDestinationRuntimeMBean.BytesCurrentCount
Bytes Pending The number of pending bytes stored in the destination.
Pending bytes are over and above the current number of bytes.
MBean Attribute:
JMSDestinationRuntimeMBean.BytesPendingCount
Bytes Total MBean Attribute:
JMSDestinationRuntimeMBean.BytesTotalCount
Bytes Threshold Time The amount of time in the threshold condition since the last reset.
MBean Attribute:
JMSDestinationRuntimeMBean.BytesThresholdTime
![]()