Integration Node Queue Manager Communication Preferences
Preference name | Value | Description |
|---|---|---|
WMQQueuePrefix | String | Prefix for MQ queue names. Required if replacementQueuePrefix is set in the Integration Server configuration. SYSTEM.BROKER. is the default value. |
WMQHostName | Hostname or IP address. | Hostname or IP address of the IBM MQ queue manager to which IIB is publishing statistic messages. Local queue manager is used if not set. Required for remote queue managers. |
WMQPort | Port number | Port number on which the IBM MQ queue manager is accepting connections. Required for remote queue managers. |
WMQQmgrName | String | Name of the IBM MQ queue manager to which IIB is publishing statistic messages. Required for IBM MQ-based monitoring. |
WMQChannelName | String | Name of the SVRCONN channel on the IBM MQ queue manager. Required for remote queue managers. |
WMQAuthType | none or userpw | Authorization type for connections to the IBM MQ queue manager. |
WMQUserName | String | User name to use if WMQAuthType is userpw (IBM MQ). |
WMQPassword | String | Password to use if WMQAuthType is userpw. Supported at agent version 8.0.1.0 and above. |
WMQModelQueue | String | Name of the model queue used to subscribe for statistics messages. Default=QPWMB.SUBSCRIBER.MODEL.QUEUE |
WMQSSLPeerName | String | SSL peer name. Required for TLS/SSL connections to the queue manager. |
WMQSSLCipherSuite | String | SSL cipher suite name. Required for TLS/SSL connections to the queue manager. |
WMQSubscriberReplyToQueue | String | Name of the reply queue used for subscription requests. (Optional) |
WMQSubscriberReplyTimeout | String | Time to wait for a response to subscription requests. (Optional) |