1. Is your custom code (mainProcessor, responseProcessor) thread-safe?
2. How are you correlating responses arriving on the rendezvous channel to specific requests?
3. Why are you even using a rendezvous channel? You should be able to simply have your responseProcessorEndpoint have no output-channel, and the framework will take care of routing it's reply directly to the http gateway.
Last edited by Gary Russell; Jan 30th, 2012 at 01:09 PM.
Gary P. Russell
Spring Integration Team
SpringSource, a division of VMware