Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Distributed Queue: Monitoring

Column Display     Related Tasks     Related Topics

Use this page to view statistics about all of the members of a distributed queue. Click on the individual member destination name in the table below to manage the messages on that destination.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Name

The fully-qualified name of this distributed queue resource. The distributed queue name is preceeded 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

The number of messages received in this destination since that reset.

MBean Attribute:
JMSDestinationRuntimeMBean.MessagesReceivedCount

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

The number of bytes received in this destination since the last reset.

MBean Attribute:
JMSDestinationRuntimeMBean.BytesReceivedCount

Bytes Threshold Time

The amount of time in the threshold condition since the last reset.

MBean Attribute:
JMSDestinationRuntimeMBean.BytesThresholdTime

Related Tasks

Related Topics


Back to Top