|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQOutput node, Transaction=No |
« View previous topic :: View next topic » |
Author |
Message
|
Bartez75 |
Posted: Wed Oct 21, 2009 2:23 am Post subject: MQOutput node, Transaction=No |
|
|
 Voyager
Joined: 26 Oct 2006 Posts: 80 Location: Poland, Wroclaw
|
Hi,
What is the danger of setting Transaction='No' in MQOutput node?
More details:
I just got a flow to check it
This flow propagates incoming message to two MQOutput nodes which use different queues.
MQInput node Transaction is set to 'Yes'.
MQOutput1 has Transaction='No'.
MQOutput2 has Transaction='Automatic'
Do you see any potential problems with this flow?
The goal of this flow is to duplicate the incoming message and I guess the MQOutput1 should put message even if MQOutput2 uses for example non existing queue and there is an error because of it.
The flow is very simple, no code there. |
|
Back to top |
|
 |
Gaya3 |
Posted: Wed Oct 21, 2009 2:35 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Read this
Select the Transaction Mode from the list to determine how the message is put:
If you select Automatic (the default), the message transactionality is derived from the way that it was specified at the input node.
If you select Yes, the message is put transactionally.
If you select No, the message is put non-transactionally
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp?topic=/com.ibm.etools.mft.doc/ac04570_.htm _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
sirsi |
Posted: Wed Oct 21, 2009 7:58 am Post subject: |
|
|
Disciple
Joined: 11 Mar 2005 Posts: 177
|
Bartez75: you answered it
Quote: |
The goal of this flow is to duplicate the incoming message even if there are errors in the flow |
usually the MQoutput with trans=No will be used in the error handler to output error msg to a queue |
|
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
|
|
|
|