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

Claus Ibsen resolved CAMEL-1937.
--------------------------------

    Resolution: Fixed

trunk: 807958.

In Java:
Use addLifecycleStrategy on CamelContext.

In Spring XML
Just declare as many spring beans you like with the type {{LifecycleStrategy}} 
and Camel take it from there.

> Support multiple LifecycleStrategy
> ----------------------------------
>
>                 Key: CAMEL-1937
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1937
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core, camel-spring
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> We need multiple support for {{LifecycleStrategy}} so 3rd party plugins can 
> listening and react to lifecycle events, and add bootstapping if needed etc.
> Need to be able to just define spring bean as instanceof LifecycleStrategy 
> and Camel will pick em up and add 'em to its list.

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