Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
5.3.0
-
None
Description
With ActiveMQ 5.3 and the web demo chat application, I don't see the org.apache.activemq MBeans in the JBoss jmx-console but with the ActiveMQ 5.2 version I do.
I've bundled up the ActiveMQ demo webapps based on the AMQ version, demo52.war and demo53.war. When I deploy the 5.2 version to JBoss, start the chat sample, and enter a username to login, I see the org.apache.activemq MBeans on the JBoss jmx-console at http://localhost:8280/jmx-console/. With the AMQ 5.3 version (and beyond), the org.apache.activemq MBeans are not available on the JBoss jmx-console.
The behavior I am seeing is due to the change made for AMQ-2085. The solution is to set the undocumented ManagementContext property findTigerMbeanServer="false" in the ActiveMQ config. I believe the default setting for this property should have been to maintain identical behavior between AMQ 5.2 and 5.3+. At a minimum, it seems this property should be documented.