Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

JMS Server: Monitoring: Active Destinations

Column Display     Related Tasks     Related Topics

This page allows you to view active destinations targeted to this JMS server.

For troubleshooting purposes, you can also temporarily pause all run-time message production, insertion (in-flight messages), and consumption operations on any or all destinations targeted to this JMS server. These "message pausing" options allow you to assert administrative control of the JMS subsystem behavior in the event of an external resource failure.

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 name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean Attribute:
JMSDestinationRuntimeMBean.Name

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 Received

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

MBean Attribute:
JMSDestinationRuntimeMBean.MessagesReceivedCount

Messages Threshold

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 High

The peak number of bytes stored in the destination since the last reset.

MBean Attribute:
JMSDestinationRuntimeMBean.BytesHighCount

Bytes Threshold Time

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

MBean Attribute:
JMSDestinationRuntimeMBean.BytesThresholdTime

Bytes Received

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

MBean Attribute:
JMSDestinationRuntimeMBean.BytesReceivedCount

DestinationType

The destination type, either weblogic.management.configuration.JMSConstants.DESTINATION_TYPE_QUEUE or weblogic.management.configuration.JMSConstants.DESTINATION_TYPE_TOPIC depending upon whether the destination is a queue or topic.

MBean Attribute:
JMSDestinationRuntimeMBean.DestinationType

State

The operational state of the destination as a String.

MBean Attribute:
JMSDestinationRuntimeMBean.State

Paused

Indicates whether or not the destination is paused at the current time.

MBean Attribute:
JMSDestinationRuntimeMBean.Paused

Production Paused

Indicates the ProductionPause state of the destination.

MBean Attribute:
JMSDestinationRuntimeMBean.ProductionPaused

Production Paused State

The current production pause state of the destination.

MBean Attribute:
JMSDestinationRuntimeMBean.ProductionPausedState

Insertion Paused

Indicates the InsertionPause state of the destination.

MBean Attribute:
JMSDestinationRuntimeMBean.InsertionPaused

Insertion Paused State

The current insertion pause state of the destination.

MBean Attribute:
JMSDestinationRuntimeMBean.InsertionPausedState

Consumption Paused

Indicates the consumption Pause state of the destination.

MBean Attribute:
JMSDestinationRuntimeMBean.ConsumptionPaused

Consumption PausedState

The current consumption pause state of the destination.

MBean Attribute:
JMSDestinationRuntimeMBean.ConsumptionPausedState

Related Tasks

Related Topics


Back to Top