-
Dec 3rd, 2008, 06:35 AM
#1
Will spring-integration Help with this use-case
Hello *
I have a requirement which is as follows:
1.Server receives http request
2.Command execute Async Requests
3.Server aggregates data
4.Return response.
Reading through the documentation is seems this module will be ideal but I wanted to see if any further feedback could be gained from the community.
Further Info:
Currently we foresee the http client blocking not polling for the aggregated data, but this may change in the future.
Any feedback appreciated.
Regards,
James
-
Dec 3rd, 2008, 09:59 AM
#2
If you look at my messages in this forum most of then talk about a similar use-case. Except in my case I have sync-requests where the server waits for the response and assync that are "fire&forget".
However my use of the GatewayProxyFactoryBean is probably not useful for you, so you should look to the SimpleMessagingGateway directly.
Cheers.
-
Dec 3rd, 2008, 05:42 PM
#3
Thanks.
Do you think MessageChannelTemplate would suit my needs? This seems to start an internal thread on which to block/wait for the response on.
Regards,
James
-
Dec 5th, 2008, 02:34 AM
#4
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules