Configuring Java CAPS Environment Components for Application Adapters

Outbound MQSeries Adapter (XA) — Connection Pool Settings

The Outbound MQSeries Adapter (XA) — Connection Pool Settings section of the WebSphere MQ Adapter Environment properties provides parameters for controlling the outbound Adapter’s connection pool size. This section contains the top-level parameters displayed in the following table.

Table 29 Environment Configuration - Outbound MQSeries Adapter (XA) - Connection Pool Settings

Name 

Description 

Required Value 

Steady Pool Size

Specifies the minimum number of physical connections the pool will keep available at all times. 

A value of 0 (zero) indicates that there will be no physical connections in the pool and that new connections will be created as needed.

An integer indicating the maximum number of connection kept available. 

The configured default is 2.

Max Pool Size

Specifies the maximum number of physical connections the pool can contain. 

A value of 0 (zero) indicates that there is no maximum.

An integer indicating the maximum pool size. 

The configured default is 10.

Max Idle Timeout

Specifies the amount of time, in seconds, before an unused connection is removed from the pool. 

When this is set to greater than 0, the container removes or destroys any connections that are idle for the specified duration. A value of 0 indicates that idle connections can remain in the pool indefinitely.

0 (zero) indicates that there is no maximum.

An integer indicating the idle time in seconds. 

The configured default is 300.