rabbitmq-server/deps/rabbitmq_web_mqtt
Luke Bakken 160a74862a
Update link in comment
It is a useful comment, so update all the links to the correct place on the internet:
http://erlang.org/pipermail/erlang-questions/2010-April/050508.html
2021-11-04 15:45:17 -07:00
..
priv/schema Switch to MPL2 2020-07-15 03:02:19 +03:00
src Update link in comment 2021-11-04 15:45:17 -07: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 Adjustments for the latest bazel-erlang 2021-11-02 16:24:26 +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 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.