MQTT
MQTT is a lightweight, publish-subscribe, machine to machine network protocol for Message queue/Message queuing service. Joule provides the ability to subscribe to events using MQTT source consumer
Driver details
Configuration Guide
Example configuration
This basic example leverages the default setting resulting in events consumed from the mydevice/leaf
topic as a Customer object. This object is then transformed in to a Joule StreamEvent object to ready for platform processing.
Core Attributes
Available configuration parameters
Deserialization Attributes
This topic provides configuration parameters available object deserialization process.
Deserializer example
Additional Resources
Offical Mosquitto documentation
Good user documentation
MQTT X UI for testing
Last updated