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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9ae1806  NO-JIRA clarify doc on security-setting with FQQN
9ae1806 is described below

commit 9ae18066b3c9ea39c0fe5cff98cd2d16da3742e4
Author: Justin Bertram <[email protected]>
AuthorDate: Fri Jan 14 17:06:36 2022 -0600

    NO-JIRA clarify doc on security-setting with FQQN
---
 docs/user-manual/en/security.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/user-manual/en/security.md b/docs/user-manual/en/security.md
index 197df0e..d886c68 100644
--- a/docs/user-manual/en/security.md
+++ b/docs/user-manual/en/security.md
@@ -166,7 +166,7 @@ address with multiple queues:
 
 You may want to limit consumption from `q1` to one role and consumption from
 `q2` to another role. You can do this using the fully qualified queue name 
(i.e.
-fqqn") in the `match` of the `security-setting`, e.g.:
+FQQN) in the `match` of the `security-setting`, e.g.:
 
 ```xml
 <security-setting match="foo::q1">
@@ -176,6 +176,8 @@ fqqn") in the `match` of the `security-setting`, e.g.:
    <permission type="consume" roles="q2Role"/>
 </security-setting>
 ```
+**Note:** Wildcard matching doesn't work in conjuction with FQQN. The explicit
+goal of using FQQN here is to be *exact*.
 
 ## Security Setting Plugin
 

Reply via email to