JMS Session Pool
Session pools enable an application to process messages concurrently. Once you have defined a JMS server, you can configure one or more session pools for each JMS server.
Note: 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 superceded by message-driven beans (MDBs), which are a required part of the J2EE specification.
To create a JMS session pool, click the Configure a new JMS Session Pool link.
- For more information on creating a JMS session pool, seeCreating a JMS Session Pool.
- For more information on monitoring a JMS server, see Monitoring Active JMS Session Pools.