rabbitmq-server/deps/rabbitmq_web_mqtt
Michael Klishin a5098b28a7
Bump Lager to 3.8.2 for OTP 24 compatibility
2021-02-24 12:53:30 +03:00
..
priv/schema Switch to MPL2 2020-07-15 03:02:19 +03:00
src Bump (c) year 2021-01-22 09:00:14 +03:00
test Bump (c) year 2021-01-22 09:00:14 +03:00
.gitignore Git: Ignore copied CLI 2019-12-12 15:14:22 +01:00
.travis.yml Travis CI: Update config from rabbitmq-common 2020-03-04 14:24:33 +01:00
CODE_OF_CONDUCT.md URL Cleanup 2019-03-20 03:25:32 -05:00
CONTRIBUTING.md Add GitHub issue and PR templates 2019-10-30 08:40:18 -07:00
LICENSE Cosmetics 2020-07-15 03:04:50 +03:00
LICENSE-MPL-RabbitMQ Revert drop of Exhibit B on MPL 2.0 2020-07-20 17:05:16 +01:00
Makefile Make sure a TCP listener is started by default 2018-12-12 15:38:56 +03:00
README.md Fix typo 2020-08-31 11:30:49 +02:00
erlang.mk Update erlang.mk 2020-07-21 14:34:11 +01:00
rabbitmq-components.mk Bump Lager to 3.8.2 for OTP 24 compatibility 2021-02-24 12:53:30 +03:00

README.md

RabbitMQ Web MQTT plugin

This plugin provides support for MQTT-over-WebSockets to RabbitMQ.

Installation

This plugin ships with modern versions of RabbitMQ. Like all plugins, it must be enabled before it can be used:

# this might require sudo
rabbitmq-plugins enable rabbitmq_web_mqtt

Documentation

Please refer to the RabbitMQ Web MQTT guide.

Building From Source

Note that release branches (stable vs. master) and target RabbitMQ version need to be taken into account when building plugins from source.

(c) 2007-2020 VMware, Inc. or its affiliates.

Released under the same license as RabbitMQ. See LICENSE for details.