List of Deprecated Features
See the Deprecated Features subsystem documentation to learn more about deprecated features.
| DeprecatedĀ feature | DeprecatedĀ since | RemovedĀ in | Notes |
|---|---|---|---|
amqp_address_v1 | RabbitMQ 4.0 | Use AMQP address v2. | |
classic_queue_mirroring | AugustĀ 2021 | RabbitMQĀ 4.0 | Use quorum queues and/or streams for data that needs replication. |
global_qos | AugustĀ 2021 | Use per-consumer QoS. | |
management_metrics_collection | AugustĀ 2021 | Use the Prometheus plugin. | |
ram_node_type | AugustĀ 2021 | Use disk nodes only. | |
transient_nonexcl_queues | AugustĀ 2021 | Covers queues that are both non-durable and non-exclusive, this combination should be avoided. Use durable queues or exclusive transient queues. Queue TTL can be used for cleanup of unused durable queues. |