Skip to content

Commit 35d8978

Browse files
committed
add config example for mqtt quorum
1 parent 3578ea8 commit 35d8978

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deps/rabbit/docs/rabbitmq.conf.example

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,15 @@
883883
##
884884
# mqtt.prefetch = 10
885885

886+
## Set the durable queue type for QoS 1 subscriptions.
887+
## Supported queues:
888+
##
889+
## classic
890+
## quorum
891+
##
892+
# mqtt.durable_queue_type = classic
893+
894+
886895

887896
## ----------------------------------------------------------------------------
888897
## RabbitMQ AMQP 1.0 Support

0 commit comments

Comments
 (0)