ARTEMIS-4721 mqtt doc fixes
This commit is contained in:
parent
b2ffe9ff57
commit
221420b0b8
|
@ -154,11 +154,15 @@ This conversion isn't free so *if you want the best MQTT performance* use `broke
|
||||||
|
|
||||||
[,xml]
|
[,xml]
|
||||||
----
|
----
|
||||||
<wildcard-addresses>
|
<core>
|
||||||
<delimiter>/</delimiter>
|
...
|
||||||
<any-words>#</any-words>
|
<wildcard-addresses>
|
||||||
<single-word>*</single-word>
|
<delimiter>/</delimiter>
|
||||||
</wildcard-addresses>
|
<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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue