IBM MQ issue with cluster queue
Not able to put a message to a cluster queue on a remote queue manager. I am using MQGetMessageOptions and MQPutMessageOptions. I am using 7.5 MQ server and client (7.5.0.1) It throws reason code - 2085- message -CompCode: 2, Reason: 2085 The queue and queue manager are connected using MQ clusters. mqQueue = mqQueueMgr.AccessQueue("queue name", MQC.MQOO_FAIL_IF_QUIESCING | MQC.MQOO_INPUT_SHARED | MQC.MQOO_BROWSE); I tried to put a test message using amqsput.exe it works fine there. Any thoughts? This call: mqQueue = mqQueueMgr.AccessQueue("queue name", MQC.MQOO_FAIL_IF_QUIESCING | MQC.MQOO