Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
context.mybody=exchange.getIn().getBody(String.class);
System.out.println("context : "+context.mybody );
//auto propagate ???
exchange.getOut().setBody(exchange.getIn().getBody());
exchange.getOut().setHeaders(exchange.getIn().getHeaders());