
en.help.ref-ejbmdbpoolsettings.html Maven / Gradle / Ivy
MDB Default Pool Settings
Use the MDB Default Pool Settings page to configure the MDB pool.
The MDB Default Pool Settings page contains the following options.
- Load Defaults
Button to restore the default values of all the settings.
- Configuration Name
The name of the configuration to which the settings on this page apply. This field is read only.
- Initial and Minimum Pool Size
The minimum number of message beans to be maintained in the pool. The default value is 0.
- Maximum Pool Size
The maximum number of beans that the container can maintain in the pool at one time. The default value is 32.
- Pool Resize Quantity
The number of beans that are removed from the pool if they are idle for more than the time specified in the Pool Idle Timeout field. The value must be at least 0 and less than the Maximum Pool Size value. The default value is 8.
- Pool Idle Timeout
The time, in seconds, that a bean in the pool can remain idle before it is removed from the pool. After this amount of time, the bean is destroyed. A value of 0 means that a bean can remain idle indefinitely. The default value is 600.
- Additional Properties
Additional properties for the MDB pool. The GlassFish Server does not define any additional properties for the MDB pool.
Related Tasks
Related asadmin Commands
None.
Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices