[jboss-jira] [JBoss JIRA] Resolved: (JBAS-6784) Add support for JMS ServerPeer managed object to support enabling metric collection through the console

Scott M Stark (JIRA) jira-events at lists.jboss.org
Wed Jun 17 04:56:56 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBAS-6784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott M Stark resolved JBAS-6784.
---------------------------------

    Resolution: Done


There is a "jboss.messaging:service=ServerPeer" component of type ComponentType("JMS", "ServerPeer")

   public void testServerPeer() throws Exception
   {
      ManagementView mgtView = getManagementView();
      ComponentType type = new ComponentType("JMS", "ServerPeer");
      ManagedComponent component = mgtView.getComponent("jboss.messaging:service=ServerPeer", type);
      assertNotNull(component);
      
      log.info("Properties: "+component.getProperties().keySet());
      
      ManagedOperation o = getOperation(component, "listMessageCountersAsHTML", new String[0]);
      MetaValue v = o.invoke(new MetaValue[0]);
      assertNotNull("null operation return value", v);
      log.debug("result" + v);
   }

> Add support for JMS ServerPeer managed object to support enabling metric collection through the console
> -------------------------------------------------------------------------------------------------------
>
>                 Key: JBAS-6784
>                 URL: https://jira.jboss.org/jira/browse/JBAS-6784
>             Project: JBoss Application Server
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: ProfileService
>    Affects Versions: JBossAS-5.1.0.GA
>            Reporter: Charles Crouch
>            Assignee: Scott M Stark
>             Fix For: JBossAS-5.2.0.Beta1
>
>
> See 
> https://jira.jboss.org/jira/browse/JBAS-6720?focusedCommentId=12461916#action_12461916
> https://jira.jboss.org/jira/browse/JBAS-6720?focusedCommentId=12461917#action_12461917
> for more info on why this would be a good thing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list