|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Dequeued failed message. Propagating a message to the failur |
« View previous topic :: View next topic » |
Author |
Message
|
vpramod544 |
Posted: Fri Nov 30, 2012 6:28 am Post subject: Dequeued failed message. Propagating a message to the failur |
|
|
Newbie
Joined: 30 Nov 2012 Posts: 4
|
Hi,
My flow is ok with the happy flow. When I test it locally with some poison messages(with some false value other than the xsd required value) then it gives this error every thing is in its place,I checked the queue properties. in the exception handler there is a subflow. with in it, it have a compute node then an output node. till the compute node the flow works fine when it trys to put the error message into the queue it throws an error and the message tree is perfect. actually can I know when this error occurs.. please Thanks in advance. |
|
Back to top |
|
 |
kash3338 |
Posted: Fri Nov 30, 2012 6:37 am Post subject: |
|
|
Shaman
Joined: 08 Feb 2009 Posts: 709 Location: Chennai, India
|
Untill and Unless you give a proper trace of the error message and more details on what you are doing i guess no one will be able to help you here. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Nov 30, 2012 6:42 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
McueMart |
Posted: Fri Nov 30, 2012 6:42 am Post subject: |
|
|
 Chevalier
Joined: 29 Nov 2011 Posts: 490 Location: UK...somewhere
|
This normally happens when you are rolling back a transaction (i.e. Your flow is set to Transactional = 'Yes', and you cause an exception , or have a Throw node). What happens is that the Message is 'backed out' to the input queue, and its BackoutCount is incremented by 1.
Your flow then picks this message up again, but because the MQMD.BackoutCount is >= the Backout threshold of the input queue, the MQInput node throws the error you are seeing, and propagates the message down the failure terminal. |
|
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
|
|
|
|