[ https://issues.apache.org/jira/browse/CAMEL-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982038#action_12982038 ]
Claus Ibsen commented on CAMEL-3240: ------------------------------------ Hadrian that aboutOnTimeout feature is only for one *single* route. It doesn't apply when you shutdown the entire CamelContext. Ben, if we about on timeout, then we need to start the route again. The consumer on the route could have been suspended/stopped to prevent intaking new messages. We can check the status on the consumer and if its not started, then start it. > Graceful shutdown - Add support for give up if timeout triggered > ---------------------------------------------------------------- > > Key: CAMEL-3240 > URL: https://issues.apache.org/jira/browse/CAMEL-3240 > Project: Camel > Issue Type: Improvement > Components: camel-core > Reporter: Claus Ibsen > Assignee: Hadrian Zbarcea > Priority: Minor > Fix For: 2.6.0 > > Attachments: camel-core-stop-route-abortAfterTimeout.txt > > > Graceful shutdown will force shutting down routes if timeout triggeres. > We should add option to let end user control this. So Camel instead just > gives up. Then end user can take action, such as trying to shutdown again or > whatever. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.