rabbitmq-server/deps/rabbitmq_stomp
Michal Kuratczyk cfa3de4b2b
Remove unused imports (thanks elp!)
2024-05-23 16:36:08 +02:00
..
examples
include CLI: update guide URLs to use the new path structure 2024-03-07 15:53:14 -05:00
priv/schema More missed license header updates #9969 2024-02-05 11:53:50 -05:00
src Remove unused imports (thanks elp!) 2024-05-23 16:36:08 +02:00
test Remove unused imports (thanks elp!) 2024-05-23 16:36:08 +02:00
.gitignore
BUILD.bazel
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
LICENSE-MPL-RabbitMQ
Makefile Add elixir to PLT_APPS for some plugins 2024-04-29 15:23:09 +02:00
NOTES
README.md
app.bzl Remove unused imports (thanks elp!) 2024-05-23 16:36:08 +02:00

README.md

RabbitMQ STOMP adapter

The STOMP adapter is included in the RabbitMQ distribution. To enable it, use rabbitmq-plugins:

rabbitmq-plugins enable rabbitmq_stomp

Supported STOMP Versions

1.0 through 1.2.

Documentation

RabbitMQ STOMP plugin documentation.

Continuous Integration

Build Status