rabbitmq-server/deps/rabbitmq_stomp
Marcial Rosales 5747461f09 Support x-max-age argument in stomp
for stream declarations
2022-11-17 13:01:07 +01:00
..
examples Support x-max-age argument in stomp 2022-11-17 13:01:07 +01:00
include Support x-max-age argument in stomp 2022-11-17 13:01:07 +01:00
priv/schema Add login_timeout to mqtt and stomp reader 2022-09-12 17:48:48 +02:00
src Support x-max-age argument in stomp 2022-11-17 13:01:07 +01:00
test Support x-max-age argument in stomp 2022-11-17 13:01:07 +01:00
.gitignore python_SUITE: Use Pika 1.1.0 2020-02-28 10:03:15 +01:00
BUILD.bazel Use the new xref2 macro from rules_erlang 2022-06-09 23:18:28 +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
README.md URL Cleanup 2019-03-20 03:23:56 -05: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