Skip to content

Commit d9321b2

Browse files
authored
Revert "RabbitMQ Cluster: make quorum default queue type (#1238)" (#1239)
This reverts commit 797bd15.
1 parent 797bd15 commit d9321b2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

services/rabbit/configs/rabbitmq.conf.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,3 @@ quorum_queue.initial_cluster_size = {{ RABBIT_QUORUM_QUEUE_DEFAULT_REPLICA_COUNT
2323
# https://www.rabbitmq.com/docs/networking#proxy-protocol
2424
# WARNING: this forces clients to use a proxy (direct access to nodes does not work)
2525
proxy_protocol = true
26-
27-
# Set the default queue type to quorum to benefit from RabbitMQ Cluster
28-
# (to be highly available by default). This does not enforce queue type though
29-
default_queue_type = quorum

0 commit comments

Comments
 (0)