[jboss-svn-commits] JBL Code SVN: r20323 - labs/jbossesb/trunk/product/install/standalone.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jun 5 05:00:53 EDT 2008


Author: beve
Date: 2008-06-05 05:00:53 -0400 (Thu, 05 Jun 2008)
New Revision: 20323

Modified:
   labs/jbossesb/trunk/product/install/standalone/jbossesb-server-base.zip
Log:
Work for JBESB-1794 "sample-bindings.xml needs to be updated with new and modified remoting attributes"
This task was reopened to perform the following:

Add the following attribute
               <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute>

Change
               <attribute name="leasePeriod">10000</attribute>
to
               <attribute name="clientLeasePeriod" isParam="true">10000</attribute>

Change the following values
               <attribute name="numberOfRetries" isParam="true">10</attribute>
               <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute> 
M    standalone/jbossesb-server-base.zip


Modified: labs/jbossesb/trunk/product/install/standalone/jbossesb-server-base.zip
===================================================================
(Binary files differ)




More information about the jboss-svn-commits mailing list