Hi, I understood that your concern is centred on messaging requirements whilst OSGi is a framework where your components will run on top of, participating or not on management tasks of the framework itself.
So, my answer is centred on messaging and I'm simply forgetting OSGi from this scenario because these two requirements theoretically should not collide with each other. IMHO Apache Qpid is very promising. http://qpid.apache.org/ Performance is excellent and this product is being currently used by many mission critical systems. Apache Qpid was born in JPM as part of their needs for low latency messaging. Big advantages of Qpid is that it implements AMQP and it offers the 'openness' of Apache software. It also has layers written in C++ and bindings to Python, which allow you integrate easily other architectures (not only Java-style) and also create scripts in Python for quickly solve mundane tasks. Qpid offers 2 layers: one which is AMQP compliant and another which implements JMS, so you will probably find what you need. I hope it helps Kind Regards Richard Gomes M: +44(77)9955-6813 http://tinyurl.com/frgomes twitter: frgomes JQuantLib is a library for Quantitative Finance written in Java. http://www.jquantlib.org/ twitter: jquantlib Tom Kesling wrote: > I'm looking for a way to remotely manage osgi environments via messaging. > > Basically, I want to have multiple osgi nodes connected to our > messaging infrastructure and have the ability to send commands to all > of them. > > I'd like to know if anyone has any tips on where to start. > Is there an existing implementation that I can take advatage of or > should I be rolling my own. > > Any tips are appreciated. > Thanks, > osgi nube > _______________________________________________ > OSGi Developer Mail List > [email protected] > https://mail.osgi.org/mailman/listinfo/osgi-dev > >
_______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
