WebSphere MQ messaging

Name Type Default Description

connectionConcurrency

int
Min: 0

1

The maximum number of MDBs that can be supplied by each connection

logWriterEnabled

boolean

true

A flag to enable or disable the sending of a diagnostic trace to a LogWriter object provided by the application server

maxConnections

int
Min: 0

50

The maximum number of connections to a WebSphere MQ queue manager

nativeLibraryPath

string

Absolute path to the location of the WebSphere MQ Java JNI library (mqjbnd.dll or equivalent)

reconnectionRetryCount

int
Min: 0

5

The maximum number of attempts made to reconnect to a WebSphere MQ queue manager if a connection fails

reconnectionRetryInterval

A period of time with millisecond precision

5m

The time, in milliseconds, that the WebSphere MQ feature waits before making another attempt to reconnect to a WebSphere MQ queue manager. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), seconds (s), or milliseconds (ms). For example, specify 500 milliseconds as 500ms. You can include multiple values in a single entry. For example, 1s500ms is equivalent to 1.5 seconds.

startupRetryCount

int
Min: 0

0

Number of times to retry creating a connection on startup

startupRetryInterval

A period of time with millisecond precision

30s

The time to wait, in milliseconds, between each retry attempt when connecting on startup. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), seconds (s), or milliseconds (ms). For example, specify 500 milliseconds as 500ms. You can include multiple values in a single entry. For example, 1s500ms is equivalent to 1.5 seconds.