rabbitmq-server/deps/rabbitmq_stomp
Michael Klishin 01092ff31f
(c) year bumps
2024-01-01 22:02:20 -05:00
..
examples Support x-max-age argument in stomp 2022-11-17 13:01:07 +01:00
include Support x-stream-match-unfiltered in Stomp 2023-12-06 08:32:25 +01:00
priv/schema Add configurable stomp frame size limit, default to 192kb. 2023-07-07 19:22:21 +02:00
src (c) year bumps 2024-01-01 22:02:20 -05:00
test (c) year bumps 2024-01-01 22:02:20 -05: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 Replace @rabbitmq.com addresses with rabbitmq-core@groups.vmware.com 2023-06-20 15:40:13 +04: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