Author |
Message
|
bgm_manus |
Posted: Tue Sep 04, 2007 1:38 am Post subject: AggregateReply Node Timeout Message and its input message re |
|
|
Newbie
Joined: 13 Jul 2007 Posts: 6 Location: UK
|
Hi
I am using Aggregation in my message flow, The timeout message from the AggregateReplyNode doen't contain any information from the input message, I tried to set some info in the Environment variables, if i set that then Aggegate Reply node says invalid message.
it is becomming difficult for me to send timeout message to the partner applications As the timeot message doen't contain anything from input message like messageId,ReplyToQ info etc etc.
Any help would be appreciated,
I am using Message Broker V 5. and MQ 5.3
Thanks in advacnce _________________ WBI Developer |
|
Back to top |
|
 |
AkankshA |
Posted: Tue Sep 04, 2007 1:56 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
|
Back to top |
|
 |
bgm_manus |
Posted: Tue Sep 04, 2007 2:32 am Post subject: |
|
|
Newbie
Joined: 13 Jul 2007 Posts: 6 Location: UK
|
Hi AkankshA
Thanks for the reply, I had a look at the link that you sent.
I am saving the MQMD parameters in the MQMD headers in the control message but when i trace the message that is comming out from TimeOut terminal of the Aggregatereply Node it doen't contain this information. Even i tried to save the same information in Environment variables and MQMD parameters be fore it goes to AggregateReplyNode , But it was of no use.
can anybody help _________________ WBI Developer |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Sep 04, 2007 3:13 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Serialize the original MQMD in a message and send it to a "dummy" provider flow.
Make it part of the aggregation.
This way on the timeout node you should always have the "original" folder in your message. You can then parse the original MQMD out of the "original" folder...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
bgm_manus |
Posted: Tue Sep 04, 2007 4:47 am Post subject: |
|
|
Newbie
Joined: 13 Jul 2007 Posts: 6 Location: UK
|
Hi fjb_saper
Thanks for the reply....
Can you please explain it in detail,
Thanks _________________ WBI Developer |
|
Back to top |
|
 |
|