[jboss-cvs] JBossAS SVN: r88572 - branches/Branch_5_x/cluster/src/resources/jgroups.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat May 9 09:04:27 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-05-09 09:04:27 -0400 (Sat, 09 May 2009)
New Revision: 88572

Modified:
   branches/Branch_5_x/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
Log:
[JBAS-6873] Explicitly configure JGroups diagnostics

Modified: branches/Branch_5_x/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
===================================================================
--- branches/Branch_5_x/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2009-05-09 12:53:03 UTC (rev 88571)
+++ branches/Branch_5_x/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2009-05-09 13:04:27 UTC (rev 88572)
@@ -22,6 +22,9 @@
 		     ip_ttl="${jgroups.udp.ip_ttl:2}"
 		     thread_naming_pattern="cl"
 		     timer.num_threads="12"
+           enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
+           diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.0.75}"
+           diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
 		                 
 		     use_concurrent_stack="true"
 		
@@ -121,6 +124,9 @@
              ip_ttl="${jgroups.udp.ip_ttl:2}"
              thread_naming_pattern="cl"
              timer.num_threads="12"
+             enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
+             diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.0.75}"
+             diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
                  
              use_concurrent_stack="true"
 
@@ -188,6 +194,9 @@
                  max_bundle_timeout="30"
                  use_incoming_packet_handler="true"
                  ip_ttl="${jgroups.udp.ip_ttl:2}"
+                 enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
+                 diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.0.75}"
+                 diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
                  
                  use_concurrent_stack="true"
 
@@ -251,6 +260,9 @@
                  sock_conn_timeout="300"
                  skip_suspected_members="true"
                  timer.num_threads="12"
+                 enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
+                 diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.0.75}"
+                 diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
                  
                  use_concurrent_stack="true"
 	
@@ -330,6 +342,9 @@
                  use_send_queues="false"
                  sock_conn_timeout="300"
                  skip_suspected_members="true"
+                 enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
+                 diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.0.75}"
+                 diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
                  
                  use_concurrent_stack="true"
                  
@@ -441,6 +456,9 @@
                  use_send_queues="false"
                  sock_conn_timeout="300"
                  skip_suspected_members="true"
+                 enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
+                 diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.0.75}"
+                 diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
                  
                  use_concurrent_stack="true" 
                  




More information about the jboss-cvs-commits mailing list