NO-JIRA clarify doc on security-setting with FQQN

This commit is contained in:
Justin Bertram 2022-01-14 17:06:36 -06:00
parent 1ddfa069bf
commit 9ae18066b3
No known key found for this signature in database
GPG Key ID: F41830B875BB8633
1 changed files with 3 additions and 1 deletions

View File

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