Hello,
I am trying to implement WebSphere MQ monitoring extension.
https://www.appdynamics.com/community/exchange/extension/websphere-mq-monitoring-extension/
I can't find any instructions on how to connect to a MQ "multi-instance" queue manager.
Mq clients use host1(port),host2(port) syntax to connect to such multi-instance queue managers.
The MQMonitor config.yaml has this sytax. What is the syntax to connect to a multi-instnace queue manager?
queueManagers: - host: "192.168.57.104" port: 1414
Multi-instance qmgr information:
https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.con.doc/q018140_.html
Hi Rob,
If you are looking for multi-instance queue managers as described here(https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.con.doc/q018140_.html), then the extension does not support this configuration.
Thanks