rabbitmq-server/deps/rabbitmq_web_mqtt
Philip Kuryloski 8f9de08de7 Also assert no missing suites for all other deps 2021-07-12 18:05:55 +02:00
..
priv/schema Switch to MPL2 2020-07-15 03:02:19 +03:00
src Make Web-MQTT obtain/release a FD via file_handle_cache 2021-06-02 11:05:32 +02:00
test Also assert no missing suites for all other deps 2021-07-12 18:05:55 +02: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
BUILD.bazel Also assert no missing suites for all other deps 2021-07-12 18:05:55 +02: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 Remove duplicate rabbitmq-components.mk and erlang.mk files 2021-03-22 15:40:19 +01:00
README.md Fix typo 2020-08-31 11:30:49 +02: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.