Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Create a JMS Session Pool

Configuration Options     

This page creates a JMS session pool, a server-managed pool of server sessions that enables an application to process messages concurrently.

Configuration Options

Name Description
Name

The user-specified name of this MBean instance.

This name is included as one of the key properties in the MBean's javax.management.ObjectName:

Name=user-specified-name

MBean Attribute:
JMSSessionPoolMBean.Name

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

Listener Class

The name of the server-side listener class for this JMS session pool, which is used to receive and process messages concurrently.

MBean Attribute:
JMSSessionPoolMBean.ListenerClass

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


Back to Top