I would say this is not expected. I just tested this on main and it worked fine. The broker used '/' instead of '.'. Do you have a reproducer?
Justin On Tue, Jul 4, 2023, 11:59 AM Dondorp, Erwin <erwin.dond...@cgi.com.invalid> wrote: > Hello, > > I have an MQTT3 client that publishes messages to the Artemis broker on > topic/address 'aaa/bbb/ccc'. > In the Artemis broker, the messages show up under address 'aaa.bbb.ccc'. > That address is surprising since the setting > '<wildcard-addresses><delimiter>/</delimiter></wildcard-addresses>' is > applied. > Therefore I would have expected the address 'aaa/bbb/ccc' to be used. > > Is this the expected behaviour? > > Btw, for MQTT-->MQTT scenario's this still works fine, as both publisher > and subscriber use the same logic. > But a MQTT-->AMQP scenario fails because it is a different address. > > thx, > Erwin >