[jboss-cvs] JBossAS SVN: r79229 - branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/binding.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 7 12:10:33 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-10-07 12:10:33 -0400 (Tue, 07 Oct 2008)
New Revision: 79229

Modified:
   branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/binding/sample-bindings.xml
Log:
JBPAPP-1219 - Updating config accordingly

Modified: branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/binding/sample-bindings.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/binding/sample-bindings.xml	2008-10-07 15:58:11 UTC (rev 79228)
+++ branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/binding/sample-bindings.xml	2008-10-07 16:10:33 UTC (rev 79229)
@@ -420,6 +420,9 @@
                <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>
                <attribute name="stopLeaseOnFailure" isParam="true">true</attribute>
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
+               <attribute name="validatorPingPeriod" isParam="true">10000</attribute>
+               <attribute name="validatorPingTimeout" isParam="true">5000</attribute>
+               <attribute name="registerCallbackListener">false</attribute>
                <attribute name="timeout" isParam="true">0</attribute>
                <attribute name="numberOfRetries" isParam="true">10</attribute>
                <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
@@ -831,6 +834,9 @@
                <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>
                <attribute name="stopLeaseOnFailure" isParam="true">true</attribute>
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
+               <attribute name="validatorPingPeriod" isParam="true">10000</attribute>
+               <attribute name="validatorPingTimeout" isParam="true">5000</attribute>
+               <attribute name="registerCallbackListener">false</attribute>
                <attribute name="timeout" isParam="true">0</attribute>
                <attribute name="numberOfRetries" isParam="true">10</attribute>
                <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
@@ -1243,6 +1249,9 @@
                <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>
                <attribute name="stopLeaseOnFailure" isParam="true">true</attribute>
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
+               <attribute name="validatorPingPeriod" isParam="true">10000</attribute>
+               <attribute name="validatorPingTimeout" isParam="true">5000</attribute>
+               <attribute name="registerCallbackListener">false</attribute>
                <attribute name="timeout" isParam="true">0</attribute>
                <attribute name="numberOfRetries" isParam="true">10</attribute>
                <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
@@ -1612,6 +1621,9 @@
                <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>
                <attribute name="stopLeaseOnFailure" isParam="true">true</attribute>
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
+               <attribute name="validatorPingPeriod" isParam="true">10000</attribute>
+               <attribute name="validatorPingTimeout" isParam="true">5000</attribute>
+               <attribute name="registerCallbackListener">false</attribute>
                <attribute name="timeout" isParam="true">0</attribute>
                <attribute name="numberOfRetries" isParam="true">10</attribute>
                <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>




More information about the jboss-cvs-commits mailing list