[jboss-dev-forums] [JBoss AS 7 Development] - JMX-Console Alternative on JBoss 7.x
Thomas Goettlich
do-not-reply at jboss.com
Mon Feb 13 11:59:40 EST 2012
Thomas Goettlich [https://community.jboss.org/people/ThomasGo] created the discussion
"JMX-Console Alternative on JBoss 7.x"
To view the discussion, visit: https://community.jboss.org/message/716253#716253
--------------------------------------------------------------
Hi,
we're currently in the process to switch our projects and infrastructure from JBoss 4.2.3 (it's +really+ old, I know) to JBoss 7.x.
We have a couple of management services that we used to invoke through the old JMX-Console, e.g. in order to manually clear and rebuild caches, etc.
The beauty of that approach was that we only needed to write an MBean to expose the functionality we needed.
The problem is that in JBoss 7.x there seems to be no JMX-Console (yet).
I found a suggestion to build a JMX-Console like interface using JSF and a managed bean instead of the MBeans
but that would still require some work in order to provide the interface for each management method as well as the menu to access those methods (there are quite a lot and I'd like to have them grouped somehow).
Additionally, we'd still have to use our MBeans, although they'd now be annotated with @Singleton rather than @Service.
Thus we'd have to add at least two classes now: the MBean/Singleton and the JSF Managed Bean.
So here's my question: is there any less intrusive/expensive way to expose those management methods in a web console?
Additionally, does anyone know if and when there will be a new version of the JMX-Console?
Thanks in advance.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/716253#716253]
Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120213/a80b5171/attachment.html
More information about the jboss-dev-forums
mailing list