Skip to content

Commit e9ba3f7

Browse files
Add a visible warning for mqtt.durable_queue_type
1 parent 35d8978 commit e9ba3f7

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

deps/rabbit/docs/rabbitmq.conf.example

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -883,12 +883,17 @@
883883
##
884884
# mqtt.prefetch = 10
885885

886-
## Set the durable queue type for QoS 1 subscriptions.
887-
## Supported queues:
886+
## Sets the durable queue type to be used for QoS 1 subscriptions.
887+
##
888+
## Supported types are:
888889
##
889-
## classic
890-
## quorum
891-
##
890+
## * classic
891+
## * 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+
##
892897
# mqtt.durable_queue_type = classic
893898

894899

0 commit comments

Comments
 (0)