ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » synchronized the end of two sub-flows

Post new topic  Reply to topic
 synchronized the end of two sub-flows « View previous topic :: View next topic » 
Author Message
miguelanselmo
PostPosted: Wed Feb 11, 2004 4:25 am    Post subject: synchronized the end of two sub-flows Reply with quote

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
View user's profile Send private message
kirani
PostPosted: Wed Feb 11, 2004 12:04 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
miguelanselmo
PostPosted: Thu Feb 12, 2004 2:43 am    Post subject: Reply with quote

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
View user's profile Send private message
vmcgloin
PostPosted: Thu Feb 12, 2004 4:31 am    Post subject: Reply with quote

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
View user's profile Send private message
miguelanselmo
PostPosted: Thu Feb 12, 2004 4:49 am    Post subject: Reply with quote

Novice

Joined: 28 Oct 2003
Posts: 15

Thanks vmcgloin & kirani
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » synchronized the end of two sub-flows
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.