Hello!
I need to create a simple CCDT JSON for Multi-instance.
I thought that perhaps there was a single element called "connectionNameList" but I could not find it.
Thus, it seems to me that I need to have multiple lines to specify the 2 pairs of host/port.
.
That is, the following works fine for 1 standalone queue manager:
"connection": [{"host": "fortin1.fyre.ibm.com","port": 1414}],then I tried the following but it gives an rc 2058:
"connection": [{"host": "fortin1.fyre.ibm.com","port": 1414}{"host": "orizaba1.fyre.ibm.com","port": 1414}],The online doc does not have a concrete example.
I searched Google and same result. No hits.
Here is the complete CCDT in JSON:
{"channel": [{"name": "SYSTEM.DEF.SVRCONN","clientConnection": {"connection": [{"host": "fortin1.fyre.ibm.com","port": 1414}{"host": "orizaba1.fyre.ibm.com","port": 1414}],"queueManager": "QMMI1"},"type": "clientConnection"}]}Thank you in advance!
Angel
------------------------------
Angel Rivera
IBM MQ Support
Research Triangle Park NC
------------------------------