Im new to Camel and wonder if I can use it for what Im doing. I have a existing spring webapplication with a servlet context.
jdk1.6.0_11 tomcat-6.0.18 spring-framework-2.5.6 Part of its job is to take user input and update data on 5 different websites. Now the process is serial, first one then the next..... - it takes too long time. My idea is to use Camel to be able to do these updates in parallel. I was reading the async page and I think the Asynchronous Request Reply example sounds right. http://camel.apache.org/async Can I define the Camel context in applicationContext.xml and run it next to the servlet context ? How can I send messages to a queue in the Camel context from a servlet ? Or do I have to make a seperate application and send messages between them via JMS ? Is there a working example somewhere of what I want to do ? Any suggestions are wellcome. Thanks -- View this message in context: http://www.nabble.com/Camel-in-existing-webapp-tp24366220p24366220.html Sent from the Camel - Users mailing list archive at Nabble.com.