Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Server: Monitoring: Environment Monitoring: JMS

Configuration Options     

This page allows you to monitor statistics on all the active JMS connections on your server. A JMS connection is an open communication channel to the messaging system.

If a file store is disconnected and re-connected again, its host server instance must be rebooted to successfully continue sending/receiving persistent JMS messages. For example, if for some reason the file system containing a file store is unmounted and then remounted, attempts to send persistent JMS messages will generate JMS exceptions until the host server is rebooted.

Configuration Options

Name Description
Connections Current Count

The current number of connections to WebLogic Server server.

MBean Attribute:
JMSRuntimeMBean.ConnectionsCurrentCount

Connections High Count

The highest number of connections to this WebLogic Server since the last reset.

MBean Attribute:
JMSRuntimeMBean.ConnectionsHighCount

Connections Total Count

The total number of connections made to this WebLogic Server since the last reset.

MBean Attribute:
JMSRuntimeMBean.ConnectionsTotalCount

JMS Servers Current Count

The current number of JMS servers that are deployed on this WebLogic Server instance.

MBean Attribute:
JMSRuntimeMBean.JMSServersCurrentCount

JMS Servers High Count

The highest number of JMS servers that were deployed on this WebLogic Server instance since this server was started.

MBean Attribute:
JMSRuntimeMBean.JMSServersHighCount

JMS Servers Total Count

The total number of JMS servers that were deployed on this WebLogic Server instance since this server was started.

MBean Attribute:
JMSRuntimeMBean.JMSServersTotalCount

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

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


Back to Top