On Sat, Oct 29, 2011 at 1:05 AM, Matt Madhavan <[email protected]> wrote: > Hello, > A while ago I had posted this req. > > Hello, > I'm in urgent need for an example/documentation for the following scenario. > Can some one point me to the right direction please? > > ActiveMQ ----> SCA container (Tuscany) ---> binding.jms ---> > implementation.osgi ---> your component as an OSGi bundle? > > > This our Test SCA. running on WAS. I want to replicate this same using > ActiveMQ/Tuscany in Karaf (Apache Felix OSGi runtime underneath) > > Any help will be appreciated! > > Thanks in advance! > > Matt > > Can some one point me to the right direction please? I would like to see > some examples. Since I could not get it to work last time I had to use > Apache Camel for my demo! Now I'm back to SCA! > > Any help will be appreciated! > > Thanks > Matt > > > >
Hi Matt I started putting a simple sample together [1]. This doesn't include implementation.osgi yet but I'm seeing some SAX parser issue so need to fix that first. Current this is just a bundle which is a contribution in it's own right. The bundle activator starts the Tuscany runtime which loads the contribution and runs a simple test. I've adjusted the test to use binding.jms. I should point out that implementation.osgi in Tuscany doesn't provide support for Aries style EBAs at the moment. [1] http://svn.apache.org/repos/asf/tuscany/sandbox/slaws/jms-osgi/ Regards Simon -- Apache Tuscany committer: tuscany.apache.org Co-author of a book about Tuscany and SCA: tuscanyinaction.com
