rabbitmq-server/deps/rabbitmq_web_stomp_examples
Philip Kuryloski efcd881658 Use rules_erlang v2
bazel-erlang has been renamed rules_erlang. v2 is a substantial
refactor that brings Windows support. While this alone isn't enough to
run all rabbitmq-server suites on windows, one can at least now start
the broker (bazel run broker) and run the tests that do not start a
background broker process
2022-01-18 13:43:46 +01:00
..
priv Bump jQuery to 3.4.1 2019-08-14 11:43:38 +10:00
src Update link in comment 2021-11-04 15:45:17 -07:00
.gitignore Git: Ignore copied CLI 2019-12-12 15:15:35 +01:00
BUILD.bazel Use rules_erlang v2 2022-01-18 13:43:46 +01:00
CODE_OF_CONDUCT.md URL Cleanup 2019-03-20 07:16:41 -05:00
CONTRIBUTING.md Add GitHub templates, update CONTRIBUTING from rabbitmq-server 2020-01-18 07:43:19 -08:00
LICENSE Switch to MPL2 2020-07-15 03:21:20 +03:00
LICENSE-APL2-Stomp-Websocket s/VMware/GoPivotal/g 2013-07-01 10:49:15 +01:00
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 URL Cleanup 2019-03-20 07:16:41 -05:00

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