summaryrefslogtreecommitdiff
path: root/qpid/java/broker/etc/config-systests.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/broker/etc/config-systests.xml')
-rw-r--r--qpid/java/broker/etc/config-systests.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/java/broker/etc/config-systests.xml b/qpid/java/broker/etc/config-systests.xml
index 9715963873..42e8c9dbba 100644
--- a/qpid/java/broker/etc/config-systests.xml
+++ b/qpid/java/broker/etc/config-systests.xml
@@ -35,6 +35,8 @@
<qpidnio>false</qpidnio>
<protectio>
<enabled>false</enabled>
+ <readBufferLimitSize>262144</readBufferLimitSize>
+ <writeBufferLimitSize>262144</writeBufferLimitSize>
</protectio>
<transport>nio</transport>
<port>5672</port>
@@ -59,6 +61,7 @@
<framesize>65535</framesize>
<compressBufferOnQueue>false</compressBufferOnQueue>
<enableJMSXUserID>false</enableJMSXUserID>
+ <locale>en_US</locale>
</advanced>
<security>
@@ -132,6 +135,8 @@
<auto_register>true</auto_register>
</queue>
+ <status-updates>ON</status-updates>
+
<virtualhosts>${conf}/virtualhosts-systests.xml</virtualhosts>
</broker>