On Mon, Oct 10, 2011 at 10:06 PM, Matt Madhavan <[email protected]> wrote:
> Hello,
> Has any one point me to an OSGi/SCA/ActiveMQ binding example? has any one
> done it? I'm looking to invoke an OSGi call upon receiving a msg from
> activemq.
> Thanks in advance!
> Matt

Hi Matt

I'm not sure we have a specific example but the runtime is designed to
work in an OSGi environment and with OSGi bundles. Tell me a bit more
about the scenario as it's not clear how you intend to implement your
component. Is it...

ActiveMQ ----> OSGi container (Felix/Equinox) ----> SCA container
(Tuscany) ---> binding.jms ---> implementation.java ---> your
component as a Java class.

OR

ActiveMQ ----> OSGi container (Felix/Equinox) ----> SCA container
(Tuscany) ---> binding.jms ---> implementation.osgi ---> your
component as an OSGi bundle?

OR

ActiveMQ ---->  SCA container (Tuscany) ---> binding.jms --->
implementation.osgi ---> your component as an OSGi bundle?

OR

something else?

Regards

Simon

-- 
Apache Tuscany committer: tuscany.apache.org
Co-author of a book about Tuscany and SCA: tuscanyinaction.com

Reply via email to