MQTT Connector

Content Type: Service
Categories: Internet-of-Things

Overview

MQTT is an OASIS standard messaging protocol for the Internet of Things (IoT). It is designed as an extremely lightweight publish/subscribe messaging transport that is ideal for connecting remote devices with a small code footprint and minimal network bandwidth. With this connector it is possible to Publish, Subscribe and Unsubscribe to MQTT broker

Documentation

Please see MQTT Connector in the Mendix documentation for details.

Releases

Version: 1.7.0
Framework Version: 9.24.11
Release Notes: - Enable verbose logging for MQTT connector. - Enable support for WSS (web socket protocol). - Provide freedom to configure the connector using username, password, client certificate, CA signed server certificate, or any other combination thereof.
Version: 1.6.0
Framework Version: 9.24.11
Release Notes: - Upgraded module to Mendix version 9.24.11.
Version: 1.5.0
Framework Version: 9.24.9
Release Notes: - Upgraded module to Mendix version 9.24.9.
Version: 1.4.0
Framework Version: 9.18.4
Release Notes: - Introduction of migration file for JDM
Version: 1.3.0
Framework Version: 9.18.4
Release Notes: - Updated module to Mendix version 9.18.4
Version: 1.2.0
Framework Version: 9.1.1
Release Notes: - Added "Operation Timeout" to set timeout for connect, subscribe, publish, unsubscribe operations.
Version: 1.1.1
Framework Version: 9.1.1
Release Notes: Before updating delete MqttConnector-1.0.0-all.jar file from userlib folder. -Added option to enable/disable HTTPS host name verification. -Added option to set "will topic" and "will payload". -Upgraded Bouncy Castle jars to 1.70
Version: 1.1.0
Framework Version: 9.1.1
Release Notes: - Added basic authentication support, with this now user can use the username and password to establish a connection. - Password attribute from ConnectionDetails will be encrypted with the default encryption key. - Default module roles and security rules are set.
Version: 1.0.0
Framework Version: 9.1.1
Release Notes: Initial release