Author |
Message
|
rajmq |
Posted: Tue May 13, 2008 4:33 am Post subject: Capture failure message |
|
|
 Partisan
Joined: 29 Sep 2002 Posts: 331 Location: USA
|
Hi All,
I have created the simple flow like this
MQinputnode--------> ComputeNode------> outputterminal
whenever the message format is wrong i would expect to send the failure message to failure queue but the above case i don't see any response from flow.
Actually the MQInputnode failure link is connected to other MQoutputnode for receiving the failure message.
TIA
 _________________ IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified System Administrator - WebSphere Business Integration Message Broker V6.0 |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 13, 2008 4:43 am Post subject: Re: Capture failure message |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
rajmq wrote: |
whenever the message format is wrong i would expect to send the failure message to failure queue but the above case i don't see any response from flow. |
In the flow you quote it would roll back onto the input queue (if transactional).
rajmq wrote: |
Actually the MQInputnode failure link is connected to other MQoutputnode for receiving the failure message.
|
Check your transaction setting, and take a user trace to see what's happening. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Gaya3 |
Posted: Tue May 13, 2008 4:44 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
connect the catch terminal to some good error handling flow/Failure output
Which gives the error description why the message happened to fail.
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
dp111443 |
Posted: Tue May 13, 2008 6:02 am Post subject: |
|
|
Voyager
Joined: 25 Feb 2004 Posts: 82
|
You can also wire your compute node to a failure path, if you don't want to roll-back to the input queue (if it's transactional flow). This could simply be a failure queue.
You need to think more carefully what you want the flow to do in failure situations and how you want to handle them. _________________ Integration Design/Developer
IBM Certified System Administrator -
WebSphere MQ V5.3 |
|
Back to top |
|
 |
dkeister |
Posted: Tue May 13, 2008 6:33 am Post subject: |
|
|
Disciple
Joined: 25 Mar 2002 Posts: 184 Location: Purchase, New York
|
|
Back to top |
|
 |
|