iqnev opened a new issue #3179:
URL: https://github.com/apache/camel-quarkus/issues/3179
The property
> quarkus.camel.main.shutdown.timeout
doesn't work when I tried to configure my application. Also I tried with
the following code to set graceful shutdown but It doesn't work, too.
```
camelContext
.getShutdownStrategy()
.setTimeout(66);
```
While I was debugging my Camel application I realized, that the default
graceful shutdown strategy is
> NoShutdownStrategy
In Apache Camel the default strategy is
https://camel.apache.org/manual/latest/graceful-shutdown.html#_implementing_custom_component_or_shutdownstrategy
> DefaultShutdownStrategy
--
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]