Skip to main content

List of Deprecated Features

See the Deprecated Features subsystem documentation to learn more about deprecated features.

DeprecatedĀ featureDeprecatedĀ sinceRemovedĀ inNotes
amqp_address_v1RabbitMQ 4.0Use AMQP address v2.
classic_queue_mirroringAugustĀ 2021RabbitMQĀ 4.0Use quorum queues and/or streams for data that needs replication.
global_qosAugustĀ 2021Use per-consumer QoS.
management_metrics_collectionAugustĀ 2021Use the Prometheus plugin.
ram_node_typeAugustĀ 2021Use disk nodes only.
transient_nonexcl_queuesAugustĀ 2021Covers 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.