ARTEMIS-4582 doc update to make need to remove auth section of management.xml more clear

This commit is contained in:
Gary Tully 2024-04-08 12:13:54 +01:00
parent 2c3f772645
commit 4d6fc39560
1 changed files with 1 additions and 1 deletions

View File

@ -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.