Store variable in camel context for later use

2013-11-19 Thread komal bhola
Hi, I need to store a date time variable in body. I need to use this variable in different routes and change its date and time. I am using following code for this. ${SYSDATE()} I am a newbie in camel. Plz help. Thanks, Kom

Re: Store variable in camel context for later use

2013-11-20 Thread komal bhola
; On Wed, Nov 20, 2013 at 7:36 AM, komal bhola <[hidden email]> wrote: > > > Hi, > > > > I need to store a date time variable in body. I need to use this variable > > in > > different routes and ch

Handling soap request in http endpoint ? possible?

2014-04-24 Thread komal bhola
Hi , Currently I am using cxf endpoint to listen to soap requests. Actually I want to use http endpoint only to listen to soap requests. I need to provide different services on only 1 URL. So I want soap method name to be populated in camel headers, based on which I can call different different se

Re: Handling soap request in http endpoint ? possible?

2014-04-29 Thread komal bhola
Hi I am still facing issue please help!! What i want to do is something like this --> http://0.0.0.0:6062/volt/SchedulingEngineWeb/services/CallSubscription?sessionSupport=true&enableJmx=true&enableTrace=true"; id="soap"> This endpoint receives soap requests from

Hi I wanna use camel 's embedded in active mq

2014-05-12 Thread komal bhola
Hi , I have implemented camel with blueprint implementation. Please provide some guide or tutorial. All i find are spring tutorials. My Code is as follows: Camel Context :

activemq exception

2014-05-12 Thread komal bhola
Hi I am getting following exception while starting activemq. 15:27:06,185 | INFO | veMQ Broker: amq | KahaDBStore | 114 - org.apache.activemq.activemq-osgi - 5.8.0.redhat-60024 | Stopping async queue tasks^M 15:27:06,185 | INFO | veMQ Broker: amq | KahaDBStore

Re: Hi I wanna use camel 's embedded in active mq

2014-05-23 Thread komal bhola
Hi Claus, Thanks for the reply. I have successfully started activemq embedded in jboss-fuse. Now from my application which is camel based I want to send receive messages to that queue. For the same I have coded which I mentioned in my 1st post. When I install my application a lot of jasper, gla