In past I have created new binding component and service engines with JBI. I have created an OSGi service and able to use as OSGi component directly. Now I want to use NMR so I can component other component using NMR. I looked at Camel and CXF NMR code. They are using their own interface instead of NMR API. My understanding is that I have to implement NMR interface like Exchange, Message and EndPoint. The cxf-nmr example used the org.apache.servicemix.cxf.transport.nmr code which I able to debug through and same for the camel-nmr example used the org.apache.servicemix.camel.nmr code. What do I need to do that it can use nmr? Do you some example beside camel and cxf.
Thanks Jawed -- View this message in context: http://www.nabble.com/How-do-we-create-an-osgi-service-which-can-communicate-via-NMR-to-other-osgi-services--tp19801134p19801134.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
