File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919# Core Broker
2020#
2121
22+ ##
23+ ## Upgrading to RabbitMQ `4.3.0`
24+
25+ ## Enables deprecated non-durable (transient) exclusive queues
26+ ## (disabled by default as of RabbitMQ `4.3.0`)
27+ # deprecated_features.permit.transient_nonexcl_queues = true
28+
2229##
2330## Networking
2431
788795## of the deprecation period), it is no longer possible to turn it back on
789796## from the configuration.
790797##
791- # deprecated_features.permit.a_deprecated_feature = true
792- # deprecated_features.permit.another_deprecated_feature = false
793-
794- ## Timeout used when waiting for Mnesia tables in a cluster to
795- ## become available.
796- ##
797- ## Relevant doc guide: https://www.rabbitmq.com/docs/clustering#restarting
798- # mnesia_table_loading_retry_timeout = 30000
799-
800- ## Retries when waiting for Mnesia tables in the cluster startup. Note that
801- ## this setting is not applied to Mnesia upgrades or node deletions.
802- ##
803- ## Relevant doc guide: https://www.rabbitmq.com/docs/clustering#restarting
804- # mnesia_table_loading_retry_limit = 10
798+ ## Enables deprecated non-durable (transient) exclusive queues to be declared
799+ # deprecated_features.permit.transient_nonexcl_queues = true
800+ ## Enables deprecated AMQP 1.0 addressing scheme v1
801+ # deprecated_features.permit.amqp_address_v1 = true
805802
806803## Size in bytes below which to embed messages in the queue index.
807804## Relevant doc guide: https://www.rabbitmq.com/docs/persistence-conf
You can’t perform that action at this time.
0 commit comments