rabbitmq-server/deps/rabbitmq_mqtt
Jean-Sébastien Pédron 8a0d88cf1b reader_SUITE: Increase timer in expect_publish() to 5 seconds
This reduces the risk of test failures.
2017-08-11 12:27:40 +02:00
..
include remove duplicate info item for mqtt connections 2017-06-09 13:23:37 +01:00
priv/schema Add proxy protocol Cuttlefish mapping 2017-02-13 11:58:11 +01:00
src Use lager sink API for logs. 2017-08-07 14:43:00 +01:00
test reader_SUITE: Increase timer in expect_publish() to 5 seconds 2017-08-11 12:27:40 +02:00
.gitignore Ignore test/config_schema_SUITE_data/schema/ 2017-04-02 22:13:36 +03:00
.travis.yml Erlang/OTP 19.2 is now the minimum supported version. 2017-07-26 19:03:08 +03:00
CODE_OF_CONDUCT.md Update CONTRIBUTING.md, add CODE_OF_CONDUCT.md 2016-05-28 09:55:39 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md, add CODE_OF_CONDUCT.md 2016-05-28 09:55:39 -07:00
Makefile Merge branch 'stable' 2017-05-16 18:10:32 +02:00
README.md Use quiet mode for Maven 2016-09-27 15:33:31 +02:00
erlang.mk Update erlang.mk 2017-05-16 17:36:21 +02:00
rabbitmq-components.mk Update rabbitmq-components.mk 2017-07-26 03:48:32 +03: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 tests

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 — 2016 Pivotal Software, Inc.

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