rabbitmq-server/deps/rabbitmq_web_mqtt_examples
Michael Klishin 01092ff31f
(c) year bumps
2024-01-01 22:02:20 -05:00
..
priv Add missing link in Web-MQTT example 2021-06-02 11:06:07 +02:00
src (c) year bumps 2024-01-01 22:02:20 -05:00
.gitignore
BUILD.bazel Use gazelle generated bazel files 2023-04-17 18:13:18 +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 Replace @rabbitmq.com addresses with rabbitmq-core@groups.vmware.com 2023-06-20 15:40:13 +04:00
LICENSE-MPL-RabbitMQ
Makefile Update Erlang.mk and switch to new xref code 2022-05-31 13:51:12 +02:00
README.md
app.bzl Replace globs in bazel with explicit lists of files 2023-04-25 17:29:12 +02:00

README.md

RabbitMQ Web MQTT Examples

This RabbitMQ plugin contains few basic examples of RabbitMQ Web MQTT plugin usage.

It starts a server that binds to port 15670 and serves a few static HTML files on port 15670 (e.g. http://127.0.0.1:15670). Note that Web STOMP examples use the same port, so these plugins cannot be enabled at the same time unless they are configured to use different ports.

Installation

This plugin ships with RabbitMQ. Enabled it using CLI tools:

rabbitmq-plugins enable rabbitmq_web_mqtt_examples