|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
synchronized the end of two sub-flows |
« View previous topic :: View next topic » |
Author |
Message
|
miguelanselmo |
Posted: Wed Feb 11, 2004 4:25 am Post subject: synchronized the end of two sub-flows |
|
|
Novice
Joined: 28 Oct 2003 Posts: 15
|
Hi,
I have a message flow that divides in two sub-flows (that run in parallel) and I want to synchronized point that tell me that the two sub-flow as ended to continue with the rest of my initial flow.
MQIn -> Compute -> Compute -> Database -> (Synch Point) -
-> Compute -> Database ->
-> Compute -> MQOut -> Compute -> Database ->
Regards
Miguel Anselmo |
|
Back to top |
|
 |
kirani |
Posted: Wed Feb 11, 2004 12:04 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Ok. I am lost here, pls help me understand your problem.
What do you mean by your message flow is divided in two sub-flows that run in parallel? Does this mean you have two instances of message flows running? Within a Thread WMQI will execute all nodes in sequential order.
Please list down your flows in sequence, like,
Main Flow
---------
MQInput-> .... -> Subflow1 ... ->Subflow2
Subflow1
--------
InputTerminal->.....
Subflow2
--------
InputTerminal->..... _________________ 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 |
|
 |
miguelanselmo |
Posted: Thu Feb 12, 2004 2:43 am Post subject: |
|
|
Novice
Joined: 28 Oct 2003 Posts: 15
|
Hi,
I sure bout my english. I would try to explain better my problem.
I have a message flow that divide at a point in two:
MQIn -> Compute -> (divide point) -> Compute -> Database
-> Compute -> Database
and then this two converge to one point.
My first question is this two "branch" work in parallel?
If yes how can I create a "synch point" that synchronized with the end of this two "branch".
If no, my question is if there is a way of saying that this "branch" run first?
To explain what my message flow thus. I receive a message and this message will be divided in two and each "branch" will treat a part of the initial message (each "branch" have in is message environment a part of the message).
Regards
Miguel Anselmo |
|
Back to top |
|
 |
vmcgloin |
Posted: Thu Feb 12, 2004 4:31 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
The two branches do not work in parallel. One will be run to completion then the other. There is a FlowOrder node to specify the order in which the subflows are used. Note that the second 'subflow' may not be executed if the first one fails.
Cheers,
Vicky |
|
Back to top |
|
 |
miguelanselmo |
Posted: Thu Feb 12, 2004 4:49 am Post subject: |
|
|
Novice
Joined: 28 Oct 2003 Posts: 15
|
|
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
|
|
|
|