diff options
| author | Robert Greig <rgreig@apache.org> | 2006-10-13 12:20:17 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2006-10-13 12:20:17 +0000 |
| commit | 55f5daa61ee9a60fa740bd2bc37b098c866549a2 (patch) | |
| tree | 50ea4b2d89f6c33324fdfce82f6284d5fdb98d2b /qpid/java/broker/etc | |
| parent | c14487c45a22982bdf991cd82cac517eb45070d4 (diff) | |
| download | qpid-python-55f5daa61ee9a60fa740bd2bc37b098c866549a2.tar.gz | |
Now defaults to use our own thread pool which offers much better throughput than the MINA one.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@463662 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/etc')
| -rw-r--r-- | qpid/java/broker/etc/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/broker/etc/config.xml b/qpid/java/broker/etc/config.xml index 78ac5747ea..77997a3685 100644 --- a/qpid/java/broker/etc/config.xml +++ b/qpid/java/broker/etc/config.xml @@ -33,7 +33,7 @@ <enabled>true</enabled> </management> <advanced> - <filterchain enableExecutorPool="false"/> + <filterchain enableExecutorPool="true"/> <enablePooledAllocator>false</enablePooledAllocator> <enableDirectBuffers>false</enableDirectBuffers> <framesize>65535</framesize> |
