-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |