uCosminexus Application Server, EJB Container Functionality Guide

[Contents][Glossary][Index][Back][Next]

2.9.3 Pooling of Message-driven Beans

The pooling of Message-driven Beans is the functionality used for pooling the Message-driven Beans based on the number of messages. You can specify the maximum value to customize the pooling operation.

Based on the requests from JMS, the instances equal to the value specified in the maximum number of instances within the pool are created during the deployment.

The instances are destroyed according to the requests from JMS.