|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Need information about how parellel processing of the messag |
« View previous topic :: View next topic » |
Author |
Message
|
satyasheel15 |
Posted: Fri Oct 15, 2004 10:27 am Post subject: Need information about how parellel processing of the messag |
|
|
Voyager
Joined: 04 Mar 2003 Posts: 86
|
Question:
I have one requirement for the project where from one compute or aggregate node, message goes out parallely to different sub-flows say 5 different sub-flows with respective 5 different output queue.. Now if the message fails in the any of the 5 sub-flows, output message should not go to either of the output queue of the 5 sub-flows, which means message should roll back to the input queue from all the 5 sub-flows. Messages should go to the output queue of the all the 5 sub-flows when pass all the sub-flow. I do not want to use the FLOW ORDER NODE as here message goes out one by one means sequentially.
So please advise how to implement this what FLOW ORDER NODE does but I want all the messages goes out parellely.
SATYASHEEL
IBM INDIA |
|
Back to top |
|
 |
kirani |
Posted: Fri Oct 15, 2004 11:20 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Your understanding is not correct regarding the parallel execution. If you don't use Floworder node then the messages will be propogated to each of these paths in random order. I don't think you can do this without a FLOWORDER node. If you want parallel processing then split your processing into multiple flows. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Oct 15, 2004 11:32 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
If all of your MQOutput nodes are set up to be within the same unit of work as the MQ Input node, then you will get the all or none rollback that you want, regardless of the order of the execution of the subflows.
You control the participation of the MQOutput node in the transaction with the TransactionMode property of the node. _________________ I am *not* the model of the modern major general. |
|
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
|
|
|
|