Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change MQTT SDK to Paho #44

Open
jinfahua opened this issue Aug 22, 2018 · 2 comments
Open

Change MQTT SDK to Paho #44

jinfahua opened this issue Aug 22, 2018 · 2 comments
Assignees

Comments

@jinfahua
Copy link
Member

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

@frittentheke
Copy link

@jinfahua certainly Paho is the de-facto standard when it comes to MQTT and Java.
But please see this comment eclipse/paho.mqtt.java#570 (comment) 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
Copy link
Member Author

jinfahua commented Jan 2, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants