rabbitmq-server/deps/rabbitmq_web_stomp_examples
Loïc Hoguin 5d7cb88a93 Make Web-STOMP example use wss:// when in https://
(cherry picked from commit ecc77ecc27)
2025-09-24 18:23:11 +00:00
..
priv
src
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
LICENSE-APL2-Stomp-Websocket
LICENSE-MPL-RabbitMQ
Makefile
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