Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

JMS Server: Monitoring: Active Session Pools

Column Display     

Use this page to view active session pools running on this JMS server.

Deprecated. Session pools are an optional JMS facility for defining a server-managed pool of server sessions. They are now used rarely, as they are not a required part of the Java EE specification, do not support JTA user transactions, and are largely superseded by message-driven beans (MDBs), which are simpler, easier to manage, and more capable.

Column Display

Name Description
Name

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

MBean Attribute:
JMSSessionPoolRuntimeMBean.Name

Connection Consumers Current

The current number of connection consumers for this session pool.

MBean Attribute:
JMSSessionPoolRuntimeMBean.ConnectionConsumersCurrentCount

Connection Consumers High

The peak number of simultaneous connection consumers for this session pool.

MBean Attribute:
JMSSessionPoolRuntimeMBean.ConnectionConsumersHighCount

Connection Consumers Total

The total number of connection consumers made by this session pool since the last reset.

MBean Attribute:
JMSSessionPoolRuntimeMBean.ConnectionConsumersTotalCount


Back to Top