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/24 01:05:33 UTC

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

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.


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

Posted by "Dejan Bosanac (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac reassigned AMQ-2330:
----------------------------------

    Assignee: Dejan Bosanac

> 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
>            Assignee: Dejan Bosanac
>            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.


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

Posted by "Kyle Anderson (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Dejan Bosanac (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac resolved AMQ-2330.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3.0

Patch, adapted to current trunk, applied. Thanks

> 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
>            Assignee: Dejan Bosanac
>            Priority: Minor
>             Fix For: 5.3.0
>
>         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.


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

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52994#action_52994 ] 

Rob Davies commented on AMQ-2330:
---------------------------------

Could you add the patch ?

> 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
>   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.