[jboss-cvs] JBossAS SVN: r69201 - in branches/Branch_4_2/ejb3/src/resources: test-configs/buddy-repl/deploy and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 22 11:06:39 EST 2008


Author: bstansberry at jboss.com
Date: 2008-01-22 11:06:39 -0500 (Tue, 22 Jan 2008)
New Revision: 69201

Modified:
   branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml
   branches/Branch_4_2/ejb3/src/resources/test-configs/buddy-repl/deploy/ejb3-clustered-sfsbcache-service.xml
Log:
[JBAS-5101] Re-enable JGroups message bundling

Modified: branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml	2008-01-22 16:01:28 UTC (rev 69200)
+++ branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml	2008-01-22 16:06:39 UTC (rev 69201)
@@ -49,7 +49,7 @@
              mcast_send_buf_size="640000"
              loopback="false"
              discard_incompatible_packets="true"
-             enable_bundling="false"
+             enable_bundling="true"
              max_bundle_size="64000"
              max_bundle_timeout="30"
              use_incoming_packet_handler="true"

Modified: branches/Branch_4_2/ejb3/src/resources/test-configs/buddy-repl/deploy/ejb3-clustered-sfsbcache-service.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/test-configs/buddy-repl/deploy/ejb3-clustered-sfsbcache-service.xml	2008-01-22 16:01:28 UTC (rev 69200)
+++ branches/Branch_4_2/ejb3/src/resources/test-configs/buddy-repl/deploy/ejb3-clustered-sfsbcache-service.xml	2008-01-22 16:06:39 UTC (rev 69201)
@@ -49,7 +49,7 @@
              mcast_send_buf_size="640000"
              loopback="false"
              discard_incompatible_packets="true"
-             enable_bundling="false"
+             enable_bundling="true"
              max_bundle_size="64000"
              max_bundle_timeout="30"
              use_incoming_packet_handler="true"




More information about the jboss-cvs-commits mailing list