HTTP client connection manager configuration properties

Enable Abort Old Connections (http.connection.manager.abortOldConnectionsEnabled )

Enable/disable the aborting of connections after a time period. This should be enabled as a last resort if the connection pool is leaking with no current solution. Requires a restart.

Default: false

Abort Old Connections Check Interval (http.connection.manager.abortOldConnectionsInterval )

Interval (in millis) for checking if connections are old enough to abort if Abort Old Connections is enabled.

Default: 10000

Abort Old Connections Check Interval (http.connection.manager.abortOldConnectionsTimeout )

Age (in millis) of a connection at which it will be aborted if Abort Old Connections is enabled.

Default: 300000

Abort Old Connection Log Level (http.connection.manager.abortOldConnectionsLogLevel )

The log level to be used to report an aborted connection when Abort Old Connections is enabled.

Default: ERROR