MQException: MQJE001: Completion Code '2', Reason '2033' while trying to retreive a message from a queue
问题 I try to catch a message from a queue. Note that the message has a xml content. However, an exception is throw in the block catch (MQException e) while the message is correctly received by the queue. MQException: MQJE001: Completion Code '2', Reason '2033' Please find below code used: import com.ibm.mq.MQMessage import com.ibm.mq.MQGetMessageOptions import com.ibm.mq.MQQueueManager import com.ibm.mq.constants.CMQC import com.ibm.mq.headers.MQRFH2 import com.ibm.MQException def mqProps = new