edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > Deployments: Monitoring: JMS: Destinations

Deployments: Monitoring: JMS: Destinations

Buttons     Monitoring Options     Related Tasks     Related Topics

This page displays monitoring information for all JMS destinations (queues and topics) that are deployed to this domain.

Buttons

Name Description
Refresh icon

Refresh iconCauses the Administration Console to periodically poll the resource monitored by this page and refresh the display.

Monitoring Options

Name Description
Name of

Name of configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean Attribute:
JMSDestinationRuntimeMBean.Name

Destination Type

Type of the JMS destination.

Consumers Current Count

The current number of consumers accessing this destination.

MBean Attribute:
JMSDestinationRuntimeMBean.ConsumersCurrentCount

Consumers High Count

The peak number of consumers accessing this destination since the last reset.

MBean Attribute:
JMSDestinationRuntimeMBean.ConsumersHighCount

Consumers Total Count

The total number of consumers accessing this destination since the last reset.

MBean Attribute:
JMSDestinationRuntimeMBean.ConsumersTotalCount

Messages Current Count

The current number of messages in the destination. This does not include the pending messages.

MBean Attribute:
JMSDestinationRuntimeMBean.MessagesCurrentCount

Messages Pending Count

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 Count

The peak number of messages in the destination since the last reset.

MBean Attribute:
JMSDestinationRuntimeMBean.MessagesHighCount

Messages Received Count

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 Count

The current number of bytes stored in the destination. This does not include the pending bytes.

MBean Attribute:
JMSDestinationRuntimeMBean.BytesCurrentCount

Bytes Pending Count

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 Received Count

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