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