rabbitmq-server/deps/rabbitmq_mqtt
Loïc Hoguin 7b42c20b7e Allow passing the adapter info on processor init 2016-03-03 14:59:53 +01:00
..
include Allow passing the adapter info on processor init 2016-03-03 14:59:53 +01:00
src Allow passing the adapter info on processor init 2016-03-03 14:59:53 +01:00
test Tests for mqtt blocking 2016-03-02 16:57:48 +00:00
.gitignore .gitignore: make absolute paths relative 2015-12-30 07:09:01 +03:00
.travis.yml Add Travis CI configuration 2015-11-05 17:55:15 +01:00
CONTRIBUTING.md Sync CONTRIBUTING.md with the template one 2015-02-20 17:09:21 +03:00
Makefile Tests for mqtt blocking 2016-03-02 16:57:48 +00:00
README.md Update README.md 2015-04-28 23:49:46 +03:00
build.config Sync with upstream build.config 2015-12-18 20:33:03 +01:00
erlang.mk Update erlang.mk 2015-12-18 20:34:14 +01:00
rabbitmq-components.mk Update rabbitmq-components.mk 2015-12-18 19:08:09 +01:00

README.md

RabbitMQ MQTT Plugin

Getting Started

This is an MQTT plugin for RabbitMQ.

The plugin is included in the RabbitMQ distribution. To enable it, use <href="http://www.rabbitmq.com/man/rabbitmq-plugins.1.man.html">rabbitmq-plugins:

rabbitmq-plugins enable rabbitmq_mqtt

Default port used by the plugin is 1883.

Documentation

MQTT plugin documentation is available from rabbitmq.com.

Contributing

See CONTRIBUTING.md.

Running Tests

After cloning RabbitMQ umbrella repository, change into the rabbitmq-mqtt directory and run

make test

This will bring up a RabbitMQ node with the plugin enabled and run integration tests against it. Note that there must be no other MQTT server running on ports 1883 and 8883.

(c) 2007 — 2015 Pivotal Software, Inc.

Released under the Mozilla Public License, the same as RabbitMQ.