Posted: Fri Feb 07, 2003 3:06 pm Post subject: Aggregate Question
Master
Joined: 18 Mar 2002 Posts: 241 Location: Colorado, USA
Hi,
I have a flow that uses Aggregate but the Server processing the messages echo's back the same MsgID. When I get the replies back the first thing I do is copy the MsgId to the CorrelID so that the Aggregate Control finds the msg.
Problem is, although it finds the message when I look at the contents in my aggregate folder it only contains Properties (no MQMD or Msg Data)???
I determined the problem was because the Server is echo'ing back the same MsgId so now both the request and reply used identical msgid's.
To get around this, I created a new flow that took my reply message and simply wrote it to another mq output node and set the Use New MsgId option to generate a new unique MsgId for the reply.
Now the output looks as expected and my Aggregate Folder contains, properties, MQMD and msg data.
Is there a better way to do this??? I really don't want to have to use this extra queue just to create a unique MsgId and I cannot change my server code to generate one their.
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