rabbitmq-server/deps/rabbitmq_stomp
Michal Kuratczyk f0f7500f6a
Revert "Log errors from `ranch:handshake`" (#12304)
This reverts commit 620fff22f1.

It intoduced a regression in another area - a TCP health check,
such as the default (with cluster-operator) readinessProbe,
on a TLS-enabled instance would log a `rabbit_reader` crash
every few seconds:
```
tls-server-0 rabbitmq 2024-09-13 09:03:13.010115+00:00 [error] <0.999.0>   crasher:
tls-server-0 rabbitmq 2024-09-13 09:03:13.010115+00:00 [error] <0.999.0>     initial call: rabbit_reader:init/3
tls-server-0 rabbitmq 2024-09-13 09:03:13.010115+00:00 [error] <0.999.0>     pid: <0.999.0>
tls-server-0 rabbitmq 2024-09-13 09:03:13.010115+00:00 [error] <0.999.0>     registered_name: []
tls-server-0 rabbitmq 2024-09-13 09:03:13.010115+00:00 [error] <0.999.0>     exception error: no match of right hand side value {error, handshake_failed}
tls-server-0 rabbitmq 2024-09-13 09:03:13.010115+00:00 [error] <0.999.0>       in function  rabbit_reader:init/3 (rabbit_reader.erl, line 171)
```
2024-09-13 17:07:57 +02:00
..
examples Support x-max-age argument in stomp 2022-11-17 13:01:07 +01:00
include STOMP: add support for consumer priorities 2024-08-08 14:04:17 +02:00
priv/schema More missed license header updates #9969 2024-02-05 11:53:50 -05:00
src Revert "Log errors from `ranch:handshake`" (#12304) 2024-09-13 17:07:57 +02:00
test STOMP: add support for consumer priorities 2024-08-08 14:04:17 +02:00
.gitignore Cleanup .gitignore files for the monorepo 2024-06-28 12:00:52 +02:00
BUILD.bazel Use rules_elixir to build the cli without mix 2024-06-18 14:50:34 +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 Add elixir to PLT_APPS for some plugins 2024-04-29 15:23:09 +02:00
NOTES
README.md make: Remove Travis-specific targets/config 2024-06-24 14:12:02 +02:00
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.