Results 1 to 4 of 4

Thread: Will spring-integration Help with this use-case

  1. #1
    Join Date
    Jul 2006
    Location
    London
    Posts
    500

    Default 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

  2. #2
    Join Date
    Feb 2008
    Location
    Dublin - Ireland
    Posts
    102

    Default

    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.

  3. #3
    Join Date
    Jul 2006
    Location
    London
    Posts
    500

    Default

    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

  4. #4
    Join Date
    May 2007
    Location
    Netherlands
    Posts
    614

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •