Author |
Message
|
TonyD |
Posted: Sun Feb 04, 2007 2:05 pm Post subject: |
|
|
Knight
Joined: 15 May 2001 Posts: 540 Location: New Zealand
|
Jeff's post above tells you what you need to do to drive the MQGet multiple times. You will also need to work out how the flow knows that it has received the last message in the batch so that it will stop doing MQGets and instead proceed with processing the set of stored(?) messages, i.e. the batch ... if that is what you need to do. |
|
Back to top |
|
 |
bindu |
Posted: Mon Feb 05, 2007 10:55 am Post subject: |
|
|
Voyager
Joined: 07 May 2004 Posts: 97
|
Hi Tony,
I am still working on this to loop the MQGet node....What happening is everytime when the message came from MQGet node to Compute node its propagating to out terminal then i am not able to find that previous message while doing the second message process. I got strucked on this an dtrying with diff options....Thanks for your time.
Thank You,
Bindu |
|
Back to top |
|
 |
madi |
Posted: Mon Feb 05, 2007 11:13 am Post subject: |
|
|
 Chevalier
Joined: 17 Jan 2006 Posts: 475
|
store the message in the env tree ........ u can do this through esql in compute ..... so everytime u get a message store in the env and then get another message
when u have all the messages u need ....... create one message out of all of them
good luck
--madi |
|
Back to top |
|
 |
bindu |
Posted: Mon Feb 05, 2007 1:27 pm Post subject: |
|
|
Voyager
Joined: 07 May 2004 Posts: 97
|
Hi Madi,
Thanks you verymuch for your suggestion.....i didnt get thise idea...yes you are right we can use the Env variables to store messages in compute node. I will try and let you know...Have a nice time.
Thank You,
Bindu |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Feb 05, 2007 4:10 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You should be using the Aggregate nodes for this design pattern. These would be used in conjunction with the MQGet nodes. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|