diff options
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> |
