You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
3
5
4
This no-op plugin exists only such that deployment tools can continue to enable and disable this plugin without erroring:
5
+
6
6
```
7
7
rabbitmq-plugins enable rabbitmq_amqp1_0
8
8
rabbitmq-plugins disable rabbitmq_amqp1_0
9
9
```
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