Hi,

Is it possible to propagate headers or properties (what's the difference?)
between two endpoints? I have state stored in threadlocal and I need to copy
this state on thread switches. What I want is something like: 

from("direct:copy_state").setHeader("state",
getStateFromThreadLocal()).to("my_seda_endoint");
from("my_seda_endoint").process(getStateFromHeaderAndPutItBackInThreadLocal()).process(doSomething())...

/Johan
-- 
View this message in context: 
http://old.nabble.com/Pass-properties-headers-to-another-endpoint-tp27790977p27790977.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to