[
http://jira.jboss.com/jira/browse/JBAS-4406?page=all ]
Brian Stansberry updated JBAS-4406:
-----------------------------------
Fix Version/s: JBossAS-4.2.0.GA
Affects Version/s: JBossAS-4.2.0.CR2
(was: JBossAS-4.2.0.GA)
Since 4.2.0.GA is not officially released, will fix for 4.2.0.GA.
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.CR2
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Fix For: JBossAS-4.2.0.GA
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