[jboss-cvs] JBossAS SVN: r68252 - trunk/messaging/src/etc/deploy/clustered.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 13 13:53:33 EST 2007


Author: bstansberry at jboss.com
Date: 2007-12-13 13:53:33 -0500 (Thu, 13 Dec 2007)
New Revision: 68252

Modified:
   trunk/messaging/src/etc/deploy/clustered/hsqldb-persistence-service.xml
Log:
[JBAS-4712] Upgrade JGroups to 2.6.1/Use non-concurrent stack for JBM until they qualify concurrent stack

Modified: trunk/messaging/src/etc/deploy/clustered/hsqldb-persistence-service.xml
===================================================================
--- trunk/messaging/src/etc/deploy/clustered/hsqldb-persistence-service.xml	2007-12-13 18:37:37 UTC (rev 68251)
+++ trunk/messaging/src/etc/deploy/clustered/hsqldb-persistence-service.xml	2007-12-13 18:53:33 UTC (rev 68252)
@@ -68,8 +68,8 @@
       <attribute name="Clustered">true</attribute>
       
       <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=MultiplexerChannelFactory</depends>
-      <attribute name="ControlChannelName">udp-sync</attribute>
-      <attribute name="DataChannelName">udp</attribute>
+      <attribute name="ControlChannelName">udp-sync-nonconcurrent</attribute>
+      <attribute name="DataChannelName">udp-nonconcurrent</attribute>
       <attribute name="ChannelPartitionName">${jboss.partition.name:DefaultPartition}-JMS</attribute>
       
    </mbean>




More information about the jboss-cvs-commits mailing list