rabbitmq-server/deps/rabbitmq_mqtt
Philip Kuryloski f95fc8aa0c Increase some suite timeouts in bazel 2021-07-23 09:43:05 +02:00
..
include Bump (c) year in header files 2021-02-04 07:04:58 +03:00
priv/schema
src Change a log line from INFO to DEBUG 2021-07-12 16:50:25 +02:00
test Test that proxy dest address is picked up in all plugins 2021-03-31 11:28:40 +02:00
.gitignore MQTT ra systems changes 2021-03-22 21:44:19 +03:00
.travis.yml Travis CI: Update config from rabbitmq-common 2020-03-04 14:24:30 +01:00
.travis.yml.patch Travis CI: Refresh config patch 2020-03-03 14:30:05 +01:00
BUILD.bazel Increase some suite timeouts in bazel 2021-07-23 09:43:05 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE Update LICENSE 2020-07-20 11:43:03 +01:00
LICENSE-MPL-RabbitMQ Revert drop of Exhibit B on MPL 2.0 2020-07-20 17:01:38 +01:00
Makefile Remove duplicate rabbitmq-components.mk and erlang.mk files 2021-03-22 15:40:19 +01:00
README.md Update copyright (year 2020) 2020-03-10 16:39:48 +01: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-2020 VMware, Inc. or its affiliates.

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