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 non-durable exclusive queues. Queue TTL can be used for cleanup of unused durable queues. |