CamelContext - Lifecycle of cold and warm restart
-------------------------------------------------

                 Key: CAMEL-3012
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3012
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.4.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.5.0


CamelContext should support 2 kind of restarts
- start/stop = cold. where stop will shutdown camel and release all resources. 
so when you start again its starting from scratch.
- suspend/resume = warm. the resources and state will be kept as is. its the 
routes which are suspended.

The current implementation of start/stop is flawed. The stop will release all 
resources, but the routes are still _warm_ which causes a mix of warm/cold 
restart when start is invoked.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to