Hi Ruwan, I was rather looking for a possibility to deal with multiple response messages that originate from multiple send mediators in the in flow (this is also how I understood your original posting to which I referred).
The aim is that (1) a client sends a request to a Synapse proxy which (2) uses multiple send mediators to forward the request to a series of services, each having the authority to send a reply. The Synapse proxy should then (3) evaluates and collects these response messages (or drops some of them) before sending them all together to the requester. Of course, the latter probably requires my own Mediator class. One problem seems to be related to your remark about the HTTP connection: The different response messages all run separately through the out flow (I imagine). Here, I would need a means to collect a response message for later processing/sending/evaluation, hereby keeping the HTTP connection open. Any idea? Thank you, Henrik -- View this message in context: http://www.nabble.com/Multiple-responses-tf4651525.html#a13406829 Sent from the Synapse - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
