You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/07/30 10:56:52 UTC

[jira] Resolved: (CAMEL-3012) CamelContext - Lifecycle of cold and warm restart

     [ https://issues.apache.org/activemq/browse/CAMEL-3012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-3012.
--------------------------------

    Resolution: Fixed

trunk: 980685.

See wiki page
https://cwiki.apache.org/confluence/display/CAMEL/CamelContext

> 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.