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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 27 18:30:21 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-03-27 18:30:21 -0400 (Thu, 27 Mar 2008)
New Revision: 71361

Modified:
   branches/JBPAPP_4_2/varia/src/resources/services/binding/sample-bindings.xml
Log:
JBPAPP-731 - Updating config on JBM

Modified: branches/JBPAPP_4_2/varia/src/resources/services/binding/sample-bindings.xml
===================================================================
--- branches/JBPAPP_4_2/varia/src/resources/services/binding/sample-bindings.xml	2008-03-27 22:15:29 UTC (rev 71360)
+++ branches/JBPAPP_4_2/varia/src/resources/services/binding/sample-bindings.xml	2008-03-27 22:30:21 UTC (rev 71361)
@@ -418,10 +418,12 @@
                <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="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>               
+               <attribute name="stopLeaseOnFailure" isParam="true">true</attribute>
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
                <attribute name="numberOfRetries" isParam="true">10</attribute>
                <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
+               <attribute name="callbackTimeout">10000</attribute> 
             </invoker>
             <handlers>
                <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
@@ -826,10 +828,12 @@
                <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="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>               
+               <attribute name="stopLeaseOnFailure" isParam="true">true</attribute>
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
                <attribute name="numberOfRetries" isParam="true">10</attribute>
                <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
+               <attribute name="callbackTimeout">10000</attribute> 
             </invoker>
             <handlers>
                <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
@@ -1235,10 +1239,12 @@
                <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="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>               
+               <attribute name="stopLeaseOnFailure" isParam="true">true</attribute>
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
                <attribute name="numberOfRetries" isParam="true">10</attribute>
                <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
+               <attribute name="callbackTimeout">10000</attribute> 
             </invoker>
             <handlers>
                <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
@@ -1601,10 +1607,12 @@
                <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="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>               
+               <attribute name="stopLeaseOnFailure" isParam="true">true</attribute>
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
                <attribute name="numberOfRetries" isParam="true">10</attribute>
                <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
+               <attribute name="callbackTimeout">10000</attribute> 
             </invoker>
             <handlers>
                <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>




More information about the jboss-cvs-commits mailing list