Hello, Is there a way we can pass headers between routes. My camelcontext has 3 routes >
Route 1 > Timer triggered which populates values in a cache(StartupOrder for route as 1) Route2 > Fetches from cache and populates a header(startup 2) Route3> This route picks message from queue and uses the cache value at one place. Now I cant do to cache here as my exchange will be lost, so that's the reason I fetched value from cache separately and set the header. Can we access the header here>? Any other way of doing this in spring.. Thanks and Regards, Vanshul Chawla
