wmqJmsClient - WebSphere MQ Messaging (wmqJmsClient)

WebSphere MQ messaging

NameTypeDefaultDescription
idstringA unique configuration ID.
connectionConcurrencyint
Min: 0
1The maximum number of MDBs that can be supplied by each connection
logWriterEnabledbooleantrueA flag to enable or disable the sending of a diagnostic trace to a LogWriter object provided by the application server
maxConnectionsint
Min: 0
50The maximum number of connections to a WebSphere MQ queue manager
nativeLibraryPathstringAbsolute path to the location of the WebSphere MQ Java JNI library (mqjbnd.dll or equivalent)
reconnectionRetryCountint
Min: 0
5The maximum number of attempts made to reconnect to a WebSphere MQ queue manager if a connection fails
reconnectionRetryIntervalA period of time with millisecond precision5mThe 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.
startupRetryCountint
Min: 0
0Number of times to retry creating a connection on startup
startupRetryIntervalA period of time with millisecond precision30sThe 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.