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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 1 10:18:09 EDT 2007


Author: timfox
Date: 2007-06-01 10:18:09 -0400 (Fri, 01 Jun 2007)
New Revision: 63302

Modified:
   branches/Branch_4_2/varia/src/resources/services/binding/sample-bindings.xml
Log:
Updated JBoss Messaging bindings


Modified: branches/Branch_4_2/varia/src/resources/services/binding/sample-bindings.xml
===================================================================
--- branches/Branch_4_2/varia/src/resources/services/binding/sample-bindings.xml	2007-06-01 14:12:27 UTC (rev 63301)
+++ branches/Branch_4_2/varia/src/resources/services/binding/sample-bindings.xml	2007-06-01 14:18:09 UTC (rev 63302)
@@ -404,30 +404,26 @@
                       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="serializationtype" isParam="true">jms</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="callbackStore">org.jboss.remoting.callback.CallbackStore</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="callbackErrorsAllowed">1</attribute>
-	               <attribute name="numberOfRetries" isParam="true">1</attribute>
-	               <attribute name="NumberOfCallRetries" isParam="true">2</attribute>
-	               <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
-	            </invoker>
-	            <handlers>
-	               <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
-	            </handlers>
+         <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>
-            ]]></attribute>
          </delegate-config>
          <binding port="4457"/>
       </service-config>
@@ -812,28 +808,25 @@
                       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="serializationtype" isParam="true">jms</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="callbackStore">org.jboss.remoting.callback.CallbackStore</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="callbackErrorsAllowed">1</attribute>
-	               <attribute name="numberOfRetries" isParam="true">1</attribute>
-	               <attribute name="NumberOfCallRetries" isParam="true">2</attribute>
-	               <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
-	            </invoker>
-	            <handlers>
-	               <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
-	            </handlers>
+	   <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>
             ]]></attribute>
          </delegate-config>
@@ -1221,29 +1214,26 @@
                       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="serializationtype" isParam="true">jms</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="callbackStore">org.jboss.remoting.callback.CallbackStore</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="callbackErrorsAllowed">1</attribute>
-	               <attribute name="numberOfRetries" isParam="true">1</attribute>
-	               <attribute name="NumberOfCallRetries" isParam="true">2</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="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>  
             ]]></attribute>
          </delegate-config>
          <binding port="4657"/>
@@ -1587,28 +1577,25 @@
                       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="serializationtype" isParam="true">jms</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="callbackStore">org.jboss.remoting.callback.CallbackStore</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="callbackErrorsAllowed">1</attribute>
-	               <attribute name="numberOfRetries" isParam="true">1</attribute>
-	               <attribute name="NumberOfCallRetries" isParam="true">2</attribute>
-	               <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
-	            </invoker>
-	            <handlers>
-	               <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
-	            </handlers>
+	<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>
             ]]></attribute>
          </delegate-config>




More information about the jboss-cvs-commits mailing list