diff options
author | dcorbacho <dparracorbacho@piotal.io> | 2020-11-18 14:27:41 +0000 |
---|---|---|
committer | dcorbacho <dparracorbacho@piotal.io> | 2020-11-18 14:27:41 +0000 |
commit | f23a51261d9502ec39df0f8db47ba6b22aa7659f (patch) | |
tree | 53dcdf46e7dc2c14e81ee960bce8793879b488d3 /deps/rabbitmq_web_mqtt_examples/README.md | |
parent | afa2c2bf6c7e0e9b63f4fb53dc931c70388e1c82 (diff) | |
parent | 9f6d64ec4a4b1eeac24d7846c5c64fd96798d892 (diff) | |
download | rabbitmq-server-git-stream-timestamp-offset.tar.gz |
Merge remote-tracking branch 'origin/master' into stream-timestamp-offsetstream-timestamp-offset
Diffstat (limited to 'deps/rabbitmq_web_mqtt_examples/README.md')
-rw-r--r-- | deps/rabbitmq_web_mqtt_examples/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/deps/rabbitmq_web_mqtt_examples/README.md b/deps/rabbitmq_web_mqtt_examples/README.md new file mode 100644 index 0000000000..4fde10815e --- /dev/null +++ b/deps/rabbitmq_web_mqtt_examples/README.md @@ -0,0 +1,15 @@ +# RabbitMQ Web MQTT Examples + +This RabbitMQ plugin contains few basic examples of [RabbitMQ Web MQTT plugin](https://github.com/rabbitmq/rabbitmq-web-mqtt) +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](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](https://www.rabbitmq.com/cli.html): + + rabbitmq-plugins enable rabbitmq_web_mqtt_examples |