You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rg...@apache.org on 2006/10/13 14:20:17 UTC

svn commit: r463662 - /incubator/qpid/trunk/qpid/java/broker/etc/config.xml

Author: rgreig
Date: Fri Oct 13 05:20:17 2006
New Revision: 463662

URL: http://svn.apache.org/viewvc?view=rev&rev=463662
Log:
Now defaults to use our own thread pool which offers much better throughput than the MINA one.

Modified:
    incubator/qpid/trunk/qpid/java/broker/etc/config.xml

Modified: incubator/qpid/trunk/qpid/java/broker/etc/config.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/broker/etc/config.xml?view=diff&rev=463662&r1=463661&r2=463662
==============================================================================
--- incubator/qpid/trunk/qpid/java/broker/etc/config.xml (original)
+++ incubator/qpid/trunk/qpid/java/broker/etc/config.xml Fri Oct 13 05:20:17 2006
@@ -33,7 +33,7 @@
         <enabled>true</enabled>
     </management>
     <advanced>
-        <filterchain enableExecutorPool="false"/>
+        <filterchain enableExecutorPool="true"/>
         <enablePooledAllocator>false</enablePooledAllocator>
         <enableDirectBuffers>false</enableDirectBuffers>
         <framesize>65535</framesize>