You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "m.pryakhin" <m....@gmail.com> on 2013/01/30 14:49:17 UTC

Re: Propagate original headers after split

You can just add property to the exchange that will link to your headers Map.
This property will be available inside splitter. Something like this:

        <setProperty propertyName="parentHeaders">
            <simple>${headers}</simple>
        </setProperty>
and inside splitter you can refer to the headers by key "parentHeaders".

Hope this will help you



--
View this message in context: http://camel.465427.n5.nabble.com/Propagate-original-headers-after-split-tp3387309p5726562.html
Sent from the Camel - Users mailing list archive at Nabble.com.