You can add a processor
.process(new Processor() {
                    @Override
                    public void process(Exchange exchange) throws Exception
{
                       
exchange.getOut().setHeaders(exchange.getIn().getHeaders());
                    }
                })



--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-headers-issue-tp5731295p5731363.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to