Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions services/rabbit/configs/rabbitmq.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ quorum_queue.initial_cluster_size = {{ RABBIT_QUORUM_QUEUE_DEFAULT_REPLICA_COUNT
# https://www.rabbitmq.com/docs/networking#proxy-protocol
# WARNING: this forces clients to use a proxy (direct access to nodes does not work)
proxy_protocol = true

# Set the default queue type to quorum to benefit from RabbitMQ Cluster
# (to be highly available by default). This does not enforce queue type though
default_queue_type = quorum
Loading