You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Kyle Anderson (JIRA)" <ji...@apache.org> on 2009/07/31 19:10:34 UTC

[jira] Updated: (AMQ-2330) Add MBean descriptions

     [ https://issues.apache.org/activemq/browse/AMQ-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kyle Anderson updated AMQ-2330:
-------------------------------

    Attachment: patch.txt

Sure thing.  Here's a patch against svn revision 799635.

> 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
>         Attachments: patch.txt
>
>   Original Estimate: 3 hours
>  Remaining Estimate: 3 hours
>
> 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.