Graceful shutdown ----------------- Key: CAMEL-1483 URL: https://issues.apache.org/activemq/browse/CAMEL-1483 Project: Apache Camel Issue Type: New Feature Affects Versions: 1.6.0, 2.0.0 Reporter: Claus Ibsen Fix For: 2.1.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.