[jboss-cvs] JBossAS SVN: r111175 - branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/resources/examples/symmetric-cluster-with-backups-colocated/hornetq-backup1.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 13 02:43:47 EDT 2011


Author: rsvoboda at redhat.com
Date: 2011-04-13 02:43:47 -0400 (Wed, 13 Apr 2011)
New Revision: 111175

Modified:
   branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/resources/examples/symmetric-cluster-with-backups-colocated/hornetq-backup1/hornetq-configuration.xml
Log:
JBPAPP-6191 added file-deployment-enabled element for backup HornetQ configuration

Modified: branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/resources/examples/symmetric-cluster-with-backups-colocated/hornetq-backup1/hornetq-configuration.xml
===================================================================
--- branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/resources/examples/symmetric-cluster-with-backups-colocated/hornetq-backup1/hornetq-configuration.xml	2011-04-12 23:39:08 UTC (rev 111174)
+++ branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/resources/examples/symmetric-cluster-with-backups-colocated/hornetq-backup1/hornetq-configuration.xml	2011-04-13 06:43:47 UTC (rev 111175)
@@ -25,6 +25,8 @@
 
    <allow-failback>true</allow-failback>
 
+   <file-deployment-enabled>true</file-deployment-enabled>
+
    <log-delegate-factory-class-name>org.hornetq.integration.logging.Log4jLogDelegateFactory</log-delegate-factory-class-name>
    
    <bindings-directory>../${hornetq.backup1.data.dir:hornetq-backup1}/bindings</bindings-directory>



More information about the jboss-cvs-commits mailing list