public void activate()

in rcomp-camel/src/main/java/org/apache/karaf/rcomp/camel/CamelComponent.java [56:60]


    public void activate(BundleContext context, CamelConfig config) throws Exception {
        this.camelContext = new OsgiDefaultCamelContext(context, new OsgiServiceRegistry(context));
        this.camelContext.start();
        this.camelreactive = CamelReactiveStreams.get(camelContext);
    }