[jboss-cvs] JBossAS SVN: r81659 - trunk/cluster/src/resources/jgroups.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 26 15:20:30 EST 2008


Author: bstansberry at jboss.com
Date: 2008-11-26 15:20:30 -0500 (Wed, 26 Nov 2008)
New Revision: 81659

Modified:
   trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
Log:
[JBAS-6249] Pick a different port for the JBM Data channel's MPING

Modified: trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2008-11-26 20:18:52 UTC (rev 81658)
+++ trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2008-11-26 20:20:30 UTC (rev 81659)
@@ -458,7 +458,7 @@
                  oob_thread_pool.rejection_policy="run"/>
             <MPING timeout="5000"
                mcast_addr="${jboss.messaging.datachanneludpaddress,jboss.partition.udpGroup:228.6.6.6}"
-               mcast_port="${jboss.messaging.datachanneludpport:45567}"
+               mcast_port="${jboss.messaging.datachanneludpport:45710}"
                ip_ttl="${jboss.messaging.ipttl:8}"
                num_initial_members="5"
                num_ping_requests="3"/>




More information about the jboss-cvs-commits mailing list