[jboss-jira] [JBoss JIRA] Created: (JBCACHE-1048) TreeCache registers channel in JMX if it doesn't get it from ChannelFactory

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue May 8 15:21:52 EDT 2007


TreeCache registers channel in JMX if it doesn't get it from ChannelFactory
---------------------------------------------------------------------------

                 Key: JBCACHE-1048
                 URL: http://jira.jboss.com/jira/browse/JBCACHE-1048
             Project: JBoss Cache
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
            Reporter: Brian Stansberry
         Assigned To: Manik Surtani
             Fix For: 1.4.1.SP4


The JON team wants to be able to monitor all channels in the AS via JMX (see JGRP-207).  But, channels only get registered in JMX if they are created via a call to JChannelFactory.createMultiplexerChannel().  AS 4.2 currently doesn't use the multiplexer, so none of the JBC-created channels are created this way.

Workaround suggestion is to have JBC register the channel it creates via a call to org.jgroups.jmx.JmxConfigurator.registerChannel(). An unregisterChannel call would have to be added any time the channel is closed as well.

I marked this for SP4 but the real intent is it would be included in a CP release for AS 4.2.

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

        



More information about the jboss-jira mailing list