[jboss-cvs] JBossAS SVN: r57312 - trunk/varia/src/resources/services/binding

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


Author: dimitris at jboss.org
Date: 2006-09-30 15:00:12 -0400 (Sat, 30 Sep 2006)
New Revision: 57312

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

Modified: trunk/varia/src/resources/services/binding/sample-bindings.xml
===================================================================
--- trunk/varia/src/resources/services/binding/sample-bindings.xml	2006-09-30 18:55:12 UTC (rev 57311)
+++ trunk/varia/src/resources/services/binding/sample-bindings.xml	2006-09-30 19:00:12 UTC (rev 57312)
@@ -435,6 +435,16 @@
       </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>
 
 
@@ -846,6 +856,16 @@
          </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>
 
 
@@ -1257,6 +1277,16 @@
          </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>
 
 </service-bindings>




More information about the jboss-cvs-commits mailing list