Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

JMS Server: Control: Active Destinations

Buttons     Column Display     

Use this page to view active destinations targeted to this JMS server.

For troubleshooting purposes, you can also temporarily pause all runtime 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.

Buttons

Name Description
Production

Pauses or resumes production of new messages on this destination. When a JMS server's destinations are paused for production, it prevents any new message production operations from both new and existing producers attached to those destinations.

Consumption

Pauses or resumes message consumption on this destination. When a JMS server's destinations are paused for consumption, it prevents any further message consumption operations from those destinations.

Insertion

Pauses or resumes the insertion of in-flight messages on this destination. When a JMS server's destinations are paused for insertion, it prevents all the messages that are the result of the in-flight work completion from appearing on the destinations, as well as prevents new message production operations.

Column Display

Name Description
Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean Attribute:
JMSDestinationRuntimeMBean.Name

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 the last reset.

MBean Attribute:
JMSDestinationRuntimeMBean.MessagesReceivedCount

Messages Threshold

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

MBean Attribute:
JMSDestinationRuntimeMBean.MessagesThresholdTime

Destination Type

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

Production Paused

Indicates the ProductionPause state of the destination.

MBean Attribute:
JMSDestinationRuntimeMBean.ProductionPaused

Insertion Paused

Indicates the InsertionPause state of the destination.

MBean Attribute:
JMSDestinationRuntimeMBean.InsertionPaused

Consumption Paused

Indicates the consumption Pause state of the destination.

MBean Attribute:
JMSDestinationRuntimeMBean.ConsumptionPaused

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

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 Received

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

Production Paused State

The current production pause state of the destination.

MBean Attribute:
JMSDestinationRuntimeMBean.ProductionPausedState

Insertion Paused State

The current insertion pause state of the destination.

MBean Attribute:
JMSDestinationRuntimeMBean.InsertionPausedState

Consumption Paused State

The current consumption pause state of the destination.

MBean Attribute:
JMSDestinationRuntimeMBean.ConsumptionPausedState


Back to Top