rabbitmq-server/deps/rabbitmq_amqp1_0
Michael Klishin 2b51600ea6
Update README.md
(cherry picked from commit 5e79ea961b)
2024-12-14 14:00:19 -05:00
..
src Support AMQP 1.0 natively 2024-02-28 14:15:20 +01:00
BUILD.bazel Drop broker_version_requirements from rabbitmq_amqp1_0 .app file 2024-03-26 13:49:13 +01:00
Makefile make: Restrict Erlang.mk plugin inclusion 2024-11-29 10:32:14 +01:00
README.md Update README.md 2024-12-14 14:00:19 -05:00
app.bzl Support AMQP 1.0 natively 2024-02-28 14:15:20 +01:00

README.md

In RabbitMQ 4.x, AMQP 1.0 is a core protocol that is always supported and does not require a plugin to be enabled.

This no-op plugin exists only such that deployment tools can continue to enable and disable this plugin without erroring:

rabbitmq-plugins enable rabbitmq_amqp1_0
rabbitmq-plugins disable rabbitmq_amqp1_0

Enabling or disabling this plugin has no effect on AMQP 1.0 support scope or clients.