You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/11/30 08:06:09 UTC

[GitHub] [camel-quarkus] JiriOndrusek commented on issue #3179: `quarkus.camel.main.shutdown.timeout` doesn't work as intended

JiriOndrusek commented on issue #3179:
URL: https://github.com/apache/camel-quarkus/issues/3179#issuecomment-982379455


   @iqnev It is possible to set graceful shudown via property
   ```
   camel.main.shutdownTimeout = 15
   ```
   or via camel context.
   ```
   camelContext
           .getShutdownStrategy()
           .setTimeout(66);
   ```
   
   In development mode `NoShutdownStrategy` is used.


-- 
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-unsubscribe@camel.apache.org

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