Lets say that I choose to expose a Spring-WS inbound gateway. While servicing that request, that message may travel across sync/async channels (different threads) to get work done within Spring Integration. When finally finished, how does Spring Integration correlate the reply message (which may have navigated multiple threads) with the original request message in a multi-threaded environment?
-Joe


Reply With Quote