[jboss-cvs] JBoss Messaging SVN: r3946 - branches/Branch_Stable/src/main/org/jboss/messaging/core/impl/jchannelfactory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 26 12:30:52 EDT 2008


Author: jmesnil
Date: 2008-03-26 12:30:51 -0400 (Wed, 26 Mar 2008)
New Revision: 3946

Modified:
   branches/Branch_Stable/src/main/org/jboss/messaging/core/impl/jchannelfactory/MultiplexerChannelFactory.java
Log:
* added comment about http://jira.jboss.org/jira/browse/JBMESSAGING-1247

Modified: branches/Branch_Stable/src/main/org/jboss/messaging/core/impl/jchannelfactory/MultiplexerChannelFactory.java
===================================================================
--- branches/Branch_Stable/src/main/org/jboss/messaging/core/impl/jchannelfactory/MultiplexerChannelFactory.java	2008-03-26 13:50:00 UTC (rev 3945)
+++ branches/Branch_Stable/src/main/org/jboss/messaging/core/impl/jchannelfactory/MultiplexerChannelFactory.java	2008-03-26 16:30:51 UTC (rev 3946)
@@ -41,6 +41,11 @@
 
    // Constants ------------------------------------------------------------------------------------
 
+   // JBMESSAGING-1247: the mutex channel creation is done declaratively.
+   // The MBean which handles the operation will be removed in next JGroups release
+   // and the operation will be invoked by a legacy MBean.
+   
+   private static final String MUX_OPERATION = "createMultiplexerChannel";
    private static final String[] MUX_SIGNATURE = new String[]{"java.lang.String",
       "java.lang.String", "boolean", "java.lang.String"};
 
@@ -50,7 +55,6 @@
    String dataStack;
    String controlStack;
    String uniqueID;
-   private static final String MUX_OPERATION = "createMultiplexerChannel";
 
    // Static ---------------------------------------------------------------------------------------
 




More information about the jboss-cvs-commits mailing list