WebSphere MQ Messaging (wmqJmsClient)
WebSphere MQ messaging
Attribute name | Data type | Default value | Description |
---|---|---|---|
connectionConcurrency | int
Minimum: 0 |
1 | The maximum number of MDBs that can be supplied by each connection |
id | string | A unique configuration ID. | |
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
Minimum: 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
Minimum: 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
Minimum: 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. |