If you are using JMS and topic subscriptions the queue name may be different between the two implementations.
You could use FQQN in AMQP to match the queue used in MQTT. On Tue, Jul 4, 2023 at 12:59 PM 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 > -- Clebert Suconic