rabbitmq-server/deps/rabbitmq_web_stomp_examples
Michael Klishin 4a7de48a3b
v4.0.x: bump (c) year
Take 2, this file set avoids CLI tools issues
on CI.

References #13008 #13011
2025-01-02 12:59:03 -05:00
..
priv
src v4.0.x: bump (c) year 2025-01-02 12:59:03 -05:00
BUILD.bazel Use gazelle generated bazel files 2023-04-17 18:13:18 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE Replace @rabbitmq.com addresses with rabbitmq-core@groups.vmware.com 2023-06-20 15:40:13 +04:00
LICENSE-APL2-Stomp-Websocket
LICENSE-MPL-RabbitMQ
Makefile
README.md
app.bzl Replace globs in bazel with explicit lists of files 2023-04-25 17:29:12 +02: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