Hi, I am using activemq-5.10-SNAPSHOT codebase for mqtt. I tried the following scenarioclient c1 ( clientid1) connects, subscribes to topic A , unsubscribes topic A and disconnects.client c1 ( clientid1) connects back again, the callbacks for addConsumer/removeConsumer gets called for topic A.The restoreDurableSubs in MQTTProtocolConverter does a subscribe for the topic even though client c1 has unsubscribed. the persistence store configured is leveldb. I have not tried with kahadb.The behavior is same for paho client and mqtt-client. Please, let me know if this is a defectThanks,nl
-- View this message in context: http://activemq.2283324.n4.nabble.com/mqtt-subscription-information-not-removed-from-persistence-store-tp4678507.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
