rabbitmq-server/deps/rabbitmq_stomp
Rin Kuryloski a944439fba Replace globs in bazel with explicit lists of files
As this is preferred in rules_erlang 3.9.14
2023-04-25 17:29:12 +02:00
..
examples Support x-max-age argument in stomp 2022-11-17 13:01:07 +01:00
include Support x-stream-max-segment-size-bytes in STOMP plugin 2023-03-14 13:48:56 +01:00
priv/schema Add login_timeout to mqtt and stomp reader 2022-09-12 17:48:48 +02:00
src Don't rely on implict list ordering 2023-04-13 14:37:18 +02:00
test verify_none in a couple of tests 2023-04-24 13:11:44 +00:00
.gitignore python_SUITE: Use Pika 1.1.0 2020-02-28 10:03:15 +01:00
BUILD.bazel Use gazelle generated bazel files 2023-04-17 18:13:18 +02: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 Update LICENSE 2020-07-20 12:20:54 +01:00
LICENSE-MPL-RabbitMQ Revert drop of Exhibit B on MPL 2.0 2020-07-20 17:04:17 +01:00
Makefile Update Erlang.mk and switch to new xref code 2022-05-31 13:51:12 +02:00
NOTES Add some old notes on broadcast sending. 2009-12-17 15:40:16 +00:00
README.md URL Cleanup 2019-03-20 03:23:56 -05:00
app.bzl Replace globs in bazel with explicit lists of files 2023-04-25 17:29:12 +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