rabbitmq-server/deps/rabbitmq_stomp
Arnaud Cogoluègnes b758edc642
Handle no-context delivery in web stomp
To support messages from streams, which do not have a
context (for credit flow).

References rabbitmq/rabbitmq-stomp#138

Fixes #3508
2021-09-27 09:52:48 +02:00
..
examples added a processing to close connection at the end 2016-03-28 03:38:34 +00:00
include Support streams in STOMP plugin 2021-04-26 11:15:55 +02:00
priv/schema Switch to MPL2 2020-07-14 21:55:55 +03:00
src Handle no-context delivery in web stomp 2021-09-27 09:52:48 +02:00
test Use = separator for stream offset STOMP 2021-04-26 14:38:43 +02:00
.gitignore python_SUITE: Use Pika 1.1.0 2020-02-28 10:03:15 +01:00
.travis.yml Travis CI: Update config from rabbitmq-common 2020-03-04 14:24:32 +01:00
BUILD.bazel Bazel test timeouts 2021-08-03 17:06:12 +02:00
CODE_OF_CONDUCT.md URL Cleanup 2019-03-20 03:23:56 -05:00
CONTRIBUTING.md Update git-commit-msgs link 2018-08-28 16:17:58 -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 Remove duplicate rabbitmq-components.mk and erlang.mk files 2021-03-22 15:40:19 +01: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

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