[jboss-jira] [JBoss JIRA] Created: (JBAS-4406) ClusterPartition should register non-multiplexed channels in JMX
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue May 8 15:27:52 EDT 2007
ClusterPartition should register non-multiplexed channels in JMX
----------------------------------------------------------------
Key: JBAS-4406
URL: http://jira.jboss.com/jira/browse/JBAS-4406
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Clustering
Affects Versions: JBossAS-4.2.0.GA
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
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 the ClusterPartition-created channel is not created this way.
Workaround suggestion is to have ClusterPartition 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.
--
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