rabbitmq-server/deps/rabbitmq_mqtt
Jean-Sébastien Pédron 3fd2dd3b13 Update erlang.mk 2015-11-25 10:36:10 +01:00
..
include whitespace changes 2015-07-14 10:56:02 +01:00
src Use rabbit_net:accept_ack instead of ranch:accept_ack 2015-11-24 20:17:50 +01:00
test make tests: Pass certificates path down to test/Makefile 2015-11-05 17:50:58 +01:00
.gitignore Git: Ignore testsuite artifacts 2015-10-21 14:29:41 +02: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 make tests: Pass certificates path down to test/Makefile 2015-11-05 17:50:58 +01:00
README.md Update README.md 2015-04-28 23:49:46 +03:00
build.config Update erlang.mk 2015-11-18 17:41:29 +01:00
erlang.mk Update erlang.mk 2015-11-25 10:36:10 +01:00
rabbitmq-components.mk Update rabbitmq-components.mk 2015-11-25 10:35:23 +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.