Lifecycle / clean shutdown -------------------------- Key: SM-1074 URL: https://issues.apache.org/activemq/browse/SM-1074 Project: ServiceMix Issue Type: New Feature Reporter: Guillaume Nodet Fix For: 4.0
We need to find a way to provide a clean shutdown of the NMR without loosing any messages. This means that Binding Components must stop accepting new requets (http, jms, etc..) while the pending messages are still be processed. When all messages have been processed, all components / endpoints can be shutdown. Maybe we need to add a method on the Endpoint interface like pause() / resume() that would only affect BC consumers and would inform them to stop consuming messages. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.