JMS configuration properties

Connection Strategy (connection.factory.connectionStrategy)

The connection strategy controls how connections are managed. This can be either on a per-provider basis, which will try to minimize the number of connections. Or per-endpoint, which will create a connection for each endpoint, which can mean a connection per destination.

Default: per-provider

Session Pool Max Size (jms.provider.maxSessionPoolSize)

The maximum size of the session pool.

Default: 20

Session Pool Min Size (jms.provider.minSessionPoolSize)

The minimum size of the session pool.

Default: 0

Session Idle Time (jms.provider.maxIdleTime)

The maximum idle time in milliseconds for a session before it is closed and removed from the pool.

Default: 600000