One per week my Java program that writes to a queue encounters the following problem:
Uncategorized exception occured during JMS processing; nested exception is
javax.jms.JMSException: MQJMS2007: failed to send message to MQ queue;
nested exception is com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2003
The program "runs" a max. of 20 processes in parallel that would write to the queue.
My "hunch" is that this could have caused the problem, but Google didn't confirm my suspicions.
Uncategorized exception occured during JMS processing; nested exception is
javax.jms.JMSException: MQJMS2007: failed to send message to MQ queue;
nested exception is com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2003
The program "runs" a max. of 20 processes in parallel that would write to the queue.
My "hunch" is that this could have caused the problem, but Google didn't confirm my suspicions.