Simplest route does nothing..?

2014-08-12 Thread James Green
We're missing something fundamental here. https://gist.github.com/jmkgreen/ed271348de66646a87be I run this, I get the following in the logs: https://gist.github.com/jmkgreen/91b89c32fe03ffb93ead So we're wondering what we're doing that doesn't actually execute the route? This comes out of a

Re: Simplest route does nothing..?

2014-08-12 Thread Claus Ibsen
Hi See this link http://camel.apache.org/running-camel-standalone-and-have-it-keep-running.html And read the javadoc of the start method on CamelContext. The start method is non-blocking, so you need some way to keep the jvm running. As the links above talks about. On Tue, Aug 12, 2014 at 3:50