Configuring Java CAPS Environment Components for Communications Adapters

Connection Pool Settings

Connection Pool Settings include the configuration parameters listed in the following table.

Table 64 Environment Configuration — Connection Pool Settings

Name 

Description 

Required Value 

Steady Pool Size

Specifies the minimum number of physical connections the pool should keep available at all times. 0 (zero) indicates that there should be no physical connections in the pool and the new connections should be created as needed. 

A valid numeric value. 

The default is 1.

Maximum Pool Size

Specifies the maximum number of physical connections the pool should keep available at all times. 0 (zero) indicates that there is no maximum. 

A valid numeric value. 

The default is 10.

Maximum Idle Timeout

Specifies the number of seconds that a physical connection may remain unused before it is closed. 0 (zero) indicates that there is no limit. 

A valid numeric value. 

The default is 300.