Hi all,
I am quite new to IBM MQ concepts,please help me with the below requirement.
We have a requirement to create a spring-boot application which connects to IBM Mainframe MQ to retrieve the required data.
For that ,we are using jms technique to connect to mq .By doing so we are able to connect to MQ and we are able to send message to the queue and receive the response as well.
But the issue here is , when we are connecting to the IBM Mainframe MQ ,we need to open the Request Queue in OUTPUT MODE and response queue should be in INPUT MODE.
By searching on different articles in google ,we understood that we can't set OPEN OPTIONS through JMS API . can anyone share me the code sample to achieve the required functionality?
Option 1: (without jms )
Option 2: (using jms)
------------------------------
Srinivas Kambhampati
------------------------------