both of pub/sub client set message qos to 2(ONECE)
--
View this message in context:
http://activemq.2283324.n4.nabble.com/activemq-mqtt-bug-some-clientId-or-topic-receive-same-message-twice-each-tp4696496p4696560.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
hi, we are using activemq 5.11.1 and mqtt protocol.
but we found that in some special topic, for example BW9vxkjPZY6kFwBB
and using clientId defined the same as the topic, the client will receive
the same message for twice.
but if I change another clientId, the message will be receive only once