We are using HIVEMQ Mqtt broker 3.2.1 . We want to purge some persistence Message . Please let me know how to do it
To purge persistentSessions, reconnect the corresponding clients with the same clientId using cleanSession=true.
persistentSessions
clientId
cleanSession=true
I hope this helps.