rabbitmq-server/deps/rabbitmq_mqtt
Jean-Sébastien Pédron 90642c0fe9 Update erlang.mk 2019-08-02 09:54:18 +02:00
..
.github Add GitHub templates and contributing doc 2017-10-13 15:57:58 -07:00
include Switch rabbit_mqtt_collector:list/0 to use a leader query 2019-06-04 13:40:26 +03:00
priv/schema comment 2018-10-11 07:07:23 -07:00
src Do not reach out to all nodes when listing connections 2019-08-01 09:29:16 +02:00
test Do not reach out to all nodes when listing connections 2019-08-01 09:29:16 +02:00
.gitignore Ignore debug/* 2018-01-03 03:30:01 +08:00
.travis.yml Travis: use Erlang 21.3, Elixir 1.8.1 2019-03-20 10:33:17 +03:00
.travis.yml.patch Travis CI: Update config from rabbitmq-common 2018-04-10 13:08:25 +02:00
CODE_OF_CONDUCT.md URL Cleanup 2019-03-20 03:18:59 -05:00
CONTRIBUTING.md Update git-commit-msgs link 2018-08-28 16:19:03 -07:00
Makefile Cluster-wide MQTT client id tracking 2019-05-16 17:50:06 +01:00
README.md URL Cleanup 2019-03-20 03:18:59 -05:00
erlang.mk Update erlang.mk 2019-08-02 09:54:18 +02:00
rabbitmq-components.mk Update rabbitmq-components.mk 2019-08-01 17:13:21 +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 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.