Hi Claus, The component can be used right now without any additions, but I'd like to include some integration tests which will check that:
1. Any camel processor (even not included into the camel route) can be published into the OSGi service registry to process exchanges. 2. Multiple producers can send exchanges to one/many consumers. Everything should work out of the box, but the samples can be rather useful. Also I'd like to update docs with the samples based on the points above. One more interesting thing is investigating into whether the component can be integrated with DOSGi easily, but I suppose it can be postponed a little bit as it's not very important, but rather useful feature. Regards, Sergey > On Tue, May 22, 2012 at 7:57 PM, <szh.s...@gmail.com> wrote: >> Hi gurus, >> >> Recently I've published camel component that uses OSGi services to >> communicate between endpoints in different bundles. >> >> Here is the link: https://github.com/szhem/camel-osgi >> I've already raised JIRA issue - >> https://issues.apache.org/jira/browse/CAMEL-5292 >> >> So I'd like to have some feedback if it seems to be useful. >> >> Regards, >> Sergey >> >> > Sergey at first glance this seem really useful. Good work. > Is there any missing functionality / features / tests etc?