Daniel Martin created ARTEMIS-4721:
--------------------------------------
Summary: Possible documentation error
Key: ARTEMIS-4721
URL: https://issues.apache.org/jira/browse/ARTEMIS-4721
Project: ActiveMQ Artemis
Issue Type: Bug
Components: MQTT
Affects Versions: 2.33.0
Reporter: Daniel Martin
The user [manual for version
2.33.0|https://activemq.apache.org/components/artemis/documentation/latest/mqtt.html#wildcard-subscriptions]
makes the recommendation to use the following configuration to match the MQTT
specification for better performance:
{code:java}
<wildcard-addresses>
<delimiter>/</delimiter>
<any-words>#</any-words>
<single-word>*</single-word>
</wildcard-addresses> {code}
Shouldn't it use "+" instead of "*" for single levels?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)