ppalaga commented on issue #1468: URL: https://github.com/apache/camel-quarkus/issues/1468#issuecomment-659234574
> The Arc shutdown task is added after Camel's, so it runs first. There are two shutdown tasks added by `io.quarkus.arc.runtime.ArcRecorder`: 1. One that calls `Arc.shutdown()` 2. And one that calls `LifecycleEventRunner.fireShutdownEvent()` I can see the following (IMO correct) ordering of the tasks on shutdown: * `LifecycleEventRunner.fireShutdownEvent()` * our `CamelRuntime.stop()` * `Arc.shutdown()` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org