[Jboss-cvs] JBossAS SVN: r56868 - trunk/cluster/src/etc

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 14 17:09:54 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-09-14 17:09:53 -0400 (Thu, 14 Sep 2006)
New Revision: 56868

Modified:
   trunk/cluster/src/etc/cluster-service.xml
Log:
[JBAS-3588] Use sys prop to config multiplexer stack

Modified: trunk/cluster/src/etc/cluster-service.xml
===================================================================
--- trunk/cluster/src/etc/cluster-service.xml	2006-09-14 21:09:03 UTC (rev 56867)
+++ trunk/cluster/src/etc/cluster-service.xml	2006-09-14 21:09:53 UTC (rev 56868)
@@ -28,7 +28,7 @@
         <!--JGroups multiplexer is required for this cache -->
         <depends>jgroups.mux:name=Multiplexer</depends>
         <attribute name="MultiplexerService">jgroups.mux:name=Multiplexer</attribute>
-        <attribute name="MultiplexerStack">fc-fast-minimalthreads</attribute>
+        <attribute name="MultiplexerStack">${jboss.multiplexer.stack:udp}</attribute>
 
         <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
         




More information about the jboss-cvs-commits mailing list