-
1. Re: No ActiveMQ admin console in JBoss
mtarullo463 Jul 22, 2011 3:34 PM (in response to mtarullo463)I think I know the answer to my question. I think the answer to why there is no ActiveMQ admin console under JBoss is because it's not needed.
I started looking at the JBoss JMX Console and it appears that JBoss supplies MBeans that are needed to do most, if not all, of the administrative message broker activities.
Could someone please confirm if this is correct?
Thank you.
-
2. Re: No ActiveMQ admin console in JBoss
b.eckenfels Jul 22, 2011 6:50 PM (in response to mtarullo463)Yes you can do quite a lot with the JMX beans and the console. However other more specialized solutions are more user friendly.
Maybe the Jopr project will add some HornetQ management features...
Greetings
Bernd
-
3. Re: No ActiveMQ admin console in JBoss
mtarullo463 Dec 11, 2011 5:13 PM (in response to b.eckenfels)Even better than the JMX MBeans is the JBoss 6.0 admin console.
You can manage JMS connections, queues and topics from a very simple user interface.
Even though I'm having some problems with it right now, it apperas to have everything that I need!
Mike