Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
(cherry picked from commit 5e79ea9)
  • Loading branch information
michaelklishin committed Dec 14, 2024
1 parent 5e45fb6 commit 2b51600
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deps/rabbitmq_amqp1_0/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
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](../rabbit/) app.
In RabbitMQ `4.x`, AMQP 1.0 is a [core protocol](https://www.rabbitmq.com/docs/amqp) 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.
RabbitMQ `v4.x` supports AMQP 1.0 by default.

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

0 comments on commit 2b51600

Please sign in to comment.