at the moment the only solution i found involves a jms queue. a in-out jms endpoint sends the request to a queue and waits for the response. an in-only jms gets the request and sends it to the processing service which then sends this msg to a second in-only jms which posts the response to the queue where the first jms service is waiting for.
I'm guessing if a solution could be found without the help of external endpoints. maybe such a pattern is on someone else's interests. Bye. ale wrote: > > i've an http consumer(in-out mep) wired to an eip-enricher (in-only), > wired again with an http-provider(in-out). I need to get back the response > to the last http request as response to the > first http inbound request but i cannot attach the eip-enricher after the > in-out http consumer. > > Is there a way to solve this issue? > > Thanks. > -- View this message in context: http://www.nabble.com/in-out-to-in-only-adapting-tf3902089s12049.html#a11069765 Sent from the ServiceMix - User mailing list archive at Nabble.com.
