Re: ActiveMQ & OSGI Startup

2017-12-20 Thread Quinn Stevenson
I had a client with a similar requirement a while back, and what I wound up doing was writing a couple of simple bundles that dynamically registered OSGi services. I need two - on for running in the same JVM as the ActiveMQ broker and another for running in a different JVM. The bundle that

Re: ActiveMQ & OSGI dependency

2017-12-09 Thread smunro
Hello seijoed, Thanks for the reply. That sound like the way to go given the options I've looked at. I did find something earlier that looked very promising, the BrokerService, which I tried to use as follows @Reference public void setBrokerService(BrokerService service{..} The problem with

Re: ActiveMQ & OSGI dependency

2017-12-09 Thread Johan Edstrom
Use a failover connector URI? It’ll keep trying to reconnect until a connection is established. You can control retry-time and so on. /je > On Dec 8, 2017, at 4:24 PM, smunro <stephen.ross.mu...@gmail.com> wrote: > > Hello, > > I have an OSGI bundle which makes use of the

ActiveMQ & OSGI Startup

2017-12-09 Thread smunro
Hello, I've got a small project which has an OSGI bundle deployed on Karaf. It uses the latest ActiveMQ feature. The issue is that my bundle is starting up before the Broker has fully started. Is there a clean way to tell the bundle to wait until the broker has fully initialised to start

RE: activemq-osgi 5.9.0

2013-11-05 Thread MillieretXavier
: activemq-osgi 5.9.0 Hi Jean-Baptiste, Thanks you to look my issue. Regards De : Jean-Baptiste Onofré [via ActiveMQ] [mailto:ml-node+s2283324n4673654...@n4.nabble.com] Envoyé : samedi 2 novembre 2013 09:28 À : Millieret, Xavier Objet : Re: activemq-osgi 5.9.0 Hi Xavier, let me take a look

RE: activemq-osgi 5.9.0

2013-11-04 Thread MillieretXavier
Hi Jean-Baptiste, Thanks you to look my issue. Regards De : Jean-Baptiste Onofré [via ActiveMQ] [mailto:ml-node+s2283324n4673654...@n4.nabble.com] Envoyé : samedi 2 novembre 2013 09:28 À : Millieret, Xavier Objet : Re: activemq-osgi 5.9.0 Hi Xavier, let me take a look on that. I keep you

Re: activemq-osgi 5.9.0

2013-11-02 Thread Jean-Baptiste Onofré
Hi Xavier, let me take a look on that. I keep you posted. Regards JB On 10/31/2013 11:07 AM, MillieretXavier wrote: Hi all, I used activemq-osgi 5.8.0 in karaf container 2.3.1, in my project, but after testing this on windows server 2012, I saw that this couple of version doesn't work

activemq-osgi 5.9.0

2013-11-01 Thread MillieretXavier
Hi all, I used activemq-osgi 5.8.0 in karaf container 2.3.1, in my project, but after testing this on windows server 2012, I saw that this couple of version doesn't work on this OS. After making research, I upgraded my activemq-osgi version 5.8.0 - 5.9.0, (lauching with activemq-broker-noweb) Now

Re: ActiveMQ + OSGI

2009-04-07 Thread ffrenchm
Hello, I've a problem between activemq-core-5.2.0 and org.springframework.beans.factory. When starting my broker service - which start an embedded activemq - I get this error : ... Caused by: java.lang.ClassNotFoundException: *** Class 'org.springframework.beans.factory.InitializingBean' was

Re: ActiveMQ + OSGI

2009-04-07 Thread ffrenchm
Hello again, I finally solve my dependency problems... The problem comes because I didn't load all the needing bundles. Bellow my felix ps : START LEVEL 1 ID State Level Name [ 0] [Active ] [0] System Bundle (1.5.0.SNAPSHOT) [ 1] [Active ] [1] Apache Felix

ActiveMQ + OSGI

2009-04-03 Thread ffrenchm
Hello, I've some questions about ActiveMQ and OSGI. As far as I know, there is two activemq jar bundlised : activemq-core and activemq-pool. Is there any others ActiveMQ bundlised jars today ? The other question I've is about the activemq bundleisation methodology. I already see that you use

Re: ActiveMQ + OSGI

2009-04-03 Thread Guillaume Nodet
On Fri, Apr 3, 2009 at 10:47, ffrenchm ffrench.mathi...@gmail.com wrote: Hello, I've some questions about ActiveMQ and OSGI. As far as I know, there is two activemq jar bundlised : activemq-core and activemq-pool. Is there any others ActiveMQ bundlised jars today ? All ActiveMQ jars are