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/29 15:31:51 UTC

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

    [ https://issues.apache.org/activemq/browse/CAMEL-3012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60990#action_60990 ] 

Claus Ibsen commented on CAMEL-3012:
------------------------------------

trunk: 980445.

event notifications is emitted now

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