[seam-commits] Seam SVN: r8448 - trunk/bootstrap/deploy/messaging.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Jul 13 08:40:55 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-07-13 08:40:54 -0400 (Sun, 13 Jul 2008)
New Revision: 8448

Modified:
   trunk/bootstrap/deploy/messaging/remoting-service.xml
Log:
JBSEAM-3158

Modified: trunk/bootstrap/deploy/messaging/remoting-service.xml
===================================================================
--- trunk/bootstrap/deploy/messaging/remoting-service.xml	2008-07-09 20:56:04 UTC (rev 8447)
+++ trunk/bootstrap/deploy/messaging/remoting-service.xml	2008-07-13 12:40:54 UTC (rev 8448)
@@ -26,7 +26,7 @@
                <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="serverBindPort">4458</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="numberOfCallRetries" isParam="true">1</attribute>




More information about the seam-commits mailing list