NO-JIRA update address-settings.md

Add a note about match specificity
This commit is contained in:
Stephen E. Baker 2022-08-03 09:13:03 -04:00 committed by Justin Bertram
parent 4a7710918d
commit dc2b67331d
No known key found for this signature in database
GPG Key ID: F41830B875BB8633
1 changed files with 8 additions and 0 deletions

View File

@ -73,6 +73,14 @@ address "order.foo" address but you can also use
For example, if you used the `match` string `queue.#` the settings would be
applied to all addresses which start with `queue.`
Address settings are **hierarchical**. Therefore, if more than one
`address-setting` would match then the settings are applied in order of their
specificity with the more specific match taking priority. A match on the
any-words delimiter (`#`) is considered less specific than a match without it.
A match with a single word delimiter `*` is considered less specific than a
match on an exact queue name. In this way settings can be "layered" so that
configuration details don't need to be repeated.
The meaning of the specific settings are explained fully throughout the user
manual, however here is a brief description with a link to the appropriate
chapter if available.