Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error while writing to a queue

Status
Not open for further replies.

tom62

Programmer
Nov 12, 2002
152
0
0
DE
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.
 
OK, I've found the problem. There was a problem with the logfile size.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top