Open jinfahua opened 6 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/).
@frittentheke Thanks for your information, we will also take a look at the MQTTBee library. Thanks.
The plugin current is using fusesource MQTT SDK,
So we'll investigate the possibility to switch MQTT SDK to Paho