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.
1 parent 35d8978 commit e9ba3f7Copy full SHA for e9ba3f7
deps/rabbit/docs/rabbitmq.conf.example
@@ -883,12 +883,17 @@
883
##
884
# mqtt.prefetch = 10
885
886
-## Set the durable queue type for QoS 1 subscriptions.
887
-## Supported queues:
+## Sets the durable queue type to be used for QoS 1 subscriptions.
+##
888
+## Supported types are:
889
-## classic
890
-## quorum
891
-##
+## * classic
+## * quorum
892
893
+## IMPORTANT: changing this setting requires all existing queues used by
894
+## the MQTT plugin to be DELETED or clients will fail to subscribe.
895
+## So this setting should be used for new clusters.
896
897
# mqtt.durable_queue_type = classic
898
899
0 commit comments