[jboss-cvs] JBoss Messaging SVN: r3937 - branches/Branch_Stable/src/etc/server/default/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 25 14:43:10 EDT 2008


Author: jhowell at redhat.com
Date: 2008-03-25 14:43:10 -0400 (Tue, 25 Mar 2008)
New Revision: 3937

Modified:
   branches/Branch_Stable/src/etc/server/default/deploy/clustered-hsqldb-persistence-service.xml
   branches/Branch_Stable/src/etc/server/default/deploy/mssql-persistence-service.xml
   branches/Branch_Stable/src/etc/server/default/deploy/mysql-persistence-service.xml
   branches/Branch_Stable/src/etc/server/default/deploy/ndb-persistence-service.xml
   branches/Branch_Stable/src/etc/server/default/deploy/null-persistence-service.xml
   branches/Branch_Stable/src/etc/server/default/deploy/oracle-persistence-service.xml
   branches/Branch_Stable/src/etc/server/default/deploy/postgresql-persistence-service.xml
   branches/Branch_Stable/src/etc/server/default/deploy/sybase-persistence-service.xml
Log:
[JBMESSAGING-1255] Add the jboss udp group definition so when the -u is used on the command line, JBM will conform with this also.  This will aid users in isolating their jbm clusters.

Modified: branches/Branch_Stable/src/etc/server/default/deploy/clustered-hsqldb-persistence-service.xml
===================================================================
--- branches/Branch_Stable/src/etc/server/default/deploy/clustered-hsqldb-persistence-service.xml	2008-03-25 17:41:05 UTC (rev 3936)
+++ branches/Branch_Stable/src/etc/server/default/deploy/clustered-hsqldb-persistence-service.xml	2008-03-25 18:43:10 UTC (rev 3937)
@@ -121,7 +121,7 @@
                  oob_thread_pool.queue_max_size="100"
                  oob_thread_pool.rejection_policy="run"/>
             <MPING timeout="5000"
-		         mcast_addr="${jboss.messaging.datachanneludpaddress:228.6.6.6}"
+		         mcast_addr="${jboss.messaging.datachanneludpaddress,jboss.partition.udpGroup:228.6.6.6}"
 		         mcast_port="${jboss.messaging.datachanneludpport:45567}"
 		         ip_ttl="${jboss.messaging.ipttl:8}"
 		         num_initial_members="5"
@@ -149,7 +149,7 @@
       <attribute name="ControlChannelConfig">
          <config>
             <UDP
-                 mcast_addr="${jboss.messaging.controlchanneludpaddress:228.7.7.7}"
+                 mcast_addr="${jboss.messaging.controlchanneludpaddress,jboss.partition.udpGroup:228.7.7.7}"
                  mcast_port="${jboss.messaging.controlchanneludpport:45568}"
                  tos="8"
                  ucast_recv_buf_size="20000000"

Modified: branches/Branch_Stable/src/etc/server/default/deploy/mssql-persistence-service.xml
===================================================================
--- branches/Branch_Stable/src/etc/server/default/deploy/mssql-persistence-service.xml	2008-03-25 17:41:05 UTC (rev 3936)
+++ branches/Branch_Stable/src/etc/server/default/deploy/mssql-persistence-service.xml	2008-03-25 18:43:10 UTC (rev 3937)
@@ -183,7 +183,7 @@
                  oob_thread_pool.queue_max_size="100"
                  oob_thread_pool.rejection_policy="run"/>
             <MPING timeout="5000"
-		         mcast_addr="${jboss.messaging.datachanneludpaddress:228.6.6.6}"
+		         mcast_addr="${jboss.messaging.datachanneludpaddress,jboss.partition.udpGroup:228.6.6.6}"
 		         mcast_port="${jboss.messaging.datachanneludpport:45567}"
 		         ip_ttl="${jboss.messaging.ipttl:8}"
 		         num_initial_members="5"
@@ -211,7 +211,7 @@
       <attribute name="ControlChannelConfig">
          <config>
             <UDP
-                 mcast_addr="${jboss.messaging.controlchanneludpaddress:228.7.7.7}"
+                 mcast_addr="${jboss.messaging.controlchanneludpaddress,jboss.partition.udpGroup:228.7.7.7}"
                  mcast_port="${jboss.messaging.controlchanneludpport:45568}"
                  tos="8"
                  ucast_recv_buf_size="20000000"

Modified: branches/Branch_Stable/src/etc/server/default/deploy/mysql-persistence-service.xml
===================================================================
--- branches/Branch_Stable/src/etc/server/default/deploy/mysql-persistence-service.xml	2008-03-25 17:41:05 UTC (rev 3936)
+++ branches/Branch_Stable/src/etc/server/default/deploy/mysql-persistence-service.xml	2008-03-25 18:43:10 UTC (rev 3937)
@@ -183,7 +183,7 @@
                  oob_thread_pool.queue_max_size="100"
                  oob_thread_pool.rejection_policy="run"/>
             <MPING timeout="5000"
-		         mcast_addr="${jboss.messaging.datachanneludpaddress:228.6.6.6}"
+		         mcast_addr="${jboss.messaging.datachanneludpaddress,jboss.partition.udpGroup:228.6.6.6}"
 		         mcast_port="${jboss.messaging.datachanneludpport:45567}"
 		         ip_ttl="${jboss.messaging.ipttl:8}"
 		         num_initial_members="5"
@@ -211,7 +211,7 @@
       <attribute name="ControlChannelConfig">
          <config>
             <UDP
-                 mcast_addr="${jboss.messaging.controlchanneludpaddress:228.7.7.7}"
+                 mcast_addr="${jboss.messaging.controlchanneludpaddress,jboss.partition.udpGroup:228.7.7.7}"
                  mcast_port="${jboss.messaging.controlchanneludpport:45568}"
                  tos="8"
                  ucast_recv_buf_size="20000000"

Modified: branches/Branch_Stable/src/etc/server/default/deploy/ndb-persistence-service.xml
===================================================================
--- branches/Branch_Stable/src/etc/server/default/deploy/ndb-persistence-service.xml	2008-03-25 17:41:05 UTC (rev 3936)
+++ branches/Branch_Stable/src/etc/server/default/deploy/ndb-persistence-service.xml	2008-03-25 18:43:10 UTC (rev 3937)
@@ -185,7 +185,7 @@
                  oob_thread_pool.queue_max_size="100"
                  oob_thread_pool.rejection_policy="run"/>
             <MPING timeout="5000"
-		         mcast_addr="${jboss.messaging.datachanneludpaddress:228.6.6.6}"
+		         mcast_addr="${jboss.messaging.datachanneludpaddress,jboss.partition.udpGroup:228.6.6.6}"
 		         mcast_port="${jboss.messaging.datachanneludpport:45567}"
 		         ip_ttl="${jboss.messaging.ipttl:8}"
 		         num_initial_members="5"
@@ -213,7 +213,7 @@
       <attribute name="ControlChannelConfig">
          <config>
             <UDP
-                 mcast_addr="${jboss.messaging.controlchanneludpaddress:228.7.7.7}"
+                 mcast_addr="${jboss.messaging.controlchanneludpaddress,jboss.partition.udpGroup:228.7.7.7}"
                  mcast_port="${jboss.messaging.controlchanneludpport:45568}"
                  tos="8"
                  ucast_recv_buf_size="20000000"

Modified: branches/Branch_Stable/src/etc/server/default/deploy/null-persistence-service.xml
===================================================================
--- branches/Branch_Stable/src/etc/server/default/deploy/null-persistence-service.xml	2008-03-25 17:41:05 UTC (rev 3936)
+++ branches/Branch_Stable/src/etc/server/default/deploy/null-persistence-service.xml	2008-03-25 18:43:10 UTC (rev 3937)
@@ -86,7 +86,7 @@
                  oob_thread_pool.queue_max_size="100"
                  oob_thread_pool.rejection_policy="run"/>
             <MPING timeout="5000"
-		         mcast_addr="${jboss.messaging.datachanneludpaddress:228.6.6.6}"
+		         mcast_addr="${jboss.messaging.datachanneludpaddress,jboss.partition.udpGroup:228.6.6.6}"
 		         mcast_port="${jboss.messaging.datachanneludpport:45567}"
 		         ip_ttl="${jboss.messaging.ipttl:8}"
 		         num_initial_members="5"
@@ -114,7 +114,7 @@
       <attribute name="ControlChannelConfig">
          <config>
             <UDP
-                 mcast_addr="${jboss.messaging.controlchanneludpaddress:228.7.7.7}"
+                 mcast_addr="${jboss.messaging.controlchanneludpaddress,jboss.partition.udpGroup:228.7.7.7}"
                  mcast_port="${jboss.messaging.controlchanneludpport:45568}"
                  tos="8"
                  ucast_recv_buf_size="20000000"

Modified: branches/Branch_Stable/src/etc/server/default/deploy/oracle-persistence-service.xml
===================================================================
--- branches/Branch_Stable/src/etc/server/default/deploy/oracle-persistence-service.xml	2008-03-25 17:41:05 UTC (rev 3936)
+++ branches/Branch_Stable/src/etc/server/default/deploy/oracle-persistence-service.xml	2008-03-25 18:43:10 UTC (rev 3937)
@@ -187,7 +187,7 @@
                  oob_thread_pool.queue_max_size="100"
                  oob_thread_pool.rejection_policy="run"/>
             <MPING timeout="5000"
-		         mcast_addr="${jboss.messaging.datachanneludpaddress:228.6.6.6}"
+		         mcast_addr="${jboss.messaging.datachanneludpaddress,jboss.partition.udpGroup:228.6.6.6}"
 		         mcast_port="${jboss.messaging.datachanneludpport:45567}"
 		         ip_ttl="${jboss.messaging.ipttl:8}"
 		         num_initial_members="5"
@@ -215,7 +215,7 @@
       <attribute name="ControlChannelConfig">
          <config>
             <UDP
-                 mcast_addr="${jboss.messaging.controlchanneludpaddress:228.7.7.7}"
+                 mcast_addr="${jboss.messaging.controlchanneludpaddress,jboss.partition.udpGroup:228.7.7.7}"
                  mcast_port="${jboss.messaging.controlchanneludpport:45568}"
                  tos="8"
                  ucast_recv_buf_size="20000000"

Modified: branches/Branch_Stable/src/etc/server/default/deploy/postgresql-persistence-service.xml
===================================================================
--- branches/Branch_Stable/src/etc/server/default/deploy/postgresql-persistence-service.xml	2008-03-25 17:41:05 UTC (rev 3936)
+++ branches/Branch_Stable/src/etc/server/default/deploy/postgresql-persistence-service.xml	2008-03-25 18:43:10 UTC (rev 3937)
@@ -183,7 +183,7 @@
                  oob_thread_pool.queue_max_size="100"
                  oob_thread_pool.rejection_policy="run"/>
             <MPING timeout="5000"
-		         mcast_addr="${jboss.messaging.datachanneludpaddress:228.6.6.6}"
+		         mcast_addr="${jboss.messaging.datachanneludpaddress,jboss.partition.udpGroup:228.6.6.6}"
 		         mcast_port="${jboss.messaging.datachanneludpport:45567}"
 		         ip_ttl="${jboss.messaging.ipttl:8}"
 		         num_initial_members="5"
@@ -211,7 +211,7 @@
       <attribute name="ControlChannelConfig">
          <config>
             <UDP
-                 mcast_addr="${jboss.messaging.controlchanneludpaddress:228.7.7.7}"
+                 mcast_addr="${jboss.messaging.controlchanneludpaddress,jboss.partition.udpGroup:228.7.7.7}"
                  mcast_port="${jboss.messaging.controlchanneludpport:45568}"
                  tos="8"
                  ucast_recv_buf_size="20000000"

Modified: branches/Branch_Stable/src/etc/server/default/deploy/sybase-persistence-service.xml
===================================================================
--- branches/Branch_Stable/src/etc/server/default/deploy/sybase-persistence-service.xml	2008-03-25 17:41:05 UTC (rev 3936)
+++ branches/Branch_Stable/src/etc/server/default/deploy/sybase-persistence-service.xml	2008-03-25 18:43:10 UTC (rev 3937)
@@ -188,7 +188,7 @@
                  oob_thread_pool.queue_max_size="100"
                  oob_thread_pool.rejection_policy="run"/>
             <MPING timeout="5000"
-		         mcast_addr="${jboss.messaging.datachanneludpaddress:228.6.6.6}"
+		         mcast_addr="${jboss.messaging.datachanneludpaddress,jboss.partition.udpGroup:228.6.6.6}"
 		         mcast_port="${jboss.messaging.datachanneludpport:45567}"
 		         ip_ttl="${jboss.messaging.ipttl:8}"
 		         num_initial_members="5"
@@ -216,7 +216,7 @@
       <attribute name="ControlChannelConfig">
          <config>
             <UDP
-                 mcast_addr="${jboss.messaging.controlchanneludpaddress:228.7.7.7}"
+                 mcast_addr="${jboss.messaging.controlchanneludpaddress,jboss.partition.udpGroup:228.7.7.7}"
                  mcast_port="${jboss.messaging.controlchanneludpport:45568}"
                  tos="8"
                  ucast_recv_buf_size="20000000"




More information about the jboss-cvs-commits mailing list