Re: send reply body after finishing complete route

2016-11-21 Thread Claus Ibsen
If you want to do a fork/join pattern with the splitter, then see http://camel.apache.org/composed-message-processor.html with the spliter only way. eg use the aggregation strategy to merge your result. On Mon, Nov 21, 2016 at 4:15 PM, DanielArias wrote: > Hi, I'm trying to make a synchronous ca

Re: send reply body after finishing complete route

2016-11-21 Thread DanielArias
I already did that, but is still taking the body of the processor that sends to the splitter. I even set the exchange.getIn().setBody() and the exchange.getOut().setBody() whit the body I need. but nothing :( -- View this message in context: http://camel.465427.n5.nabble.com/send-reply-body-aft

Re: send reply body after finishing complete route

2016-11-21 Thread souciance
I would assume since it is an InOut pattern, you need to set the body to your Out exchange. You should be able to do that in your processor. On Mon, Nov 21, 2016 at 4:15 PM, DanielArias [via Camel] < ml-node+s465427n5790291...@n5.nabble.com> wrote: > Hi, I'm trying to make a synchronous call to a