EMQX Dedicated New Feature: Event History is available for private beta test. →

MQTTX v1.7.1 Release Note

MQTTX Team
Jan 28, 2022
MQTTX v1.7.1 Release Note

MQTTX is a fully open-source cross-platform MQTT 5.0 desktop client open-sourced by EMQ, It supports macOS, Linux, and Windows systems. Makes it easy and quick to create multiple simultaneous online MQTT client connections, test the connection, publish, and subscribe functions of MQTT/TCP, MQTT/TLS, MQTT/WebSocket as well as other MQTT protocol features.

MQTTX website: https://mqttx.app/

MQTTX v1.7.1 download: https://github.com/emqx/MQTTX/releases/tag/v1.7.1

Mac users can download it in the App Store: https://apps.apple.com/us/app/mqttx/id1514074565?mt=12

Linux users can download it in Snapcraft: https://snapcraft.io/mqttx

MQTTX

New Features Preview

Support MQTT 5.0 Subscription Identifier

In this release, in addition, to supporting MQTT 5.0 subscription options, we have added support for Subscription Identifiers, we can specify a Subscription Identifier when subscribing. The broker will establish and store the mapping relationship between this subscription and the Subscription Identifier when successfully creating or modifying the subscription. The broker will return the Subscription Identifier associated with this PUBLISH packet and the PUBLISH packet to the client when needed to forward PUBLISH packets matching this subscription to this client.

MQTT 5.0 Subscription Identifier

Expose more MQTT 5.0 properties on display

In this release, we have optimized the display of properties in MQTT 5.0. In addition to displaying User Properties, we also support displaying the Content Type, Subscription Identifier, Topic Alias, Response Topic, and Correlation Data contained in the message box when sent and received, as well as optimizing the display of User Properties.

MQTT 5.0 properties

Support Edit/Disable/Enable Topics

This release continues to optimize the operation of the Topic. Before version 1.7.1, the list of topics can only be added and deleted, when the subscribed Topic is too long, when you need to modify it, you can only delete and unsubscribe, and then re-subscribe, which is not very convenient, especially for modifying individual words or separators.

At the same time, this version also supports disable/enable Topic, when subscribed to too many Topic, sometimes not all the Topic messages want to receive, but to avoid subscribing to the same topic again, this version provides a disable function, need to receive the message of the Topic again, just enable again.

Use: Right-click on the subscribed Topic list item, in the context menu we can quickly choose to edit, disable or enable the operation.

Edit/Disable/Enable MQTT Topics

Others

  • Add sync the os theme switch button. When this switch is turned on, the system theme colors will be synchronized with the OS theme.
  • Linux Flathub deployments from community support. Linux users can also go to https://flathub.org/apps/details/com.emqx.MQTTX for download and installation
  • Update loading app page

More refined product improving

Fix and optimization

In addition to the above new features, it also fixes many known issues in this update, and the stability has been further improved.

  • Fix pass the __ob__ field to user properties
  • Fix client id is unique in the database
  • Fix it can not send empty Topic when using Topic Alias
  • Fix resub can not sync all subscriptions data
  • Fix collection importing issue
  • Fix sync auto-resub
  • Fix new window issue
  • Fix it can not display offline messages

Product Roadmap

MQTTX is still in the process of continuous enhancement and improvement, to bring more practical and powerful functions to users and facilitate the testing and development of IoT platforms.

Next, we will focus on the following aspects:

  • More complete support for MQTT 5.0
  • Plug-in system (for example, support SparkPlug B)
  • MQTT Debug function
  • Script function optimization

Conclusion

MQTTX is designed to connect to test MQTT Brokers such as EMQX. The one-click connection and a clean graphical interface make it easy to explore and debug MQTT features. MQTTX provides comprehensive testing capabilities for MQTT features. Fully open-source and community-driven makes it integrated with more rich, powerful, user-friendly features. With MQTTX and EMQX - the cloud-native distributed messaging broker, we believe that the test and development of IoT platforms will become easier.

The MQTTX project is completely open-source. You can go to GitHub to submit the problems encountered during use, or fork the MQTTX project to submit a revised PR to us. We will review and deal with it in time. We would also like to thank all users in the community for their contributions and feedback. The use and affirmation of each community user is the driving force for the advancement of our products.

Related Posts

Jan 28, 2022MQTTX Team
MQTTX v1.7.2 Release Note

MQTT X v1.7.2 release note: Shared subscriptions support topic color markers, add more ARM builds.

Jan 4, 2022Shifan Yu
Testing MQTT 5 features with the MQTTX

We will introduce in detail the specific use of the new features of MQTT X v1.7.0, especially how to use MQTT X to test features of MQTT 5.0.