rabbitmq-server/deps/rabbitmq_mqtt
Michael Klishin 79a02256f1 Merge pull request #238 from rabbitmq/auth-attempt-metrics
Add auth attempt metrics
2020-10-14 23:56:29 +03:00
..
.github Add GitHub templates and contributing doc 2017-10-13 15:57:58 -07:00
include Switch to Mozilla Public License 2.0 (MPL 2.0) 2020-07-13 17:39:36 +01:00
priv/schema Rename sparkplug_b to sparkplug 2019-09-06 08:58:04 -07:00
src Merge pull request #238 from rabbitmq/auth-attempt-metrics 2020-10-14 23:56:29 +03:00
test Add protocol to auth attempt metrics 2020-09-23 11:16:13 +01:00
.gitignore Git: Ignore copied CLI 2019-12-12 15:00:20 +01: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
CODE_OF_CONDUCT.md URL Cleanup 2019-03-20 03:18:59 -05:00
CONTRIBUTING.md Update git-commit-msgs link 2018-08-28 16:19:03 -07:00
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 Rename sparkplug_b to sparkplug 2019-09-06 08:58:04 -07:00
README.md Update copyright (year 2020) 2020-03-10 16:39:48 +01:00
erlang.mk Update erlang.mk 2020-07-21 14:33:00 +01:00
rabbitmq-components.mk Update rabbitmq-components.mk 2020-08-04 08:41:48 -07: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.