[ 
https://issues.apache.org/jira/browse/ARTEMIS-4721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17836131#comment-17836131
 ] 

Daniel Martin edited comment on ARTEMIS-4721 at 4/11/24 12:13 PM:
------------------------------------------------------------------

BTW The [release notes for 
2.33.0|https://activemq.apache.org/components/artemis/documentation/latest/versions.html#upgrading-from-2-32-0]
 contain the wrong link to the MQTT documentation:
[https://activemq.apache.org/components/artemis/documentation/latest/mqtt.html#wildcard-syntax]

Instead of:
[https://activemq.apache.org/components/artemis/documentation/latest/mqtt.html#wildcard-subscriptions]

(Regarding these very links, it would be good too to refer to the latest 
version via the specific number, i.e. right now, "latest" can be replaced with 
"2.32.0", but not with "2.33.0".)


was (Author: JIRAUSER290941):
BTW The [release notes for 
2.33.0|https://activemq.apache.org/components/artemis/documentation/latest/versions.html#upgrading-from-2-32-0]
 contain the wrong link to the MQTT documentation:
[https://activemq.apache.org/components/artemis/documentation/latest/mqtt.html#wildcard-syntax]

Instead of:
[https://activemq.apache.org/components/artemis/documentation/latest/mqtt.html#wildcard-subscriptions]

> Possible documentation error in wildcard syntax recommendation
> --------------------------------------------------------------
>
>                 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
>            Priority: Minor
>
> 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 recommend "+" instead of "*" for single levels?
> Additionally, it would be good to clarify where this XML node is supposed to 
> go. Top level? Inside {{{}<configuration>{}}}? Inside {{{}<core>{}}}? 
> Somewhere else?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to