[seam-commits] Seam SVN: r8449 - branches/Seam_2_0/bootstrap/deploy/messaging.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Sun Jul 13 09:07:42 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-07-13 09:07:38 -0400 (Sun, 13 Jul 2008)
New Revision: 8449
Modified:
branches/Seam_2_0/bootstrap/deploy/messaging/remoting-service.xml
Log:
Backport JBSEAM-3158, r8448
Modified: branches/Seam_2_0/bootstrap/deploy/messaging/remoting-service.xml
===================================================================
--- branches/Seam_2_0/bootstrap/deploy/messaging/remoting-service.xml 2008-07-13 12:40:54 UTC (rev 8448)
+++ branches/Seam_2_0/bootstrap/deploy/messaging/remoting-service.xml 2008-07-13 13:07:38 UTC (rev 8449)
@@ -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