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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 16 11:04:31 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-05-16 11:04:30 -0400 (Wed, 16 May 2007)
New Revision: 63098

Modified:
   branches/Branch_4_2/varia/src/resources/services/binding/sample-bindings.xml
Log:
Changing jboss messaging configuration

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-05-16 14:35:53 UTC (rev 63097)
+++ branches/Branch_4_2/varia/src/resources/services/binding/sample-bindings.xml	2007-05-16 15:04:30 UTC (rev 63098)
@@ -400,10 +400,34 @@
 
       <!-- ********************* jboss messaging ********************** -->
 
-      <service-config name="jboss.messaging:service=Connector,transport=socket"
+      <service-config name="jboss.messaging:service=Connector,transport=bisocket"
                       delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
          <delegate-config>
-            <attribute name="InvokerLocator">socket://${jboss.bind.address}:4457/?dataType=jms&amp;serializationtype=jms&amp;timeout=0&amp;leasePeriod=20000&amp;socket.check_connection=false&amp;marshaller=org.jboss.jms.server.remoting.JMSWireFormat&amp;unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat</attribute>
+            <attribute name="Configuration"><![CDATA[
+            <config>
+               <invoker transport="bisocket">
+                  <attribute name="marshaller" isParam="true">org.jboss.jms.server.remoting.JMSWireFormat</attribute>
+                  <attribute name="unmarshaller" isParam="true">org.jboss.jms.server.remoting.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>
+            ]]></attribute>
          </delegate-config>
          <binding port="4457"/>
       </service-config>
@@ -784,10 +808,34 @@
 
       <!-- ********************* jboss messaging ********************** -->
 
-      <service-config name="jboss.messaging:service=Connector,transport=socket"
+      <service-config name="jboss.messaging:service=Connector,transport=bisocket"
                       delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
          <delegate-config>
-            <attribute name="InvokerLocator">socket://${jboss.bind.address}:4557/?dataType=jms&amp;serializationtype=jms&amp;timeout=0&amp;leasePeriod=20000&amp;socket.check_connection=false&amp;marshaller=org.jboss.jms.server.remoting.JMSWireFormat&amp;unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat</attribute>
+            <attribute name="Configuration"><![CDATA[
+            <config>
+               <invoker transport="bisocket">
+                  <attribute name="marshaller" isParam="true">org.jboss.jms.server.remoting.JMSWireFormat</attribute>
+                  <attribute name="unmarshaller" isParam="true">org.jboss.jms.server.remoting.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>
+            ]]></attribute>
          </delegate-config>
          <binding port="4557"/>
       </service-config>
@@ -1169,10 +1217,34 @@
 
       <!-- ********************* jboss messaging ********************** -->
 
-      <service-config name="jboss.messaging:service=Connector,transport=socket"
+      <service-config name="jboss.messaging:service=Connector,transport=bisocket"
                       delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
          <delegate-config>
-            <attribute name="InvokerLocator">socket://${jboss.bind.address}:4657/?dataType=jms&amp;serializationtype=jms&amp;timeout=0&amp;leasePeriod=20000&amp;socket.check_connection=false&amp;marshaller=org.jboss.jms.server.remoting.JMSWireFormat&amp;unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat</attribute>
+            <attribute name="Configuration"><![CDATA[
+            <config>
+               <invoker transport="bisocket">
+                  <attribute name="marshaller" isParam="true">org.jboss.jms.server.remoting.JMSWireFormat</attribute>
+                  <attribute name="unmarshaller" isParam="true">org.jboss.jms.server.remoting.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>
+            ]]></attribute>
          </delegate-config>
          <binding port="4657"/>
       </service-config>
@@ -1511,10 +1583,34 @@
 
       <!-- ********************* jboss messaging ********************** -->
 
-      <service-config name="jboss.messaging:service=Connector,transport=socket"
+      <service-config name="jboss.messaging:service=Connector,transport=bisocket"
                       delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
          <delegate-config>
-            <attribute name="InvokerLocator">socket://${jboss.bind.address}:4757/?dataType=jms&amp;serializationtype=jms&amp;timeout=0&amp;leasePeriod=20000&amp;socket.check_connection=false&amp;marshaller=org.jboss.jms.server.remoting.JMSWireFormat&amp;unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat</attribute>
+            <attribute name="Configuration"><![CDATA[
+            <config>
+               <invoker transport="bisocket">
+                  <attribute name="marshaller" isParam="true">org.jboss.jms.server.remoting.JMSWireFormat</attribute>
+                  <attribute name="unmarshaller" isParam="true">org.jboss.jms.server.remoting.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>
+            ]]></attribute>
          </delegate-config>
          <binding port="4757"/>
       </service-config>




More information about the jboss-cvs-commits mailing list