rabbitmq-server/deps/rabbitmq_amqp1_0
Loïc Hoguin bbfa066d79
Cleanup .gitignore files for the monorepo
We don't need to duplicate so many patterns in so many
files since we have a monorepo (and want to keep it).

If I managed to miss something or remove something that
should stay, please put it back. Note that monorepo-wide
patterns should go in the top-level .gitignore file.
Other .gitignore files are for application or folder-
specific patterns.
2024-06-28 12:00:52 +02: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 Fix regression introduced in 21619bba40 2024-06-21 16:29:36 +02:00
README.md Support AMQP 1.0 natively 2024-02-28 14:15:20 +01:00
app.bzl Support AMQP 1.0 natively 2024-02-28 14:15:20 +01:00

README.md

This AMQP 1.0 plugin is deprecated and exists only for backward compatibility.

From RabbitMQ v4.x onwards, AMQP 1.0 is supported natively by RabbitMQ and all AMQP 1.0 code was moved from this directory to the core rabbit app.

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. RabbitMQ v4.x supports AMQP 1.0 by default.