I want to run a camel route in a JBOSS 5.X instance in order to send messages via a Camel proxy to a remote service which is running an activemq broker.
Should I put the route and accompanying proxy interface in a jar file and launch it in the JBoss instance lib directory, or package it as a war file and deploy it to the instance. I know I don't need camel-jboss.jar with the 2.9.0 version, so that's a plus. Packaging and deploying as a war file gives me greater control over managing the route, but then, how would my other components communicate with the proxy, other than through an http post or get, which adds an unwanted extra transport layer. Any ideas on how to "bootstrap" this would be appreciated. -- View this message in context: http://camel.465427.n5.nabble.com/What-s-best-practice-for-running-Camel-2-9-0-in-JBOSS-5-X-tp5138775p5138775.html Sent from the Camel - Users mailing list archive at Nabble.com.