Re: camel headers issue
Thanks lleclerc, will try and let you know.Thanks.Pradeep -- View this message in context: http://camel.465427.n5.nabble.com/camel-headers-issue-tp5731295p5731366.html Sent from the Camel - Users mailing list archive at Nabble.com.
Re: camel headers issue
You can add a processor .process(new Processor() { @Override public void process(Exchange exchange) throws Exception { exchange.getOut().setHeaders(exchange.getIn().getHeaders()); } }) -- View thi