Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 396d4d0

Browse files
author
Ulf Lilleengen
authored
Merge pull request #16 from EnMasseProject/support-wildcard-topics
Add support for mqtt-style wildcards and hierarchical topics
2 parents 47df433 + af49bc8 commit 396d4d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config_templates/broker_topic.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
<multicast />
1010
</address>
1111
</addresses>
12+
<wildcard-addresses>
13+
<enabled>true</enabled>
14+
<delimiter>/</delimiter>
15+
<any-words>#</any-words>
16+
<single-word>+</single-word>
17+
</wildcard-addresses>
1218
<diverts>
1319
<divert name="qualified-topic-divert">
1420
<address>$TOPIC_NAME</address>

0 commit comments

Comments
 (0)