Open hanchenxu opened 6 years ago
This is a server side function, if the message is cached in MQTT broker, when the JMeter subscriber goes online, the message will be delivered to subscriber.
When I want to implement this function,the subscription is set to "QoS:1, clean session: false",the publish is set to "QoS:1, retain:false" I want to realize it here
How to send MQTT offline messages? I need to test a scene,my subscriber received the news from the publisher when he was not online. Qos Levle:2 can't solve the problem.