Ask Your Question
3

Is it possible to execute the Camel route through CamelContext while the autoStartup option is disabled?

asked 2023-05-04 04:37:05 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-05-04 04:49:02 +0000

pufferfish gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-04 04:37:05 +0000

Seen: 9 times

Last updated: May 04 '23