Posted: Thu Aug 19, 2010 6:07 pm Post subject: dead letter queue error message
Novice
Joined: 10 Aug 2010 Posts: 22
hi..
i have a scenario where i have set the BO requeue queue (myBOQ) of a MQ queue.
It is basically a message routing flow and i have purposely set the output queue destination to an nonexistent queue. hence after the BQ threshold is reached, the message goes to myBOQ.
When i browse myBOQ messages, i am not able to find the reason for why the messages end up there. am i supposed to add the error report to the message itself? how should i do it?
Posted: Thu Aug 19, 2010 6:56 pm Post subject: Re: dead letter queue error message
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
ibolui wrote:
When i browse myBOQ messages, i am not able to find the reason for why the messages end up there.
The subject of this post talks about the dead letter queue; the post talks about the backout queue. These are 2 separate concepts and should not be confused.
Most relevant here, the queue manager puts messages in the DLQ and reports why. The BOQ is provided for the convienience of the application (in this case WMB) and is just an attribute on a queue. The queue manager doesn't care.
ibolui wrote:
am i supposed to add the error report to the message itself?
Yes. If you want to.
ibolui wrote:
how should i do it?
Any method that makes sense to your design. The information you need will be in the Exception list. _________________ Honesty is the best policy.
Insanity is the best defence.
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