Package com.ibm.streamsx.topology.messaging.mqtt

Support for integrating with the MQTT messaging system http://mqtt.org.

See: Description

  • Class Summary 
    Class Description
    MqttStreams
    A simple connector to a MQTT broker for publishing TStream<Message> tuples to MQTT topics, and subscribing to MQTT topics and creating TStream<Message> streams.

Package com.ibm.streamsx.topology.messaging.mqtt Description

Support for integrating with the MQTT messaging system http://mqtt.org.

MqttStreams is a connector to bridge between topology streams and a MQTT broker.

Functionality in this package is provided by the open source SPL toolkit com.ibm.streamsx.messaging release 2.0.0 or later. This requires that the com.ibm.streamsx.messaging toolkit is made available when submitting the application, by either:

Releases of the toolkit are available from: https://github.com/IBMStreams/streamsx.messaging/releases.
streamsx.topology 2.1 @ IBMStreams GitHub