diff options
| author | Keith Wall <kwall@apache.org> | 2012-01-28 16:23:04 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2012-01-28 16:23:04 +0000 |
| commit | ebb3caff09b7856990df34ef58ac1ddf08781170 (patch) | |
| tree | b18da2e6c98eb9e11a6a8aaca7b344b40b787a80 /qpid/java/broker/etc | |
| parent | 1b3fb7d79119c3098243a0403a03c8e90de240b7 (diff) | |
| download | qpid-python-ebb3caff09b7856990df34ef58ac1ddf08781170.tar.gz | |
QPID-3788: Remove remaining MINA configuration keys (and those from other retired impls) from the Java Broker's config.xml
* Remove remaining references to MINA transport configuration keys: enableDirectBuffers/enablePooledAllocator/filterchain from code and example config files.
* Remove references to compressBufferOnQueue from config XMLs. The implementation that used it was removed back in 2007 by QPID-275.
* Remove references to broker-side configuration key enableJMSXUserID. This broker feature was removed by QPID-943 (which replaced the functionality with an equivilent client-side option). The old Broker side key plays no part in the client-side function.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1237088 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/etc')
| -rw-r--r-- | qpid/java/broker/etc/config.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qpid/java/broker/etc/config.xml b/qpid/java/broker/etc/config.xml index 25fda69f68..6839f8cf9f 100644 --- a/qpid/java/broker/etc/config.xml +++ b/qpid/java/broker/etc/config.xml @@ -60,10 +60,7 @@ </ssl> </management> <advanced> - <filterchain enableExecutorPool="true"/> <framesize>65535</framesize> - <compressBufferOnQueue>false</compressBufferOnQueue> - <enableJMSXUserID>false</enableJMSXUserID> <locale>en_US</locale> </advanced> |
