Results 1 to 3 of 3

Thread: Making an asynchronous call behave synchronously

  1. #1

    Default Making an asynchronous call behave synchronously

    Is there a Spring Integration way of implementing what appears to be a synchronous call, waiting for a reply on the reply channel, and returning to the caller when the reply has been received?

    I'm certain I read an article about this--right after I rolled my own solution to this. I remember because it was a DOH! moment for me. Can someone point me in the direction of this article, or give me some info on this?

    Thanks,

    Scott

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    Scott, have you checked out the Gateway section of the reference manual? (and the discussion about sync over async there)

  3. #3

    Default

    Mark, that's probably what I read before, and just what I needed. Thanks!

Posting Permissions

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