[seam-commits] Seam SVN: r8457 - branches/Seam_2_0_FP/bootstrap/deploy/messaging.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Jul 14 07:30:32 EDT 2008


Author: manaRH
Date: 2008-07-14 07:30:32 -0400 (Mon, 14 Jul 2008)
New Revision: 8457

Modified:
   branches/Seam_2_0_FP/bootstrap/deploy/messaging/remoting-service.xml
Log:
SEAMFP-12 backport r8448

Modified: branches/Seam_2_0_FP/bootstrap/deploy/messaging/remoting-service.xml
===================================================================
--- branches/Seam_2_0_FP/bootstrap/deploy/messaging/remoting-service.xml	2008-07-14 11:28:31 UTC (rev 8456)
+++ branches/Seam_2_0_FP/bootstrap/deploy/messaging/remoting-service.xml	2008-07-14 11:30:32 UTC (rev 8457)
@@ -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