Author |
Message
|
Veera B |
Posted: Mon Sep 02, 2013 7:10 pm Post subject: Aggregation + Msg body not propogating to another flow |
|
|
Voyager
Joined: 16 Jan 2013 Posts: 76
|
Hi All,
I have a situation where i am using aggregation nodes to send multiple messages to one of my mock msg flows for Unit testing.
The problem here is, once the message flows from aggregation flow( Compute --> AggregationControl --> MQOutput ) the Message body is not received in the MQInput of another flow. only Properties and MQMD are received.
To see if msg propogating I put a Trace node before MQOutput. in Tace file i can see my MRM body.
any one have idea why this is happening ? |
|
Back to top |
|
 |
Simbu |
Posted: Mon Sep 02, 2013 7:49 pm Post subject: |
|
|
 Master
Joined: 17 Jun 2011 Posts: 289 Location: Tamil Nadu, India
|
|
Back to top |
|
 |
Veera B |
Posted: Mon Sep 02, 2013 10:56 pm Post subject: |
|
|
Voyager
Joined: 16 Jan 2013 Posts: 76
|
Yup, doing all the steps mentioned in the above link, Still the same, message body not propogating for fan out messages ..
note:- my current broker version is 6.1. |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Sep 02, 2013 11:22 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Have you tried the aggregation sample flow and learned from that? you can modify that one you know to help yourself understand it. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
Veera B |
Posted: Tue Sep 03, 2013 1:43 am Post subject: |
|
|
Voyager
Joined: 16 Jan 2013 Posts: 76
|
Problem Solved ..
I was populating the message body in a procedure and propagating the fan out messages from Procedure itself, but instead,
if i create the fan out messages from the main module and propogate fan out messages from there itself, the messages are getting populated properly with message body. |
|
Back to top |
|
 |
|