Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在使用 HIVEMQ Mqtt 代理 3.2.1 。我们想清除一些持久性 Message 。请让我知道该怎么做
要清除,请使用相同的方法persistentSessions重新连接相应的客户端。clientIdcleanSession=true
persistentSessions
clientId
cleanSession=true
我希望这有帮助。