> from( "jms:request")
>            .process(new AddHeader())
>            .to("cxfrs://http://abc.com/"; + < header (test)>)

Have you tried:

    .to(simple("cxfrs://http://abc.com/${header.test}";))

Reply via email to