rabbitmq-server/deps/rabbitmq_mqtt
Michael Klishin 382ae1c42f Don't use UTF-8 when calculating retainer_sup child names
Such conversion isn't safe but also isn't necessary: those
names aren't supposed to be human-readable.

Fixes #123.
2017-02-02 15:22:31 +03:00
..
include Backported part of: A CLI command to list mqtt connections 2017-01-26 15:43:11 +00:00
src Don't use UTF-8 when calculating retainer_sup child names 2017-02-02 15:22:31 +03:00
test Wording 2017-01-26 23:19:42 +03:00
.gitignore java_SUITE: Fetch dependencies using Maven 2016-08-31 13:54:28 +02:00
.travis.yml [travis] Try 18.2 instead of 18.3 2016-12-17 03:01:23 +03:00
CODE_OF_CONDUCT.md Update CONTRIBUTING.md, add CODE_OF_CONDUCT.md 2016-05-28 14:22:50 +03:00
CONTRIBUTING.md Update CONTRIBUTING.md, add CODE_OF_CONDUCT.md 2016-05-28 14:22:50 +03:00
Makefile Move from .app.src to Makefile variables 2016-12-06 16:31:27 +01:00
README.md Use quiet mode for Maven 2016-09-27 15:33:31 +02:00
erlang.mk Update erlang.mk 2016-11-22 16:19:52 +00:00
rabbitmq-components.mk Update rabbitmq-components.mk 2017-01-31 18:06: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.