Skip to content

Commit 2b51600

Browse files
Update README.md
(cherry picked from commit 5e79ea9)
1 parent 5e45fb6 commit 2b51600

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deps/rabbitmq_amqp1_0/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
This AMQP 1.0 plugin is deprecated and exists only for backward compatibility.
2-
3-
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.
1+
In RabbitMQ `4.x`, AMQP 1.0 is a [core protocol](https://www.rabbitmq.com/docs/amqp) that is always supported and does not
2+
require a plugin to be enabled.
43

54
This no-op plugin exists only such that deployment tools can continue to enable and disable this plugin without erroring:
5+
66
```
77
rabbitmq-plugins enable rabbitmq_amqp1_0
88
rabbitmq-plugins disable rabbitmq_amqp1_0
99
```
10-
Enabling or disabling this plugin has no effect.
11-
RabbitMQ `v4.x` supports AMQP 1.0 by default.
10+
11+
Enabling or disabling this plugin has no effect on AMQP 1.0 support scope or clients.

0 commit comments

Comments
 (0)