Author |
Message |
Topic: Getting Reason Code Error Details in Java |
Kumar Nadar
Replies: 1 Views: 3355
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 04, 2002 8:16 am Subject: Getting Reason Code Error Details in Java |
Hi All,
When I catch a MQException inside a java program and print that message it gives Completion Code 0 Reason code 2085
Is there any way to print details of the Reason code so that I can kno ... |
Topic: Retrieving Junk Message-Id header value |
Kumar Nadar
Replies: 1 Views: 4840
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 09, 2002 10:26 am Subject: Retrieving Junk Message-Id header value |
Hi All,
I set the message id to some string value for e.g 20997 while putting a data into the queue from mainframe side. This data is then passed onto the unix queue.
But When I read the Messag ... |
Topic: Problem with Message ID field |
Kumar Nadar
Replies: 3 Views: 13574
|
Forum: IBM MQ API Support Posted: Wed Jan 09, 2002 4:30 am Subject: Problem with Message ID field |
Hi NICKB,
Only the properties of the message such as message-id, correlation-id are coming as junk values whereas the actual data in the message is coming in proper format.
How to do a get-with ... |
Topic: Problem with Message ID field |
Kumar Nadar
Replies: 3 Views: 13574
|
Forum: IBM MQ API Support Posted: Wed Jan 09, 2002 1:29 am Subject: Problem with Message ID field |
Hi All,
I set the message id to time-stamp value while putting a data into the queue from mainframe side. This data is then passed onto the unix queue.
But When I read the Message Id of the data ... |
Topic: Unnecessary Error messages Output to console. |
Kumar Nadar
Replies: 1 Views: 11859
|
Forum: IBM MQ API Support Posted: Wed Jan 02, 2002 3:45 am Subject: Unnecessary Error messages Output to console. |
Hi All,
I am using Java client to interact with the MQ Server.
However whenever there is an exception something like "MQJE001: Completion Code 2, Reason 2033" gets printed out to the console even ... |
Topic: Getting Total no. of messages in queue based on messageId |
Kumar Nadar
Replies: 1 Views: 10260
|
Forum: IBM MQ API Support Posted: Wed Jan 02, 2002 3:13 am Subject: Getting Total no. of messages in queue based on messageId |
Hi All,
How to obtain the total number of messages present in a Queue based on a particular message Id?
I know that queue.getCurrentDepth() method returns the total no. of messages present in a Qu ... |
Topic: How to rollback putting messages in queue? |
Kumar Nadar
Replies: 2 Views: 12794
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 14, 2001 3:03 am Subject: How to rollback putting messages in queue? |
We are reading messages line by line from a flat file and putting it in the queue. Suppose there is an exception at 10 th line then how to ensure that the messages 1 to 9 that has been already put in ... |
Topic: IO error transmitting message buffer |
Kumar Nadar
Replies: 2 Views: 12597
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 17, 2001 2:02 am Subject: IO error transmitting message buffer |
I get this error when I get the messages from the Queue.
MQJE003: IO error transmitting message buffer
MQJE001: Completion Code 2, Reason 2009
Thanks
Kumar |
Topic: IO error transmitting message buffer |
Kumar Nadar
Replies: 1 Views: 10731
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 17, 2001 2:02 am Subject: IO error transmitting message buffer |
I get this error when I get the messages from the Queue.
MQJE003: IO error transmitting message buffer
MQJE001: Completion Code 2, Reason 2009
Thanks
Kumar |