diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-11-07 12:36:36 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-11-07 12:36:36 +0000 |
| commit | 793a6b31f7ad6b27f0683eef52ae92e05d7f8fee (patch) | |
| tree | 0bbd157b996c54e27bfbaadf6de6f0153909d630 /java/broker/etc/config.xml | |
| parent | c346e8d12bd8a287695f9a427e22e9c837b866cb (diff) | |
| download | qpid-python-793a6b31f7ad6b27f0683eef52ae92e05d7f8fee.tar.gz | |
QPID-160 Addition of JMSXUserID to all messages through the java broker.
As this will cause the headers to be re-encoded it can be disabled in the config.xml. Default is enabled as the sample config.xml should have all features enabled so that testing can observe the interactions.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@592729 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker/etc/config.xml')
| -rw-r--r-- | java/broker/etc/config.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/java/broker/etc/config.xml b/java/broker/etc/config.xml index b5b81bbeb0..2257a612b3 100644 --- a/java/broker/etc/config.xml +++ b/java/broker/etc/config.xml @@ -8,9 +8,9 @@ - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - + - - http://www.apache.org/licenses/LICENSE-2.0 - - + - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -50,6 +50,7 @@ <enableDirectBuffers>false</enableDirectBuffers> <framesize>65535</framesize> <compressBufferOnQueue>false</compressBufferOnQueue> + <enableJMSXUserID>true</enableJMSXUserID> </advanced> <security> @@ -84,7 +85,7 @@ <jmx> <access>${conf}/jmxremote.access</access> <principal-database>passwordfile</principal-database> - </jmx> + </jmx> </security> <virtualhosts> |
