emqx / mqtt-jmeter

MQTT JMeter Plugin
https://www.emqx.com/en
Apache License 2.0
452 stars 195 forks source link

How to send MQTT offline messages #40

Open hanchenxu opened 6 years ago

hanchenxu commented 6 years ago

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.

jinfahua commented 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.

hanchenxu commented 6 years ago

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

wx20180808-195916 2x