The existing MBeans may address some of your requirements; however, you'd be working with the JMX and not JMS. You can also develop your own custom broker plugin and register it with the MBean server to address functionality not covered by the existing MBeans. Check out the 1.6 JConsole it has a much nicer UI - vs previous releases - from which you can manage multiple brokers.
Joe Free ActiveMQ user guide at http://www.ttmsolutions.com uprooter wrote: > > Generally speaking: > I want to control a bunch of brokers from a central broker using JMS. > When I say control I mean things like allow/disallow new sessions. > dropping existing sessions. shutting down the broker remotely. and query > the broker for it's status. > I > My very simple approach is to write an application with embedded broker > which will be also a consumer of the management instructions from the > central broker. > Is there any interface API that allows me to do that kind of things ? > Or maybe there's already a solution for doing that. > Thanks. > > -- View this message in context: http://www.nabble.com/Are-there-any-Management-solutions-for-AMQ.-tp21852516p21856774.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.