Websphere MQ issue while writing a message to queue from java program

后端 未结 2 482
星月不相逢
星月不相逢 2021-01-28 01:20

I am trying to put a message to Queue from a Java program, I am getting an issue where it says it unable to connect to the host & it seems it is not able to read the channel

2条回答
  •  情深已故
    2021-01-28 01:58

    Harsha , in the code the MQ Connection is not disconnected . Can you check if a MQ Disconnect on your QueueManager helps ? (https://www.ibm.com/support/knowledgecenter/SSFKSJ_7.5.0/com.ibm.mq.javadoc.doc/WMQJavaClasses/com/ibm/mq/MQQueueManager.html)

    You can get further insights on this MQSeries thread as well (http://www.mqseries.net/phpBB2/viewtopic.php?t=60349&sid=7370d64b1edf8d305e8e6e980ea423e0) , you will find that the error is because applications have not disconnected properly from the QM.

提交回复
热议问题