diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2010-05-18 14:42:04 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2010-05-18 14:42:04 +0000 |
| commit | 33ae3dd0a837eca450d8a42958876f3313b50367 (patch) | |
| tree | 6490d561171f084a94737b84a5332cd410b4cb61 /java/broker/etc | |
| parent | fedbf2e64e80289cad939df99fae633adfaa02a4 (diff) | |
| download | qpid-python-33ae3dd0a837eca450d8a42958876f3313b50367.tar.gz | |
QPID-2584 : Update VirtualHostImp and VHPlugin to ensure that a RuntimeException occuring in a plugin will not cause the Plugin to stop running.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@945676 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker/etc')
| -rw-r--r-- | java/broker/etc/virtualhosts.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/broker/etc/virtualhosts.xml b/java/broker/etc/virtualhosts.xml index 4bc6956e5a..5860bfe2cb 100644 --- a/java/broker/etc/virtualhosts.xml +++ b/java/broker/etc/virtualhosts.xml @@ -30,6 +30,7 @@ </store> <housekeeping> + <threadCount>2</threadCount> <expiredMessageCheckPeriod>20000</expiredMessageCheckPeriod> </housekeeping> |
