aldettinger commented on issue #2978:
URL: https://github.com/apache/camel-quarkus/issues/2978#issuecomment-971436941


   I think end users could choose by explicitly setting 
`quarkus.camel.main.enabled = false`. There is a [single deployment 
test](https://github.com/apache/camel-quarkus/blob/main/extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/deployment/main/DisabledMainTest.java#L58)
 for this in camel quarkus as of today, so it may be a corner case.
   
   Anyway, when `quarkus.camel.main.enabled = false` then 
`CamelContextProcessor.runtime()` [kicks 
in](https://github.com/apache/camel-quarkus/blob/main/extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelContextProcessor.java#L132)
 and the route configurations might not not be added before route builders 
(just a guess, not demonstrated at this stage).
   
   


-- 
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]


Reply via email to