Search code examples
javajbossjmxmbeansjboss7.x

JBoss AS 7 JMX Console


I spent some time checking out JBoss AS7 today. I am impressed with what I have seen so far but I noticed that good ol' JMX-Console no longer exist.

  1. Does anyone know why it was left out?
  2. I understand that I can connect through JConsole, MC4J etc. but is there an alternative that would provide web based access to the deployed MBeans?

Solution

  • According to this thread (see below), there will be no such thing. Server management will be achieved in another way - via JBoss native interfaces. There will be, however, a compatibility layer exposing JBoss services through JMX.

    http://community.jboss.org/thread/169408