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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 22 10:43:49 EST 2008


Author: bstansberry at jboss.com
Date: 2008-01-22 10:43:49 -0500 (Tue, 22 Jan 2008)
New Revision: 69196

Modified:
   trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml
Log:
[JBAS-5101] Re-enable JGroups message bundling

Modified: trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml	2008-01-22 15:38:59 UTC (rev 69195)
+++ trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml	2008-01-22 15:43:49 UTC (rev 69196)
@@ -21,7 +21,7 @@
              max_bundle_timeout="30"
              use_incoming_packet_handler="true"
              ip_ttl="${jgroups.udp.ip_ttl:2}"
-             enable_bundling="false"
+             enable_bundling="true"
                  
              use_concurrent_stack="true"
 
@@ -139,7 +139,7 @@
                  max_bundle_size="64000"
                  max_bundle_timeout="30"
                  use_incoming_packet_handler="true"
-                 enable_bundling="false"
+                 enable_bundling="true"
                  use_send_queues="false"
                  sock_conn_timeout="300"
                  skip_suspected_members="true"
@@ -312,7 +312,7 @@
              max_bundle_timeout="30"
              use_incoming_packet_handler="true"
              ip_ttl="${jgroups.udp.ip_ttl:2}"
-             enable_bundling="false"                 
+             enable_bundling="true"                 
              use_concurrent_stack="false"/>
           <PING timeout="2000" num_initial_members="3"/>
           <MERGE2 max_interval="100000" min_interval="20000"/>
@@ -394,7 +394,7 @@
                  max_bundle_size="64000"
                  max_bundle_timeout="30"
                  use_incoming_packet_handler="true"
-                 enable_bundling="false"
+                 enable_bundling="true"
                  use_send_queues="false"
                  sock_conn_timeout="300"
                  skip_suspected_members="true"                 




More information about the jboss-cvs-commits mailing list