Re: Configuring ActiveMQ in OSGi containers

2008-11-07 Thread Dejan Bosanac
Hi Christopher, the servicemix.activemq bundle does exactly what you are describing. It just instantiates ActiveMQ using the external configuration file. You can start exploring that code and create your own bundle that will better fit your application. Cheers -- Dejan Bosanac http://www.ttms

Re: Configuring ActiveMQ in OSGi containers

2008-11-05 Thread huntc
er i.e. tomcat's conf folder is externalised. However I am not clear on how this is done or whether it is OSGi best-practice. Further thoughts? Kind regards, Christopher -- View this message in context: http://www.nabble.com/Configuring-ActiveMQ-in-OSGi-containers-tp20310393p20349048.html Sent

Re: Configuring ActiveMQ in OSGi containers

2008-11-05 Thread Dejan Bosanac
Hi, I've played a bit with servicemix kernel and activemq these days and found servicemix.activemq bundle that does what you need (with some restrictions) - https://issues.apache.org/activemq/browse/SM-1065. To make it run, first you need to install the following dependencies osgi install -s mvn

Re: Configuring ActiveMQ in OSGi containers

2008-11-05 Thread huntc
ttempt to give this a go and report back my findings. However I was rather hoping that the configuration would be something external to the bundle itself - something along the lines of how Tomcat is configured in spring dm server. Thanks again. -- View this message in context: http://www.nabble.com/

Re: Configuring ActiveMQ in OSGi containers

2008-11-05 Thread James Strachan
2008/11/3 huntc <[EMAIL PROTECTED]>: > Hi there, > > I read around a bit and discovered that some of ActiveMQ's jars come OSGi > ready. I then managed to successfully deploy activemq-all-5.1.0.jar using > the OSGi based springsource-dm-server. activemq-all-5.1.0.jar comes as part > of the regular A

Configuring ActiveMQ in OSGi containers

2008-11-03 Thread huntc
S provider that other services can subscribe to. Are you able to point me in the right direction? Thank you for your help in advance. Kind regards, Christopher -- View this message in context: http://www.nabble.com/Configuring-ActiveMQ-in-OSGi-containers-tp20310393p20310393.html Sent from th