Configuring the Message-Driven Bean Settings
The pool for message-driven beans is similar to the pool for session beans described in “Configuring the General EJB Settings.”
By default, the container maintains a pool of message beans.
To adjust the configuration of this pool:
- In the tree component select the Configuration node.
- Select the EJB Container node.
- Click the MDB Settings tab.
- Under Pool Settings in the Initial and Minimum Pool Size field, enter the minimum number of message beans the container creates in the pool.
- In the Maximum Pool Size field, enter the maximum number of beans the container maintains in the pool, at any time.
- In the Pool Resize Quantity field enter the number of beans that are removed from the pool if they are idle for more than the time specified in Pool Idle Timeout.
- In the Pool Idle Timeout field, enter the time, in seconds, that a bean in the pool can remain idle before it is removed from the pool.
- Click Save.
- Restart the Application Server.
See Also:
Legal Notices