[jboss-cvs] JBoss Messaging SVN: r5283 - branches/Branch_1_4/integration/AS5/etc/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 5 17:50:31 EST 2008


Author: clebert.suconic at jboss.com
Date: 2008-11-05 17:50:31 -0500 (Wed, 05 Nov 2008)
New Revision: 5283

Modified:
   branches/Branch_1_4/integration/AS5/etc/remoting/remoting-bisocket-service.xml
   branches/Branch_1_4/integration/AS5/etc/remoting/remoting-http-service.xml
   branches/Branch_1_4/integration/AS5/etc/remoting/remoting-sslbisocket-service.xml
Log:
Update on the configs for JB5

Modified: branches/Branch_1_4/integration/AS5/etc/remoting/remoting-bisocket-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/remoting/remoting-bisocket-service.xml	2008-11-05 20:46:41 UTC (rev 5282)
+++ branches/Branch_1_4/integration/AS5/etc/remoting/remoting-bisocket-service.xml	2008-11-05 22:50:31 UTC (rev 5283)
@@ -25,7 +25,7 @@
                <attribute name="dataType" isParam="true">jms</attribute>
                <attribute name="socket.check_connection" isParam="true">false</attribute>               
                <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
-               <attribute name="serverBindPort">4457</attribute>
+               <attribute name="serverBindPort">${jboss.messaging.connector.bisocket.port:4457}</attribute>
                <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
                <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
 	       

Modified: branches/Branch_1_4/integration/AS5/etc/remoting/remoting-http-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/remoting/remoting-http-service.xml	2008-11-05 20:46:41 UTC (rev 5282)
+++ branches/Branch_1_4/integration/AS5/etc/remoting/remoting-http-service.xml	2008-11-05 22:50:31 UTC (rev 5283)
@@ -20,7 +20,7 @@
                <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>               
                <attribute name="dataType" isParam="true">jms</attribute>
                <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
-               <attribute name="serverBindPort">4458</attribute>               
+               <attribute name="serverBindPort">${jboss.messaging.connector.http.port:4458}</attribute>               
                <attribute name="callbackStore">org.jboss.remoting.callback.BlockingCallbackStore</attribute>    
                <!-- End immutable parameters -->
                   

Modified: branches/Branch_1_4/integration/AS5/etc/remoting/remoting-sslbisocket-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/remoting/remoting-sslbisocket-service.xml	2008-11-05 20:46:41 UTC (rev 5282)
+++ branches/Branch_1_4/integration/AS5/etc/remoting/remoting-sslbisocket-service.xml	2008-11-05 22:50:31 UTC (rev 5283)
@@ -23,7 +23,7 @@
                <attribute name="dataType" isParam="true">jms</attribute>
                <attribute name="socket.check_connection" isParam="true">false</attribute>              
                <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
-               <attribute name="serverBindPort">5457</attribute>               
+               <attribute name="serverBindPort">${jboss.messaging.connector.bisocket.port:4459}</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="serverSocketFactory">jboss.messaging:service=ServerSocketFactory,type=SSL</attribute>




More information about the jboss-cvs-commits mailing list