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
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
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