Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Create a JMS session pool

Related Tasks     Related Topics

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

Deprecated. Session pools 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 a required part of the J2EE specification.

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.

ListenerClass

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.

Related Tasks

Related Topics


Back to Top