[jboss-cvs] JBoss Messaging SVN: r3949 - branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 26 13:33:18 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-03-26 13:33:18 -0400 (Wed, 26 Mar 2008)
New Revision: 3949

Modified:
   branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/clustered-hsqldb-persistence-service.xml
   branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/mysql-persistence-service.xml
   branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/null-persistence-service.xml
Log:
http://jira.jboss.com/jira/browse/JBMESSAGING-1260 - synchronizing all files changes

Modified: branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/clustered-hsqldb-persistence-service.xml
===================================================================
--- branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/clustered-hsqldb-persistence-service.xml	2008-03-26 16:45:08 UTC (rev 3948)
+++ branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/clustered-hsqldb-persistence-service.xml	2008-03-26 17:33:18 UTC (rev 3949)
@@ -108,7 +108,6 @@
                  sock_conn_timeout="300"
                  skip_suspected_members="true"/>
             <MPING timeout="4000"
-		         bind_to_all_interfaces="true"
 		         mcast_addr="${jboss.messaging.datachanneludpaddress,jboss.partition.udpGroup:228.6.6.6}"
 		         mcast_port="${jboss.messaging.datachanneludpport:45567}"
 		         ip_ttl="${jboss.messaging.ipttl:8}"
@@ -180,7 +179,7 @@
             <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="true" flush_timeout="3000"/>
             <pbcast.FLUSH down_thread="false" up_thread="false" timeout="20000" auto_flush_conf="false"/>
         </config>
-      </attribute>
+     </attribute>
 
    </mbean>
 

Modified: branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/mysql-persistence-service.xml
===================================================================
--- branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/mysql-persistence-service.xml	2008-03-26 16:45:08 UTC (rev 3948)
+++ branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/mysql-persistence-service.xml	2008-03-26 17:33:18 UTC (rev 3949)
@@ -140,11 +140,11 @@
 
       <!-- Max time to wait for state to arrive when the post office joins the cluster -->
 
-      <attribute name="StateTimeout">300000</attribute>
+      <attribute name="StateTimeout">30000</attribute>
 
       <!-- Max time to wait for a synchronous call to node members using the MessageDispatcher -->
 
-      <attribute name="CastTimeout">300000</attribute>
+      <attribute name="CastTimeout">30000</attribute>
       
       <!-- Set this to true if you want failover of connections to occur when a node is shut down -->
       

Modified: branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/null-persistence-service.xml
===================================================================
--- branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/null-persistence-service.xml	2008-03-26 16:45:08 UTC (rev 3948)
+++ branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/null-persistence-service.xml	2008-03-26 17:33:18 UTC (rev 3949)
@@ -43,11 +43,11 @@
 
       <!-- Max time to wait for state to arrive when the post office joins the cluster -->
 
-      <attribute name="StateTimeout">300000</attribute>
+      <attribute name="StateTimeout">30000</attribute>
 
       <!-- Max time to wait for a synchronous call to node members using the MessageDispatcher -->
 
-      <attribute name="CastTimeout">300000</attribute>
+      <attribute name="CastTimeout">30000</attribute>
       
       <!-- Set this to true if you want failover of connections to occur when a node is shut down -->
       




More information about the jboss-cvs-commits mailing list