rabbitmq-server/deps/rabbitmq_mqtt
Loïc Hoguin 59d4eddeef Make number of Ranch acceptors configurable 2016-01-12 11:31:48 +01:00
..
include rename flag to received_connect_frame 2016-01-09 17:13:41 +03:00
src Make number of Ranch acceptors configurable 2016-01-12 11:31:48 +01:00
test Update (c) info 2016-01-01 12:59:18 +03: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 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 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.