Hi, After evaluating Camel+ActiveMQ, I have come to the conclusion that it is a good solution for the project that I'm working on.
Now I'm confronted with the daunting task of working on the distributed deployment of the components using Camel. [Basically Application and Services running on different network nodes] I'm trying to find some documentation from Camel to help me but I have been struggling. Right now I'm trying to read and understand from build.xml that ships with the http://activemq.apache.org/camel/tutorial-jmsremoting.html#Tutorial-JmsRemoting-AOPEnabledServer example I just want to make sure that my understanding is correct and I'm on the right track. 1) Camel Engine has to be running on both the n/w nodes. 2) JMS broker can be running anywhere. But is it sufficient to uri=tcp://<somehost>:61616 in camel-server.xml? 3) Now,since the JMS broker and the Camel Engine are *not* running in the same jvm, how do I configure my "jms" consumer component on the Service side? [I can't use brokerURL = "vm://localhost" anymore] 4) Is "ServerRoutes" required only on the Server (Services) Side? Thanks -- View this message in context: http://www.nabble.com/Camel-Deployment-in-a-distributed-environment-tp21039698s22882p21039698.html Sent from the Camel - Development mailing list archive at Nabble.com.
