diff --git a/docs/user-manual/management.adoc b/docs/user-manual/management.adoc index 2b6568f1db..c38b2bb486 100644 --- a/docs/user-manual/management.adoc +++ b/docs/user-manual/management.adoc @@ -381,7 +381,7 @@ This is configured via a system property as follows: ---- java -Djavax.management.builder.initial=org.apache.activemq.artemis.core.server.management.ArtemisRbacMBeanServerBuilder ---- -IMPORTANT: When this property is provided, the authorization section of management.xml should be omitted as that depends on an alternative MBeanServer interceptor. +IMPORTANT: When this property is provided, the authorization section of management.xml *_MUST_* be omitted/removed as that depends on an alternative MBeanServer interceptor and builder. The security-settings match addresses used for JMX RBAC use the `mops.` (shorthand for management operations) xref:configuration-index.adoc#management-rbac-prefix[prefix]. This allows independent RBAC between messaging operations and management operations.