[jboss-cvs] JBossAS SVN: r66830 - branches/JBPAPP_4_2/ejb3/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 7 14:49:43 EST 2007


Author: bstansberry at jboss.com
Date: 2007-11-07 14:49:43 -0500 (Wed, 07 Nov 2007)
New Revision: 66830

Modified:
   branches/JBPAPP_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml
   branches/JBPAPP_4_2/ejb3/src/resources/ejb3-entity-cache-service.xml
Log:
[JBPAPP-360] Re-enable JGroups message bundling

Modified: branches/JBPAPP_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml
===================================================================
--- branches/JBPAPP_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml	2007-11-07 19:46:31 UTC (rev 66829)
+++ branches/JBPAPP_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml	2007-11-07 19:49:43 UTC (rev 66830)
@@ -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/JBPAPP_4_2/ejb3/src/resources/ejb3-entity-cache-service.xml
===================================================================
--- branches/JBPAPP_4_2/ejb3/src/resources/ejb3-entity-cache-service.xml	2007-11-07 19:46:31 UTC (rev 66829)
+++ branches/JBPAPP_4_2/ejb3/src/resources/ejb3-entity-cache-service.xml	2007-11-07 19:49:43 UTC (rev 66830)
@@ -55,7 +55,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