mqtt-jmeter icon indicating copy to clipboard operation
mqtt-jmeter copied to clipboard

Change MQTT SDK to Paho

Open jinfahua opened this issue 6 years ago • 2 comments

The plugin current is using fusesource MQTT SDK,

  • The fusesource is not active.
  • The MQTT 5.0 version was released at 2018, need support from MQTT SDK.

So we'll investigate the possibility to switch MQTT SDK to Paho

jinfahua avatar Aug 22 '18 23:08 jinfahua

@jinfahua certainly Paho is the de-facto standard when it comes to MQTT and Java. But please see this comment https://github.com/eclipse/paho.mqtt.java/issues/570#issuecomment-439882935 about the outstanding bug fixes before jumping the gun here.

But since we are talking about the use case of doing performance measurements please take a look at MQTTBee (https://github.com/mqtt-bee/mqtt-bee) a new high performance MQTT library from the creators of the HiveMQ broker (https://www.hivemq.com/).

frittentheke avatar Jan 02 '19 15:01 frittentheke

@frittentheke Thanks for your information, we will also take a look at the MQTTBee library. Thanks.

jinfahua avatar Jan 02 '19 21:01 jinfahua