Author |
Message
|
vikas.bhu |
Posted: Wed Oct 20, 2010 4:29 am Post subject: Multiple system interaction and combine the response |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
Hi,
We have A new requirement as follows.
1- There are multiple system to which we need send the request message.
some are was, wps, mainframe, DB.
2- Based on the response coming from each of the system we need to construct XML message and put in MQ.
3- Even If any system is failing to send response or DB is failing.Still we need to construct the XML based on the response coming from other system and put in to the MQ.
4- Performance concern is Important.
Please suggest.
Let me know for any other input. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Oct 20, 2010 4:59 am Post subject: Re: Multiple system interaction and combine the response |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
vikas.bhu wrote: |
Please suggest. |
Collector Node. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Oct 20, 2010 5:22 am Post subject: Re: Multiple system interaction and combine the response |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Vitor wrote: |
vikas.bhu wrote: |
Please suggest. |
Collector Node. |
Aggregate.
It's request/response. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Oct 20, 2010 5:26 am Post subject: Re: Multiple system interaction and combine the response |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
Vitor wrote: |
vikas.bhu wrote: |
Please suggest. |
Collector Node. |
Aggregate.
It's request/response. |
Good point. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
vikas.bhu |
Posted: Wed Oct 20, 2010 5:45 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
What about 3rd point ..cant it be handled by aggregate nodes only.. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Oct 20, 2010 5:57 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
vikas.bhu wrote: |
What about 3rd point ..cant it be handled by aggregate nodes only.. |
My most worthy associate is correct - aggregate node is the way to go.
You'll just need to deal with your 3rd point as you would any other aggregation. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
vikas.bhu |
Posted: Wed Oct 20, 2010 6:05 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
|
Back to top |
|
 |
|