rabbitmq-server/deps/rabbitmq_mqtt
Michael Klishin 71563a65d8 CLI tool: wording 2019-03-26 20:32:40 +03:00
..
.github
include CLI commands: provide more information to the new help command 2019-03-26 20:29:56 +03:00
priv/schema comment 2018-10-11 07:07:23 -07:00
src CLI tool: wording 2019-03-26 20:32:40 +03:00
test URL Cleanup 2019-03-21 03:17:58 -05: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 Use the built-in Ranch PROXY protocol support 2018-12-04 13:15:33 +01:00
README.md URL Cleanup 2019-03-20 03:18:59 -05:00
erlang.mk URL Cleanup 2019-03-20 03:18:59 -05:00
rabbitmq-components.mk Update rabbitmq-components.mk 2019-03-15 09:34:42 +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.