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

JMS Server: Monitoring

Monitoring Options     Related Tasks     Related Topics

Use this page to view runtime statistics for all of the active JMS servers, active destinations, active transactions, active connections, and session pools in the current domain.

Monitoring Options

Name Description
Name of

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

MBean Attribute:
JMSServerRuntimeMBean.Name

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 Current

The current number of destinations for this JMS server.

MBean Attribute:
JMSServerRuntimeMBean.DestinationsCurrentCount

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 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 High

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

MBean Attribute:
JMSServerRuntimeMBean.MessagesHighCount

Messages Received

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

MBean Attribute:
JMSServerRuntimeMBean.MessagesReceivedCount

Messages Threshold Time

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

MBean Attribute:
JMSServerRuntimeMBean.MessagesThresholdTime

Bytes Current

The current number of bytes stored on this JMS server.

This number does not include the pending bytes.

MBean Attribute:
JMSServerRuntimeMBean.BytesCurrentCount

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

Related Tasks

Related Topics