Discussion:
Transcation RollBack in Message Flows
(too old to reply)
s***@coolgoose.com
2007-09-18 06:15:12 UTC
Permalink
Hi All,
How to use transcation rollback in message flows(Custom Node/Bulit in node)
Thanks
kumar
e***@yahoo.com
2007-09-18 09:14:12 UTC
Permalink
Post by s***@coolgoose.com
How to use transcation rollback in message
flows(Custom Node/Bulit in node)
In the built-in nodes, on the MQInput and MQOutput nodes you will find the Transaction property which will help you achieve transactionality...the usage of the property is very well documented...

If your custom node is a processing node, then the transaction will still be taken care by the MQInput node, but if your node is the input node of the flow, then you need to explicitly code for the transactionality.

Regards.

Loading...