rabbitmq-server/deps/rabbitmq_web_mqtt
Philip Kuryloski 15a79466b1 Use the new xref2 macro from rules_erlang
That adopts the modern erlang.mk xref behaviour
2022-06-09 23:18:28 +02:00
..
priv/schema Switch to MPL2 2020-07-15 03:02:19 +03:00
src Bump (c) year 2022-03-21 01:21:56 +04:00
test Bump (c) year 2022-03-21 01:21:56 +04: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 Use the new xref2 macro from rules_erlang 2022-06-09 23:18:28 +02:00
CODE_OF_CONDUCT.md Replace files with symlinks 2022-04-15 06:04:29 -07:00
CONTRIBUTING.md Replace files with symlinks 2022-04-15 06:04:29 -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 Update Erlang.mk and switch to new xref code 2022-05-31 13:51:12 +02: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.