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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 19 11:07:02 EDT 2007


Author: adrian at jboss.org
Date: 2007-10-19 11:07:02 -0400 (Fri, 19 Oct 2007)
New Revision: 66287

Modified:
   trunk/messaging/src/etc/deploy/clustered/hsqldb-persistence-service.xml
Log:
The postoffice should depend on the channel factory

Modified: trunk/messaging/src/etc/deploy/clustered/hsqldb-persistence-service.xml
===================================================================
--- trunk/messaging/src/etc/deploy/clustered/hsqldb-persistence-service.xml	2007-10-19 14:46:59 UTC (rev 66286)
+++ trunk/messaging/src/etc/deploy/clustered/hsqldb-persistence-service.xml	2007-10-19 15:07:02 UTC (rev 66287)
@@ -67,7 +67,7 @@
       
       <attribute name="Clustered">true</attribute>
       
-      <attribute name="ChannelFactoryName">jboss.jgroups:service=MultiplexerChannelFactory</attribute>
+      <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=MultiplexerChannelFactory</depends>
       <attribute name="ControlChannelName">udp-sync</attribute>
       <attribute name="DataChannelName">udp</attribute>
       <attribute name="ChannelPartitionName">${jboss.partition.name:DefaultPartition}-JMS</attribute>
@@ -107,4 +107,4 @@
       ]]></attribute>
    </mbean>
 
-</server>
\ No newline at end of file
+</server>




More information about the jboss-cvs-commits mailing list