2008/5/15 Thomas Engelschmidt <[EMAIL PROTECTED]>: > Hi, > > I have just started looking at Camel; > > Is it possible to start Camel as a standalone app, without embedding it in > another application ?
Sure - just write a Java main() like this sample... http://activemq.apache.org/camel/walk-through-an-example.html or run it from maven via 'mvn camel:run' http://activemq.apache.org/camel/camel-run-maven-goal.html -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
