The Pentaho MQTT Project is a plugin for the Pentaho Kettle engine which provides the ability to subscribe to, and publish to, MQTT topics on a MQTT broker.
The Pentaho MQTT plugin is built using Maven.
$ git clone git://github.com/pentaho/pentaho-mqtt-plugin.git
$ cd pentaho-mqtt-plugin
$ mvn install
This will produce a plugin archive in the target directory. This archive can then be extracted into your Pentaho Data Integration plugin directory.
Licensed under the Apache License, Version 2.0. See LICENSE.txt for more information.