ARTEMIS-4721 mqtt doc fixes

This commit is contained in:
Justin Bertram 2024-04-11 09:09:37 -05:00 committed by GitHub
parent b2ffe9ff57
commit 221420b0b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 5 deletions

View File

@ -154,11 +154,15 @@ This conversion isn't free so *if you want the best MQTT performance* use `broke
[,xml]
----
<wildcard-addresses>
<delimiter>/</delimiter>
<any-words>#</any-words>
<single-word>*</single-word>
</wildcard-addresses>
<core>
...
<wildcard-addresses>
<delimiter>/</delimiter>
<any-words>#</any-words>
<single-word>+</single-word>
</wildcard-addresses>
...
</core>
----
Of course, changing the default syntax also means other clients on other protocols will need to follow this same syntax as well as the `match` values of your `address-setting` configuration elements.