[jboss-cvs] JBossAS SVN: r71725 - 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
Fri Apr 4 11:44:19 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-04-04 11:44:18 -0400 (Fri, 04 Apr 2008)
New Revision: 71725

Modified:
   branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/binding/sample-bindings.xml
Log:
JBPAPP-723, JBPAPP-656 - Updating JBossMessaging configuration on sample-bindings.xml. The same config also applies to EAP 4.2 (if the user replaces MQ by JBM)

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-04-04 15:34:49 UTC (rev 71724)
+++ branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/binding/sample-bindings.xml	2008-04-04 15:44:18 UTC (rev 71725)
@@ -404,14 +404,12 @@
                       delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
          <delegate-config>
             <attribute name="Configuration"><![CDATA[
- at 43CONF
          <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="socket.check_connection" isParam="true">false</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>
@@ -420,38 +418,18 @@
                <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="stopLeaseOnFailure" isParam="true">true</attribute>
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
+               <attribute name="timeout" isParam="true">0</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>
             </handlers>
          </config>
- at END43CONF
- at 42CONF
-         <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>
- at END42CONF
-         ]]></attribute>
+        ]]></attribute>
          </delegate-config>
          <binding port="4457"/>
       </service-config>
@@ -836,7 +814,6 @@
                       delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
          <delegate-config>
             <attribute name="Configuration"><![CDATA[
- at 43CONF
          <config>
             <invoker transport="bisocket">
                <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
@@ -846,43 +823,23 @@
                <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="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="stopLeaseOnFailure" isParam="true">true</attribute>
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
+               <attribute name="timeout" isParam="true">0</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>
             </handlers>
          </config>
- at END43CONF
- at 42CONF
-         <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>
- at END42CONF
          ]]></attribute>
          </delegate-config>
          <binding port="4557"/>
@@ -1269,7 +1226,6 @@
                       delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
          <delegate-config>
             <attribute name="Configuration"><![CDATA[
- at 43CONF
          <config>
             <invoker transport="bisocket">
                <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
@@ -1285,37 +1241,17 @@
                <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="stopLeaseOnFailure" isParam="true">true</attribute>
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
+               <attribute name="timeout" isParam="true">0</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>
             </handlers>
          </config>
- at END43CONF
- at 42CONF
-         <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>
- at END42CONF
          ]]></attribute>
          </delegate-config>
          <binding port="4657"/>
@@ -1659,7 +1595,6 @@
                       delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
          <delegate-config>
             <attribute name="Configuration"><![CDATA[
- at 43CONF
          <config>
             <invoker transport="bisocket">
                <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
@@ -1675,37 +1610,17 @@
                <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="stopLeaseOnFailure" isParam="true">true</attribute>
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
+               <attribute name="timeout" isParam="true">0</attribute>
                <attribute name="numberOfRetries" isParam="true">10</attribute>
                <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
-            </invoker>
+               <attribute name="callbackTimeout">10000</attribute> 
+           </invoker>
             <handlers>
                <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
             </handlers>
          </config>
- at END43CONF
- at 42CONF
-        <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>
- at END42CONF
          ]]></attribute>
          </delegate-config>
          <binding port="4757"/>




More information about the jboss-cvs-commits mailing list