fvcortes commented on issue #6049: URL: https://github.com/apache/camel-quarkus/issues/6049#issuecomment-2081610028
Thanks for your answer @jamesnetherton and I appreciate your tip on using the injectable bean CamelContext. I understand that instantiating a camel context manually with no configuration is not adequate for native execution, hence this is not a legitimate bug request. In this particular scenario, I would also like to make use of the initialization capabilities of the `init()` method, provided by the AbstractCamelContext implementation but the CamelContext injectable bean doesn't seem to provide one since the everything is already set up at this point. Do you have any suggestions? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
