rabbitmq-server/deps/rabbitmq_web_stomp_examples
Loïc Hoguin ecc77ecc27
Make Web-STOMP example use wss:// when in https://
2025-09-18 14:11:21 +02:00
..
priv Make Web-STOMP example use wss:// when in https:// 2025-09-18 14:11:21 +02:00
src Bump (c) line year 2025-01-01 17:54:10 -05: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 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 Update Erlang.mk and switch to new xref code 2022-05-31 13:51:12 +02: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