[jboss-cvs] JBoss Messaging SVN: r3940 - branches/Branch_Stable/src/etc/remoting.

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


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

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


Modified: branches/Branch_Stable/src/etc/remoting/remoting-bisocket-service.xml
===================================================================
--- branches/Branch_Stable/src/etc/remoting/remoting-bisocket-service.xml	2008-03-25 20:18:29 UTC (rev 3939)
+++ branches/Branch_Stable/src/etc/remoting/remoting-bisocket-service.xml	2008-03-25 20:18:52 UTC (rev 3940)
@@ -34,6 +34,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>

Modified: branches/Branch_Stable/src/etc/remoting/remoting-sslbisocket-service.xml
===================================================================
--- branches/Branch_Stable/src/etc/remoting/remoting-sslbisocket-service.xml	2008-03-25 20:18:29 UTC (rev 3939)
+++ branches/Branch_Stable/src/etc/remoting/remoting-sslbisocket-service.xml	2008-03-25 20:18:52 UTC (rev 3940)
@@ -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