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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 26 15:47:38 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-03-26 15:47:38 -0400 (Wed, 26 Mar 2008)
New Revision: 71314

Modified:
   trunk/messaging/src/etc/deploy/clustered/hsqldb-persistence-service.xml
Log:
[JBAS-5343] Get rid of unneeded references to "multiplexer"
[JBAS-5340] Use the new JBM-appropriate stacks

Modified: trunk/messaging/src/etc/deploy/clustered/hsqldb-persistence-service.xml
===================================================================
--- trunk/messaging/src/etc/deploy/clustered/hsqldb-persistence-service.xml	2008-03-26 19:46:59 UTC (rev 71313)
+++ trunk/messaging/src/etc/deploy/clustered/hsqldb-persistence-service.xml	2008-03-26 19:47:38 UTC (rev 71314)
@@ -67,9 +67,9 @@
       
       <attribute name="Clustered">true</attribute>
       
-      <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=MultiplexerChannelFactory</depends>
-      <attribute name="ControlChannelName">udp-sync-nonconcurrent</attribute>
-      <attribute name="DataChannelName">udp-nonconcurrent</attribute>
+      <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</depends>
+      <attribute name="ControlChannelName">jbm-control</attribute>
+      <attribute name="DataChannelName">jbm-data</attribute>
       <attribute name="ChannelPartitionName">${jboss.partition.name:DefaultPartition}-JMS</attribute>
       
    </mbean>




More information about the jboss-cvs-commits mailing list