Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Cluster: Control: Messaging: JMS Servers

Buttons     Column Display     

JMS servers act as management containers for the queues and topics in JMS modules that are targeted to them.

Use this page to temporarily pause all runtime message production, insertion (in-flight messages), and consumption operations on all destinations targeted to the JMS servers that have been created in the current WebLogic Server domain. 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 JMS server.

Consumption

Pauses or resumes message consumption on this JMS server.

Insertion

Pauses or resumes the insertion of in-flight messages on this JMS server.

Column Display

Name Description
Name

The name of this JMS server.

MBean Attribute:
WebLogicMBean.Name

Changes take effect after you redeploy the module or restart the server.

Health

The health state of this JMS server.

MBean Attribute:
JMSServerRuntimeMBean.HealthState

Health Reason

The reason behind the health state of this JMS server.

Target

The target on which this JMS server is deployed.

A JMS server can be targeted to a single WebLogic Server instance or to a migratable target. When targeted to a WebLogic Server instance, the Current Server and Targets columns show the same value (a server name). When targeted to a migratable target, the Current Server column indicates the JMS server currently running and the Target column shows the migratable target name.

MBean Attribute:
JMSServerMBean.Targets

Current Target

The current target on which this JMS server is deployed.

Running On

The current server that is hosting this JMS server.

Production Paused

Returns the current production paused state of the JMSServer as boolean value.

MBean Attribute:
JMSServerRuntimeMBean.ProductionPaused

Consumption Paused

Returns the current consumption paused state of the JMSServer as boolean value.

MBean Attribute:
JMSServerRuntimeMBean.ConsumptionPaused

Insertion Paused

Returns the current insertion paused state of the JMSServer as boolean value.

MBean Attribute:
JMSServerRuntimeMBean.InsertionPaused

Destinations Current

The current number of destinations for this JMS server.

MBean Attribute:
JMSServerRuntimeMBean.DestinationsCurrentCount

Messages Current

The current number of messages stored on this JMS server. This number does not include the pending messages.

MBean Attribute:
JMSServerRuntimeMBean.MessagesCurrentCount

Messages Pending

The current number of messages pending (unacknowledged or uncommitted) stored on this JMS server.

Pending messages are over and above the current number of messages.

MBean Attribute:
JMSServerRuntimeMBean.MessagesPendingCount

Messages Received

The number of messages received on this destination since the last reset.

MBean Attribute:
JMSServerRuntimeMBean.MessagesReceivedCount

Messages Pageable Current

Return the number of messages that are currently available for paging in this JMS server but have not yet been paged out. Note that due to internal implementation details, this count may be zero even if "PageableByteCurrentCount" is zero.

MBean Attribute:
JMSServerRuntimeMBean.MessagesPageableCurrentCount

Messages Paged Out Total

Return the total number of messages that were written to the paging directory since the JMS server was started.

MBean Attribute:
JMSServerRuntimeMBean.MessagesPagedOutTotalCount

Bytes Current

The current number of bytes stored on this JMS server.

This number does not include the pending bytes.

MBean Attribute:
JMSServerRuntimeMBean.BytesCurrentCount

Session Pools Current

The current number of session pools instantiated on this JMS server.

MBean Attribute:
JMSServerRuntimeMBean.SessionPoolsCurrentCount

Session Pools High

The peak number of session pools instantiated on this JMS server since the last reset.

MBean Attribute:
JMSServerRuntimeMBean.SessionPoolsHighCount

Session Pools Total

The number of session pools instantiated on this JMS server since the last reset.

MBean Attribute:
JMSServerRuntimeMBean.SessionPoolsTotalCount

Destinations High

The peak number of destinations on this JMS server since the last reset.

MBean Attribute:
JMSServerRuntimeMBean.DestinationsHighCount

Destinations Total

The number of destinations instantiated on this JMS server since the last reset.

MBean Attribute:
JMSServerRuntimeMBean.DestinationsTotalCount

Messages High

The peak number of messages stored in the JMS server since the last reset.

MBean Attribute:
JMSServerRuntimeMBean.MessagesHighCount

Messages Threshold Time

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

MBean Attribute:
JMSServerRuntimeMBean.MessagesThresholdTime

Messages Paged In Total

Return the total number of messages that were read from the paging directory since the JMS server was started.

MBean Attribute:
JMSServerRuntimeMBean.MessagesPagedInTotalCount

Bytes Pending

The current number of bytes pending (unacknowledged or uncommitted) stored on this JMS server.

Pending bytes are over and above the current number of bytes.

MBean Attribute:
JMSServerRuntimeMBean.BytesPendingCount

Bytes High

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

MBean Attribute:
JMSServerRuntimeMBean.BytesHighCount

Bytes Received

The number of bytes received on this JMS server since the last reset.

MBean Attribute:
JMSServerRuntimeMBean.BytesReceivedCount

Bytes Threshold

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

MBean Attribute:
JMSServerRuntimeMBean.BytesThresholdTime

Bytes Pageable Current

Return the total number of bytes in all the messages that are currently available to be paged out, but which have not yet been paged out. The JMS server attempts to keep this number smaller than the "MessageBufferSize" parameter.

MBean Attribute:
JMSServerRuntimeMBean.BytesPageableCurrentCount

Bytes Paged Out Total

Return the total number of bytes that were written to the paging directory since the JMS server was started.

MBean Attribute:
JMSServerRuntimeMBean.BytesPagedOutTotalCount

Bytes Paged In Total

Return the total number of bytes that were read from the paging directory since the JMS server was started.

MBean Attribute:
JMSServerRuntimeMBean.BytesPagedInTotalCount


Back to Top