Author |
Message
|
rsmile |
Posted: Wed Mar 19, 2008 8:53 pm Post subject: update the backout count in MQMD |
|
|
Apprentice
Joined: 13 Feb 2008 Posts: 38
|
Hi all,
We have an error handling message flow where we have the message to be replayed with in the threshold limit specified.
The way we wanted to make it work is by updating the back out count in the MQMD header every time we iterate the message, so when the threshold is reached we would set the replay flag to 'NO'
When we were trying to debug the message back out is being updated before it goes out to the input again.but when the message reaches input for the 2nd time, the backout is reset to ZERO, which we don't want to!
could some one throw some light on how can we achieve what we wanted to?[/quote] |
|
Back to top |
|
 |
rsmile |
Posted: Wed Mar 19, 2008 9:59 pm Post subject: |
|
|
Apprentice
Joined: 13 Feb 2008 Posts: 38
|
Is there a way to make sure that when the application reaches the input the backout count value can be retained? |
|
Back to top |
|
 |
Vitor |
Posted: Thu Mar 20, 2008 2:22 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
rsmile wrote: |
Is there a way to make sure that when the application reaches the input the backout count value can be retained? |
Make sure the count is hardened. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Mar 20, 2008 3:38 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You can't use backout count this way. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Mar 20, 2008 3:53 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jefflowrey wrote: |
You can't use backout count this way. |
I misread your original post - didn't realise you were re-putting the message  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|