GatewayConnectionPoolAgedTimeout Property

CICS Transaction Gateway V10.1.0.0
Gets the maximum time that connections can remain open in the connection pool.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 10.1.0.0 (10.1.0.0)
Syntax

public int AgedTimeout { get; }

Property Value

Type: Int32
Remarks

When deploying a high availability environment where work is balanced across multiple Gateway daemon instances, this property can be used to ensure that connections in the connection pool continue to be balanced after a failure has occurred. If this property is set, connections in the pool are periodically closed and then re-established so that they can be evenly distributed across all available Gateway daemon instances.
See Also

Reference