Author |
Message
|
saturn_cemk |
Posted: Tue Jan 09, 2007 2:43 pm Post subject: Unite multiple requests |
|
|
Novice
Joined: 10 Jul 2006 Posts: 16
|
Hi,
I have a situation where a particular legacy system would send in multiple requests to the broker... and the broker needs to consolidate them into a single response and send it over to some other system.
What is the best way to do this ?
Thanks. |
|
Back to top |
|
 |
pathipati |
Posted: Tue Jan 09, 2007 2:49 pm Post subject: |
|
|
Master
Joined: 03 Mar 2006 Posts: 296
|
How the Legacy System will communicate with Broker?
Do you have any ID to consolidate them?
How your Broker will communicate with other system? |
|
Back to top |
|
 |
saturn_cemk |
Posted: Tue Jan 09, 2007 2:57 pm Post subject: |
|
|
Novice
Joined: 10 Jul 2006 Posts: 16
|
I am using WBIMB v6.0 and MQSeries v6.0
I wanted to what would be the best approach to handle the situation using MB.
Thanks. |
|
Back to top |
|
 |
pathipati |
Posted: Tue Jan 09, 2007 3:24 pm Post subject: |
|
|
Master
Joined: 03 Mar 2006 Posts: 296
|
Can you post some sample here how your multiple individual requests and your expected consolidated output look like?
I can suggest using some kind of programming to consolidate your individual requests in to one message and then write that consolidated message to the Message Flow Input queue then flow will do the processing and will send it to the other system.. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jan 09, 2007 3:36 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
How do you know when one set of multiple requests has finished, and the next has started?
Once you figure that out, you can use the MQGet Node and configure it to keep getting new messages until one set ends.
If it is not a straightforward question of knowing when one set ends... then you can look at the Complex Event Processing nodes in Support Pack IA0S. Create a situation that represents a complete set of requests, and then create a flow to receive that situation and process it. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|