rabbitmq-server/deps/rabbitmq_mqtt
Michael Klishin d89eed50e9 Adapt to Java client API change in stable 2015-05-14 14:59:50 +03:00
..
include Client MQTT authentication using x509 certificates 2014-11-21 14:54:33 +00:00
src Correct a typo 2015-04-16 23:37:23 +03:00
test Adapt to Java client API change in stable 2015-05-14 14:59:50 +03:00
.gitignore Ignore test/.idea 2015-05-01 00:49:21 +03:00
CONTRIBUTING.md Sync CONTRIBUTING.md with the template one 2015-02-20 17:09:21 +03:00
Makefile Protocol adapter skeleton 2012-06-26 17:57:24 +01:00
README.md Remove the "moved to GitHub" warning. 2015-02-17 21:17:45 +01:00
package.mk Use $MAKE instead of hard-coding "make" 2015-05-06 19:09:27 +02:00

README.md

RabbitMQ MQTT adapter

The MQTT adapter 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

Full usage instructions can be found at http://www.rabbitmq.com/mqtt.html.