Hi,
A CICS program CICS2 is to read messages from an MQ queue CICS1.POISON1.QUEUE, which gets triggered via CKTI setup when another CICS program CICS1 puts messages into this queue via MQPUT.
So in CICS2, do I need to open the queue (MQOPEN) before issuing an MQGET or only MQGET will do?