Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

JMS Server: Monitoring: Active Session Pools

Column Display     Related Tasks     Related Topics

This page allows you 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 J2EE 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

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

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

Related Tasks

Related Topics


Back to Top