[
https://issues.apache.org/jira/browse/ARTEMIS-4350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erwin Dondorp updated ARTEMIS-4350:
-----------------------------------
Attachment: 2.png
1.png
Description:
When subscribing using an MQTT client on an address, a subscription queue is
created.
For MQTT, the subscription-queue has a name that is constructed using the
client-id and the address-name. The parts are always joined using the {{.}}
character.
It is more consistent when the _delimiter_ character is used for that.
a PR will be added
using {{/}} as separator, before:
!1.png!
using {{/}} as separator, after:
!2.png!
was:
When subscribing using an MQTT client on an address, a subscription queue is
created.
For MQTT, the subscription-queue has a name that is constructed using the
client-id and the address-name. The parts are always joined using the `.`
character.
It is more consistent when the _delimiter_ character is used for that.
a PR will be added
> MQTT queue creation does not honor the delimiter and always uses '.'
> --------------------------------------------------------------------
>
> Key: ARTEMIS-4350
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4350
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: MQTT
> Affects Versions: 2.29.0
> Reporter: Erwin Dondorp
> Priority: Minor
> Attachments: 1.png, 2.png
>
>
> When subscribing using an MQTT client on an address, a subscription queue is
> created.
> For MQTT, the subscription-queue has a name that is constructed using the
> client-id and the address-name. The parts are always joined using the {{.}}
> character.
> It is more consistent when the _delimiter_ character is used for that.
> a PR will be added
> using {{/}} as separator, before:
> !1.png!
> using {{/}} as separator, after:
> !2.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)