I edited my original post with my camel version : 2.10.0
Here's the code of my route :
public class ContactReportRoute extends RouteBuilder {
private static final Logger LOGGER =
Logger.getLogger(ContactReportRoute.class);
@Override
public void configure() throws Exception {
LOGGER.info("Route started bro.");
}
}
So, I haven't done anything special. The route just gets started.
--
View this message in context:
http://camel.465427.n5.nabble.com/CamelContext-autoStartup-false-not-working-tp5717994p5718005.html
Sent from the Camel - Users mailing list archive at Nabble.com.