Author |
Message |
Topic: Every 16th message retrieval fails with a 2033 error code??? |
rebornspirit
Replies: 16 Views: 10719
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 23, 2005 12:58 am Subject: SOLVED |
For those who have the same problem and suggest the following if you MUST use a String format to transport the Hex Bytes:
- Convert Hex bytes to a String representation instead of just putting the ... |
Topic: Every 16th message retrieval fails with a 2033 error code??? |
rebornspirit
Replies: 16 Views: 10719
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 22, 2005 7:36 am Subject: Every 16th message retrieval fails with a 2033 error code??? |
Printing the correlation id's in a HEX format give's me the following
Every message that fails, for example
414D51204D5350325F44455620202020C042B44213906900
has the 90 (bold and inderlined) in it ... |
Topic: Every 16th message retrieval fails with a 2033 error code??? |
rebornspirit
Replies: 16 Views: 10719
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 22, 2005 5:45 am Subject: Every 16th message retrieval fails with a 2033 error code??? |
Nope, I took a look at my program and the MQSeries settings for anything that came close to the number 16 ... but no luck there
And I don't think my correlation id is being overwritten, because ... |
Topic: Every 16th message retrieval fails with a 2033 error code??? |
rebornspirit
Replies: 16 Views: 10719
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 22, 2005 12:01 am Subject: Every 16th message retrieval fails with a 2033 error code??? |
I took a look at the manual like you said but I don't see a solution here.
- Message is on the queue before time has expired
- The MQGMO_WAIT was specified to 15000
- The message that has been re ... |
Topic: Every 16th message retrieval fails with a 2033 error code??? |
rebornspirit
Replies: 16 Views: 10719
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 21, 2005 10:32 pm Subject: Every 16th message retrieval fails with a 2033 error code??? |
I'm a newbie, so could you explain by what you mean with "did not get committed"? It is over and over again the same routine, so it would seem strange to me that only every 16the (16, 32, 48, ... ) me ... |
Topic: Every 16th message retrieval fails with a 2033 error code??? |
rebornspirit
Replies: 16 Views: 10719
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 21, 2005 11:47 am Subject: Every 16th message retrieval fails with a 2033 error code??? |
Actually it is always the same method that is handling this queue message receival. The test method is placed in a loop because I noticed that sometimes the retrieval failed, after intensive testing i ... |
Topic: Every 16th message retrieval fails with a 2033 error code??? |
rebornspirit
Replies: 16 Views: 10719
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 21, 2005 5:35 am Subject: Every 16th message retrieval fails with a 2033 error code??? |
The waitInterval is 15000.
But when I executed my test, I see him waiting on the 16th message for 15000 msecs, so in that time i check the MQSeries queue (in the explorer tool) to see if the message ... |
Topic: Every 16th message retrieval fails with a 2033 error code??? |
rebornspirit
Replies: 16 Views: 10719
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 21, 2005 5:12 am Subject: Every 16th message retrieval fails with a 2033 error code??? |
I'm having a strange problem...
I have a java function (see below) that submits a message to a queue and waits until a response message is received (based upon correlation id). Everything seems to ... |