diff options
Diffstat (limited to 'java/broker')
| -rw-r--r-- | java/broker/etc/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/broker/etc/config.xml b/java/broker/etc/config.xml index 389f380c31..25fda69f68 100644 --- a/java/broker/etc/config.xml +++ b/java/broker/etc/config.xml @@ -82,9 +82,9 @@ <!-- By default, all authenticated users have permissions to perform all actions --> - <!-- ACL V2 Example + <!-- ACL Example This example illustrates securing the both Management (JMX) and Messaging. - <aclv2>${conf}/broker_example.acl</aclv2> + <acl>${conf}/broker_example.acl</acl> --> <msg-auth>false</msg-auth> |
