Add MBean descriptions
----------------------
Key: AMQ-2330
URL: https://issues.apache.org/activemq/browse/AMQ-2330
Project: ActiveMQ
Issue Type: Improvement
Affects Versions: 5.2.0
Reporter: Kyle Anderson
Priority: Minor
JMX allows for method/field/parameter descriptions, but AMQ registers standard
Mbeans. This makes JMX though jconsole fairly cumbersome, one has to
constantly consult the javadoc to understand the attributes and parameters.
A simple solution is described here:
http://weblogs.java.net/blog/emcmanus/archive/2005/07/adding_informat.html
Using that approach, I was able to simply annotations copying the existing
javadoc to the *ViewMBean classes and replaced the handful of the mbean
registration calls. Patch available.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.