OsgiLifecycleStrategy - To register and unregister camel services in OSGi service registry on-the-fly -----------------------------------------------------------------------------------------------------
Key: CAMEL-3521 URL: https://issues.apache.org/jira/browse/CAMEL-3521 Project: Camel Issue Type: New Feature Components: osgi Affects Versions: 2.5.0 Reporter: Claus Ibsen Assignee: Gert Vanthienen Fix For: 2.7.0 In camel-core-osgi we got the osgi integration with Camel. Currently we got OsgiCamelContextPublisher which can register/unregister CamelContext in OSGi service registry. Its based on Camel's EventNotifier. Instead we should use org.apache.camel.spi.LifecycleStrategy instead. It has more fine grained events. That allows us to register much more - CamelContext - Component - Endpoint - Route - Service - ThreadPool - ErrorHandler -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.