rabbitmq-server/deps/rabbitmq_mqtt
Jean-Sébastien Pédron 300b9acd97 Update erlang.mk 2015-10-19 17:12:42 +02:00
..
include whitespace changes 2015-07-14 10:56:02 +01:00
src Initial move to erlang.mk 2015-10-19 12:28:46 +02:00
test Initial move to erlang.mk 2015-10-19 12:28:46 +02:00
.gitignore Initial move to erlang.mk 2015-10-19 12:28:46 +02:00
CONTRIBUTING.md Sync CONTRIBUTING.md with the template one 2015-02-20 17:09:21 +03:00
Makefile Initial move to erlang.mk 2015-10-19 12:28:46 +02:00
README.md Update README.md 2015-04-28 23:49:46 +03:00
build.config Initial move to erlang.mk 2015-10-19 12:28:46 +02:00
erlang.mk Update erlang.mk 2015-10-19 17:12:42 +02:00
package.mk added step to copy .app file from test/src to test/ebin 2015-09-17 23:24:42 +01:00
rabbitmq-components.mk Update rabbitmq-components.mk 2015-10-19 17:11:41 +02: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 test

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

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