rabbitmq-server/deps/rabbitmq_web_stomp
Michael Klishin 72c2e152ef
Merge pull request #3499 from rabbitmq/cla-url
Update CLA URL
2021-10-01 00:16:03 +03:00
..
priv/schema Switch to MPL2 2020-07-15 03:19:24 +03:00
src Handle no-context delivery in web stomp 2021-09-27 09:52:48 +02:00
test Test that proxy dest address is picked up in all plugins 2021-03-31 11:28:40 +02:00
.gitignore Git: Ignore copied CLI 2019-12-12 15:14:47 +01:00
.travis.yml Travis CI: Update config from rabbitmq-common 2020-03-04 14:24:33 +01:00
BUILD.bazel Also assert no missing suites for all other deps 2021-07-12 18:05:55 +02:00
CODE_OF_CONDUCT.md URL Cleanup 2019-03-20 03:25:46 -05:00
CONTRIBUTING.md Update CLA URL 2021-09-23 14:29:36 +02:00
LICENSE Switch to MPL2 2020-07-15 03:19:24 +03:00
LICENSE-MPL-RabbitMQ Revert drop of Exhibit B on MPL 2.0 2020-07-20 17:05:36 +01:00
Makefile Remove duplicate rabbitmq-components.mk and erlang.mk files 2021-03-22 15:40:19 +01:00
README.md Update copyright (year 2020) 2020-03-10 17:02:18 +01:00

README.md

RabbitMQ Web STOMP plugin

This plugin provides support for STOMP-over-WebSockets to RabbitMQ.

Installation

This plugin ships with modern versions of RabbitMQ. Like all plugins, it must be enabled before it can be used:

# this might require sudo
rabbitmq-plugins enable rabbitmq_web_stomp

Documentation

Please refer to the RabbitMQ Web STOMP guide.

Building from Source

See Plugin Development guide.

TL;DR: running

make dist

will build the plugin and put build artifacts under the ./plugins directory.

(c) 2007-2020 VMware, Inc. or its affiliates.

Released under the MPL, the same license as RabbitMQ.