Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

rabbitmq/rabbitmq-web-stomp-examples

RabbitMQ Web STOMP Examples

This repository has been moved to the main unified RabbitMQ "monorepo", including all open issues. You can find the source under /deps/rabbitmq_web_stomp_examples. All issues have been transferred.

Introduction

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