[jboss-cvs] JBossAS SVN: r57311 - branches/Branch_4_0/varia/src/resources/services/binding

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Sep 30 14:55:15 EDT 2006


Author: dimitris at jboss.org
Date: 2006-09-30 14:55:12 -0400 (Sat, 30 Sep 2006)
New Revision: 57311

Modified:
   branches/Branch_4_0/varia/src/resources/services/binding/sample-bindings.xml
Log:
JBAS-3731, add bindings for JBoss Messaging's Connector configuration

Modified: branches/Branch_4_0/varia/src/resources/services/binding/sample-bindings.xml
===================================================================
--- branches/Branch_4_0/varia/src/resources/services/binding/sample-bindings.xml	2006-09-30 18:31:45 UTC (rev 57310)
+++ branches/Branch_4_0/varia/src/resources/services/binding/sample-bindings.xml	2006-09-30 18:55:12 UTC (rev 57311)
@@ -365,6 +365,16 @@
          <binding port="8080"/>
       </service-config>
 
+      <!-- ********************* jboss messaging ********************** -->
+      
+      <service-config name="jboss.messaging:service=Connector,transport=socket" 
+                      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> 
+         </delegate-config> 
+         <binding port="4457"/> 
+      </service-config>
+ 
    </server>
 
    <!-- ********************************************************** -->
@@ -707,6 +717,16 @@
          <binding port="8180"/>
       </service-config>
 
+      <!-- ********************* jboss messaging ********************** -->
+      
+      <service-config name="jboss.messaging:service=Connector,transport=socket" 
+                      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> 
+         </delegate-config> 
+         <binding port="4557"/> 
+      </service-config>
+      
    </server>
 
    <!-- ********************************************************** -->
@@ -1049,6 +1069,16 @@
          <binding port="8280"/>
       </service-config>
 
+      <!-- ********************* jboss messaging ********************** -->
+      
+      <service-config name="jboss.messaging:service=Connector,transport=socket" 
+                      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> 
+         </delegate-config> 
+         <binding port="4657"/> 
+      </service-config>
+      
    </server>
 
    <!-- ********************************************************** -->
@@ -1381,6 +1411,16 @@
          <binding port="8380"/>
       </service-config>
 
+      <!-- ********************* jboss messaging ********************** -->
+      
+      <service-config name="jboss.messaging:service=Connector,transport=socket" 
+                      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> 
+         </delegate-config> 
+         <binding port="4757"/> 
+      </service-config>
+      
    </server>
 
 </service-bindings>




More information about the jboss-cvs-commits mailing list