|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
job stops after 12 2033 errors |
« View previous topic :: View next topic » |
Author |
Message
|
brianb |
Posted: Wed Jul 16, 2014 2:06 pm Post subject: job stops after 12 2033 errors |
|
|
Voyager
Joined: 12 May 2010 Posts: 85
|
Hi
MQ 7.5.0.2
MB 8.0.0.3
Windows
I have a java client job that sends several thousand messages to a queue which get consumed by the broker
the job opens two queue an in and an out
The job writes to a DB in memory and does a search by correlation ID
It will sometimes get 12 MQ Exceptions of 2033 and the messages stop getting consumed in the out queue
The only constant is the 12 x 2033 errors
Is there any rule that would cause a job to stop once the 12th 2033 error is reached ?
Would this be an issue in how the java client code is trapping error messages or would it be in how the broker is handling error messages ?
No errors are generated in MQ or broker or Windows event log
Any thoughts |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Jul 16, 2014 2:27 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
2033 is not an error, it is a ReasonCode returned to the application. The meaning of 2033 is no message available.
Either the queue contains no messages, OR the queue does not contain a message that matches MsgId and/or CorrelId valued specified. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
JosephGramig |
Posted: Thu Jul 17, 2014 4:55 am Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
It would be a good bet that the Java code of which you speak is coded to give up after 12 attempts to retrieve a specific message.
So, it is in the user written Java code and not the MQ product. |
|
Back to top |
|
 |
brianb |
Posted: Thu Jul 17, 2014 2:19 pm Post subject: multiple 2033 |
|
|
Voyager
Joined: 12 May 2010 Posts: 85
|
Hi
Bruce --I am not questioning the 2033 it could be bob javascript:emoticon(' ')
Joseph - Correct but not being a developer I am having difficulty figuring out the code
Time to hit the books
Thanks |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|