[jboss-cvs] JBoss Messaging SVN: r3939 - branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 25 16:18:29 EDT 2008


Author: timfox
Date: 2008-03-25 16:18:29 -0400 (Tue, 25 Mar 2008)
New Revision: 3939

Modified:
   branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting/remoting-bisocket-service.xml
   branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting/remoting-sslbisocket-service.xml
Log:
Corrected remoting config


Modified: branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting/remoting-bisocket-service.xml
===================================================================
--- branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting/remoting-bisocket-service.xml	2008-03-25 19:02:43 UTC (rev 3938)
+++ branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting/remoting-bisocket-service.xml	2008-03-25 20:18:29 UTC (rev 3939)
@@ -32,10 +32,11 @@
                <attribute name="numberOfCallRetries" isParam="true">1</attribute>
                <attribute name="pingFrequency" isParam="true">214748364</attribute>
                <attribute name="pingWindowFactor" isParam="true">10</attribute>
-               <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>
-               <attribute name="stopLeaseOnFailure" isParam="true">false</attribute>
+               <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>               
                <!-- End immutable parameters -->
                
+               <attribute name="stopLeaseOnFailure" isParam="true">true</attribute>
+               
                <!-- Periodicity of client pings. Server window by default is twice this figure -->                               
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
 

Modified: branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting/remoting-sslbisocket-service.xml
===================================================================
--- branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting/remoting-sslbisocket-service.xml	2008-03-25 19:02:43 UTC (rev 3938)
+++ branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting/remoting-sslbisocket-service.xml	2008-03-25 20:18:29 UTC (rev 3939)
@@ -33,6 +33,8 @@
                <attribute name="pingWindowFactor" isParam="true">10</attribute>
                <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>
                <!-- End immutable parameters -->
+               
+               <attribute name="stopLeaseOnFailure" isParam="true">true</attribute>
                               
                <!-- Periodicity of client pings. Server window by default is twice this figure -->                               
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>




More information about the jboss-cvs-commits mailing list