We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
quorum
1 parent 797bd15 commit d9321b2Copy full SHA for d9321b2
services/rabbit/configs/rabbitmq.conf.j2
@@ -23,7 +23,3 @@ quorum_queue.initial_cluster_size = {{ RABBIT_QUORUM_QUEUE_DEFAULT_REPLICA_COUNT
23
# https://www.rabbitmq.com/docs/networking#proxy-protocol
24
# WARNING: this forces clients to use a proxy (direct access to nodes does not work)
25
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