Re: Camel cache across bundles in karaf

2015-10-31 Thread Reji Mathews
Hey Create a common route containing cache component into some commons bundle and connect to that route using "vm" or "direct-vm" component from any other routes in other bundles. Make sure you set the cache operations headers before calling this common route . Cheers Reji On 30 Oct 2015 14:16,

Re: Camel cache across bundles in karaf

2015-10-30 Thread Matt Sicker
I know of two ways to do that: 1. Export the Endpoint as an OSGi service. 2. Use a middleware endpoint like JMS or some event queue. On 30 October 2015 at 03:46, Vanshul.Chawla wrote: > Hello All, > > Is Camel cache available across multiple bundles in Fuse? I.e. can we set > it in one bundle a

Camel cache across bundles in karaf

2015-10-30 Thread Vanshul . Chawla
Hello All, Is Camel cache available across multiple bundles in Fuse? I.e. can we set it in one bundle and multiple bundles refer this? Vanshul