I'm currently configuring an Artemis ActiveMQ Broker and need to change the default ''wildcard-addresses''. So I found the ''wildcard-addresses'' tag, but I didn't find the information I need, so I have two questions:
What I've found so far but does not satisfy me:
Thanks in advance, Alex
There is no way to disable certain match types (i.e. single word or any words), and it's not clear why one would want to.
The wildcard-addresses
block is for enabling/disabling wild-card routing and for customizing the wild-card syntax.
Here's the basics (as described in the documentation):
delimiter
(i.e. .
by default).any-words
(i.e. #
by default) means "match any sequence of zero or more words."single-word
(i.e. *
by default) means "match a single word."