Re: Start CamelContext in the Jar

2016-03-29 Thread kosalads
After doing some research and going through some useful sites found a way to handle this. I have given the detail level answer in the below link. How to use same CamelContext in multiple jar on the same war

Start CamelContext in the Jar

2016-03-18 Thread kosalads
Hi, I have a user case describe below. In my war myApp.war, I have initialized the CamelContext. There are three jars myApp1.jar, myApp2.jar and myApp3.jar. Each jar has it own routers defined separately and add those jars into the war. How do I start the routers in each jar using same camelCon

Re: Apache Camel - war project How to process the Queue and set to another queue?

2013-09-30 Thread kosalads
Hi James, So how do we handle the below scenario with Camel? -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-war-project-How-to-process-the-Queue-and-set-to-another-queue-tp5740524p5740574.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Apache Camel - war project How to process the Queue and set to another queue?

2013-09-30 Thread kosalads
Hi James, Please note that I was able to send the Java bean to the queue and read the same java bean from another application. So I dont think it will be a problem to do this. But my issue is that I cannot get the Java Object from one queue and set to another queue in the same application, So t

Re: Apache Camel - war project How to process the Queue and set to another queue?

2013-09-30 Thread kosalads
Hi, This is for internal Applications and those Objects are serialized and using the same class in the both side. Provided that above scenario how can I achieve this? -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-war-project-How-to-process-the-Queue-and-se

Apache Camel - war project How to process the Queue and set to another queue?

2013-09-30 Thread kosalads
I have done a small app which connect to the camel war and do the processing and set to another queue. However, when I process sample xml files it does goes to the relevant queues and process. Unfortunately, when I use Bean Object via camel It doesnt get updated in the 2nd queue. If I explain bit