rabbitmq-server/deps/rabbitmq_web_mqtt_examples
Philip Kuryloski a63f169fcb Remove duplicate rabbitmq-components.mk and erlang.mk files
Also adjust the references in rabbitmq-components.mk to account for
post monorepo locations
2021-03-22 15:40:19 +01:00
..
priv fix topic name to remove "topic" prefix 2020-01-09 15:41:59 -08:00
src Bump (c) year 2021-01-22 09:00:14 +03:00
.gitignore Git: Ignore copied CLI 2019-12-12 15:15:11 +01:00
CODE_OF_CONDUCT.md URL Cleanup 2019-03-20 03:25:40 -05:00
CONTRIBUTING.md URL Cleanup 2019-03-20 03:25:40 -05:00
LICENSE Switch to MPL2 2020-07-15 03:09:26 +03:00
LICENSE-MPL-RabbitMQ Revert drop of Exhibit B on MPL 2.0 2020-07-20 17:05:26 +01:00
Makefile Remove duplicate rabbitmq-components.mk and erlang.mk files 2021-03-22 15:40:19 +01:00
README.md URL Cleanup 2019-03-20 03:25:40 -05: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