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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 7 12:46:34 EST 2007


Author: clebert.suconic at jboss.com
Date: 2007-12-07 12:46:34 -0500 (Fri, 07 Dec 2007)
New Revision: 68048

Modified:
   branches/JBPAPP_4_2/varia/src/resources/services/binding/sample-bindings.xml
Log:
JBPAPP-489 - change on example config

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	2007-12-07 17:36:57 UTC (rev 68047)
+++ branches/JBPAPP_4_2/varia/src/resources/services/binding/sample-bindings.xml	2007-12-07 17:46:34 UTC (rev 68048)
@@ -404,26 +404,29 @@
                       delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
          <delegate-config>
             <attribute name="Configuration"><![CDATA[
-               <config>
-                  <invoker transport="bisocket">
-                     <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
-                     <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
-                     <attribute name="dataType" isParam="true">jms</attribute>
-                     <attribute name="socket.check_connection" isParam="true">false</attribute>
-                     <attribute name="timeout" isParam="true">0</attribute>
-                     <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
-                     <attribute name="serverBindPort">4457</attribute>
-                     <attribute name="leasePeriod">10000</attribute>
-                     <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
-                     <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
-                     <attribute name="numberOfRetries" isParam="true">1</attribute>
-                     <attribute name="numberOfCallRetries" isParam="true">1</attribute>
-                     <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
-                  </invoker>
-                 <handlers>
-                    <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
-                 </handlers>
-              </config>
+         <config>
+            <invoker transport="bisocket">
+               <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
+               <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
+               <attribute name="dataType" isParam="true">jms</attribute>
+               <attribute name="socket.check_connection" isParam="true">false</attribute>
+               <attribute name="timeout" isParam="true">0</attribute>
+               <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
+               <attribute name="serverBindPort">4457</attribute>
+               <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
+               <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
+               <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="clientLeasePeriod" isParam="true">10000</attribute>
+               <attribute name="numberOfRetries" isParam="true">10</attribute>
+               <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
+            </invoker>
+            <handlers>
+               <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
+            </handlers>
+         </config>
          ]]></attribute>
          </delegate-config>
          <binding port="4457"/>
@@ -809,26 +812,29 @@
                       delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
          <delegate-config>
             <attribute name="Configuration"><![CDATA[
-               <config>
-                  <invoker transport="bisocket">
-                     <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
-                     <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
-                     <attribute name="dataType" isParam="true">jms</attribute>
-                     <attribute name="socket.check_connection" isParam="true">false</attribute>
-                     <attribute name="timeout" isParam="true">0</attribute>
-                     <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
-                     <attribute name="serverBindPort">4557</attribute>
-                     <attribute name="leasePeriod">10000</attribute>
-                     <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
-                     <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
-                     <attribute name="numberOfRetries" isParam="true">1</attribute>
-                     <attribute name="numberOfCallRetries" isParam="true">1</attribute>
-                     <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
-                  </invoker>
-                 <handlers>
-                    <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
-                 </handlers>
-              </config>
+         <config>
+            <invoker transport="bisocket">
+               <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
+               <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
+               <attribute name="dataType" isParam="true">jms</attribute>
+               <attribute name="socket.check_connection" isParam="true">false</attribute>
+               <attribute name="timeout" isParam="true">0</attribute>
+               <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
+               <attribute name="serverBindPort">4557</attribute>
+               <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
+               <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
+               <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="clientLeasePeriod" isParam="true">10000</attribute>
+               <attribute name="numberOfRetries" isParam="true">10</attribute>
+               <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
+            </invoker>
+            <handlers>
+               <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
+            </handlers>
+         </config>
          ]]></attribute>
          </delegate-config>
          <binding port="4557"/>
@@ -1215,26 +1221,29 @@
                       delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
          <delegate-config>
             <attribute name="Configuration"><![CDATA[
-               <config>
-                  <invoker transport="bisocket">
-                     <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
-                     <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
-                     <attribute name="dataType" isParam="true">jms</attribute>
-                     <attribute name="socket.check_connection" isParam="true">false</attribute>
-                     <attribute name="timeout" isParam="true">0</attribute>
-                     <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
-                     <attribute name="serverBindPort">4657</attribute>
-                     <attribute name="leasePeriod">10000</attribute>
-                     <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
-                     <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
-                     <attribute name="numberOfRetries" isParam="true">1</attribute>
-                     <attribute name="numberOfCallRetries" isParam="true">1</attribute>
-                     <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
-                  </invoker>
-                 <handlers>
-                    <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
-                 </handlers>
-              </config>
+         <config>
+            <invoker transport="bisocket">
+               <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
+               <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
+               <attribute name="dataType" isParam="true">jms</attribute>
+               <attribute name="socket.check_connection" isParam="true">false</attribute>
+               <attribute name="timeout" isParam="true">0</attribute>
+               <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
+               <attribute name="serverBindPort">4657</attribute>
+               <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
+               <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
+               <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="clientLeasePeriod" isParam="true">10000</attribute>
+               <attribute name="numberOfRetries" isParam="true">10</attribute>
+               <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
+            </invoker>
+            <handlers>
+               <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
+            </handlers>
+         </config>
          ]]></attribute>
          </delegate-config>
          <binding port="4657"/>
@@ -1578,26 +1587,29 @@
                       delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
          <delegate-config>
             <attribute name="Configuration"><![CDATA[
-               <config>
-                  <invoker transport="bisocket">
-                     <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
-                     <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
-                     <attribute name="dataType" isParam="true">jms</attribute>
-                     <attribute name="socket.check_connection" isParam="true">false</attribute>
-                     <attribute name="timeout" isParam="true">0</attribute>
-                     <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
-                     <attribute name="serverBindPort">4757</attribute>
-                     <attribute name="leasePeriod">10000</attribute>
-                     <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
-                     <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
-                     <attribute name="numberOfRetries" isParam="true">1</attribute>
-                     <attribute name="numberOfCallRetries" isParam="true">1</attribute>
-                     <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
-                  </invoker>
-                 <handlers>
-                    <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
-                 </handlers>
-              </config>
+         <config>
+            <invoker transport="bisocket">
+               <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
+               <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
+               <attribute name="dataType" isParam="true">jms</attribute>
+               <attribute name="socket.check_connection" isParam="true">false</attribute>
+               <attribute name="timeout" isParam="true">0</attribute>
+               <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
+               <attribute name="serverBindPort">4757</attribute>
+               <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
+               <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
+               <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="clientLeasePeriod" isParam="true">10000</attribute>
+               <attribute name="numberOfRetries" isParam="true">10</attribute>
+               <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
+            </invoker>
+            <handlers>
+               <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
+            </handlers>
+         </config>
          ]]></attribute>
          </delegate-config>
          <binding port="4757"/>




More information about the jboss-cvs-commits mailing list