Search code examples
hivemq

How to purge the message from persistence Hivemq broker


We are using HIVEMQ Mqtt broker 3.2.1 . We want to purge some persistence Message . Please let me know how to do it


Solution

  • To purge persistentSessions, reconnect the corresponding clients with the same clientId using cleanSession=true.

    I hope this helps.