rabbitmq-server/deps/rabbitmq_web_stomp_examples
Luke Bakken dba25f6462
Replace files with symlinks
This prevents duplicated and out-of-date instructions.
2022-04-15 06:04:29 -07:00
..
priv
src Bump (c) year 2022-03-21 01:21:56 +04:00
.gitignore
BUILD.bazel Tighten up dialyzer usage 2022-02-24 11:18:41 +01: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 Switch to MPL2 2020-07-15 03:21:20 +03:00
LICENSE-APL2-Stomp-Websocket
LICENSE-MPL-RabbitMQ Revert drop of Exhibit B on MPL 2.0 2020-07-20 17:05:44 +01:00
Makefile Remove duplicate rabbitmq-components.mk and erlang.mk files 2021-03-22 15:40:19 +01:00
README.md

README.md

RabbitMQ Web STOMP Examples

This project contains few basic examples of RabbitMQ Web STOMP plugin 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).

Installation

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

rabbitmq-plugins enable rabbitmq_web_stomp_examples