JMS configuration properties
The time in milliseconds between read operations when there is a failure. A restart is not required if this is changed.
Default: 30000
The amount of time that the polling thread will wait before tearing down the connection and rebuilding it when ther is no activity. This is useful for clients that do not report server restarts properly. A value of 0 disables this behavior. A restart is not required if this is changed.
Default: 600000
Allow poll timeout behavior to be completely disabled. This is equivalent to setting a poll timeout of 0, but this is now defaulted to disabled. A restart is not required if this is changed.
Default: false
The number of listener threads per endpoint. This is the number of polling threads that will be created for each listener. Note that each request is handled in a separate thread.
Default: 1
The timeout that each polling thread will use when attempting a read operation. A restart is not required if this is changed.
Default: 60000
Control whether responses are set with the correlation ID of the incoming request or with the request message ID. A restart is not required if this is changed.
Default: false
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
The maximum size of the session pool.
Default: 20
The minimum size of the session pool.
Default: 0
The maximum idle time in milliseconds for a session before it is closed and removed from the pool.
Default: 600000
Should JMS 'header' properties be treated as transport headers?
Default: false
The maximum size of the listener request thread pool. Note that the session pool size should be <= request pool size.
Default: 50