rabbitmq-server/deps/rabbitmq_mqtt
Michael Klishin c5e57ba510 Merge branch 'stable' 2016-11-30 18:56:37 +03:00
..
include Use the new -spec format 2016-06-29 16:53:00 +02:00
src Merge branch 'stable' into rabbitmq-management-236 2016-09-27 12:45:03 +02:00
test Do not log java test output 2016-09-28 11:39:44 +01:00
.gitignore java_SUITE: Fetch dependencies using Maven 2016-08-31 13:54:28 +02:00
.travis.yml Set up travis to install maven 2016-09-26 10:55:51 +01: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 Add rabbitmq_ct_client_helpers to TEST_DEPS 2016-11-24 10:32:13 +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 2016-11-29 20:59:36 +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.