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

   There is some 'smart' logic in `QuarkusQuartzComponent` which I think is 
executed too late in the Camel lifecycle to be fully effective. Thus the Camel 
job effectively gets lost when the Quarkus Quartz scheduler is wired into the 
component.
   
   As a workaround, try disabling autowiring with:
   
   ```
   camel.component.quartz.autowired-enabled=false
   ```


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