emqx / mqtt-jmeter

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

Change MQTT SDK to Paho #44

Open jinfahua opened 6 years ago

jinfahua commented 6 years ago

The plugin current is using fusesource MQTT SDK,

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

frittentheke commented 5 years ago

@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/).

jinfahua commented 5 years ago

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