Hello,
I’m playing a bit with Artemis using MQTT clients (Paho).
I noticed an unexpected behavior when an MQTT topic contains a ‘.’ (and I 
opened a ticket for it https://issues.apache.org/jira/browse/ARTEMIS-2455)
Now I’m seeing another unexpected behavior handling topics with ‘*’

In few words, if a message is published to a topic that contains a * the 
message is not propagated back to a client subscribed to MQTT hash topic (#) 
with one exception:
Publishing to topic:
    path1/*
the client receives back the message from
    path1/+
So the * is translated to +

Should I open a new JIRA issue or I’m missing some Artemis connector 
configuration parameter?

Regards

Riccardo Modanese

Reply via email to