rabbitmq-server/deps/rabbitmq_amqp1_0
Aitor Perez 07adc3e571
Remove Bazel files
2025-03-13 13:42:34 +00:00
..
src Support AMQP 1.0 natively 2024-02-28 14:15:20 +01:00
Makefile make: Restrict Erlang.mk plugin inclusion 2024-08-29 15:19:50 +02:00
README.md Update README.md 2024-12-14 13:13:12 -05: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.