jamesnetherton commented on issue #3844:
URL: https://github.com/apache/camel-quarkus/issues/3844#issuecomment-1150719359

   If you don't want Camel Quarkus to automatically discover and bootstrap 
`RouteBuilder` implementations, then you can add some configuration to 
`application.properties`:
   
   ```
   quarkus.camel.routes-discovery.enabled=false
   ```
   
   It's not entirely clear what you're trying to accomplish with your 
extension. Camel Quarkus can take care of bootstrapping `RouteBuilder` and the 
`CamelContext` for you. So you don't strictly need to produce your own 
synthetic beans for them and write your own recorders etc.
   


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to