[ https://issues.apache.org/activemq/browse/CAMEL-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen resolved CAMEL-1483. -------------------------------- Resolution: Fixed trunk: 893983. Graceful shutdown now have fine grained control on batch consumers to whether to shutdown after current tasks or wait until the entire batch group has been completed. > Graceful shutdown > ----------------- > > Key: CAMEL-1483 > URL: https://issues.apache.org/activemq/browse/CAMEL-1483 > Project: Apache Camel > Issue Type: New Feature > Components: camel-core > Affects Versions: 1.6.0, 2.0.0 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Fix For: 2.2.0 > > > Introduce a GracefulShutdownAware interface (in lack of better name) that > components can support. > It allows the component to eg deny any new incoming messages. > Can be used by JMS, File, Http, Mina etc. to better support graceful shutdown > as they will deny new messages. > James have a good idea on this one. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.