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.
2 parents 3578ea8 + e9ba3f7 commit e73b52eCopy full SHA for e73b52e
deps/rabbit/docs/rabbitmq.conf.example
@@ -883,6 +883,20 @@
883
##
884
# mqtt.prefetch = 10
885
886
+## Sets the durable queue type to be used for QoS 1 subscriptions.
887
+##
888
+## Supported types are:
889
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
897
+# mqtt.durable_queue_type = classic
898
+
899
900
901
## ----------------------------------------------------------------------------
902
## RabbitMQ AMQP 1.0 Support
0 commit comments