jbertram commented on PR #4541:
URL: 
https://github.com/apache/activemq-artemis/pull/4541#issuecomment-1623890430

   I do believe this will break compatibility for users who upgrade and also 
have existing MQTT subscriptions and a non-default wildcard configuration 
(which is fairly common among folks who use the broker mainly for MQTT).
   
   Furthermore, I'm not entirely sure this is actually more consistent overall. 
Using the configured delimiter instead of `.` is certainly more consistent with 
MQTT syntax, but the name of the queue is an internal implementation detail and 
`.` characters are used in other places for queue names so now this name is 
inconsistent with that.
   
   I think this should probably just stay the way it is.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to