Posted: Thu Jul 29, 2004 11:35 am Post subject: Passing other data from AggControl node to AggReply
Apprentice
Joined: 14 May 2003 Posts: 29 Location: Wisconsin
Message Broker 5
Is there a way I can pass data between the AggControl node to the AggReply node? I put the data that I want to pass into the local environment variable. I then added a compute node between the control node and reply node that would pass the local environment along
SET OuputLocalEnvironment.IPSData = InputLocalEnvironment.IPSData;
I have set the compute mode of the compute node to Local Environment.
This looks like it will not work. The AggReply must ignore any data that comes from the control connector except for the ComIbmAggregateControlNode. When I ran this through debugger I could see that the LocalEnvironment got updated but then when I got passed the AggReply the LocalEnvironment was empty.
I was trying this to see if I could persist data across the different flows. Use Aggregation when I need to persist the data from one flow to the next.
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
Right off, I can think of two possibilities that may meet your requirement for sharing data:
1. The Broker Domain Data Store supportpac IA91
2. Persist the data to a queue in the AggControl portion of the message flow and use the MQGET plug-in to retrieve the data in the AggReply portion of the message flow
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