summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_web_stomp_examples/README.md
diff options
context:
space:
mode:
authordcorbacho <dparracorbacho@piotal.io>2020-11-18 14:27:41 +0000
committerdcorbacho <dparracorbacho@piotal.io>2020-11-18 14:27:41 +0000
commitf23a51261d9502ec39df0f8db47ba6b22aa7659f (patch)
tree53dcdf46e7dc2c14e81ee960bce8793879b488d3 /deps/rabbitmq_web_stomp_examples/README.md
parentafa2c2bf6c7e0e9b63f4fb53dc931c70388e1c82 (diff)
parent9f6d64ec4a4b1eeac24d7846c5c64fd96798d892 (diff)
downloadrabbitmq-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_stomp_examples/README.md')
-rw-r--r--deps/rabbitmq_web_stomp_examples/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/deps/rabbitmq_web_stomp_examples/README.md b/deps/rabbitmq_web_stomp_examples/README.md
new file mode 100644
index 0000000000..109e8c45ff
--- /dev/null
+++ b/deps/rabbitmq_web_stomp_examples/README.md
@@ -0,0 +1,13 @@
+# RabbitMQ Web STOMP Examples
+
+This project contains few basic examples of [RabbitMQ Web STOMP plugin](https://github.com/rabbitmq/rabbitmq-web-stomp)
+usage.
+
+Once installed the server will bind to port 15670 and serve few static
+HTML files on port 15670 (e.g. [http://127.0.0.1:15670](http://127.0.0.1:15670/)).
+
+## Installation
+
+This plugin ships with RabbitMQ. Enabled it using [CLI tools](https://www.rabbitmq.com/cli.html):
+
+ rabbitmq-plugins enable rabbitmq_web_stomp_examples