Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not possible to execute the Camel route through CamelContext while the autoStartup option is disabled. When the autoStartup option is disabled, the CamelContext does not create or start any routes automatically when it is started. Therefore, if you want to execute a route, you need to either enable the autoStartup option or manually start the route using the startRoute() method of the CamelContext.