Hello,

Here is the use case.

I have two Contexts, ContextA and ContextB.

ContextA has the following route:
    route("direct:start").setHeader("myNewHeader","some
value").to("direct-vm:nextB");

ContextB has the following route:
    route ("direct-vm:nextB").log ("${header.myNewHeader}")

The "myNewHeader" is null in direct-vm:nextB route.

I am using camel 2.12 (Fuse 6.1)

thanks,
sunil.




--
View this message in context: 
http://camel.465427.n5.nabble.com/Reuse-Exchange-between-routes-using-direct-and-direct-vm-tp5774124p5774127.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to