You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ga...@apache.org on 2020/02/17 11:51:30 UTC

[activemq-artemis] branch master updated: NO-JIRA improve role-access match priority doc

This is an automated email from the ASF dual-hosted git repository.

gaohoward pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b6390f  NO-JIRA improve role-access match priority doc
     new 3c83587  This closes #2952
4b6390f is described below

commit 4b6390f42f04e29c0abec0960b969f9efb1cdbf2
Author: brusdev <br...@gmail.com>
AuthorDate: Fri Jan 24 12:58:43 2020 +0100

    NO-JIRA improve role-access match priority doc
---
 docs/user-manual/en/management.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/user-manual/en/management.md b/docs/user-manual/en/management.md
index f3d7370..8985d6d 100644
--- a/docs/user-manual/en/management.md
+++ b/docs/user-manual/en/management.md
@@ -401,6 +401,10 @@ also match, allowing prefix match for the mBean properties.
 </match>
 ```
 
+In case of multiple matches, the exact matches have higher priority than the
+wildcard matches and the longer wildcard matches have higher priority than the
+shorter wildcard matches.
+
 Access to JMX mBean attributes are converted to method calls so these are
 controlled via the `set*`, `get*` and `is*`.  The `*` access is the catch all
 for everything other method that isn't specifically matched.