Re: Store variable in camel context for later use

2013-11-20 Thread komal bhola
Thanks a lot.. Will try it out .. Regards, Komal Sent from my iPhone On 20-Nov-2013, at 16:30, "Claus Ibsen-2 [via Camel]" wrote: > You can use a java bean and have methods to update date and time. And > let Camel call this bean using its bean component etc. > > > On Wed, Nov 20, 2013 at

Re: Store variable in camel context for later use

2013-11-20 Thread Claus Ibsen
You can use a java bean and have methods to update date and time. And let Camel call this bean using its bean component etc. On Wed, Nov 20, 2013 at 7:36 AM, komal bhola wrote: > Hi, > > I need to store a date time variable in body. I need to use this variable in > different routes and change it