How to disable 'mqtt-subscription-" queue created automatically? #7762
-
When i create a connection between MQTTNet and RabbitMQ Server, i see that queue named "mqtt-subscription-57e95593-3e68-4dbe-a7d7-fecf1fece4c2qos0" that is created automatically on RabbitMQ, so How to disable 'mqtt-subscription-" queue created automatically? Thank you very much. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Those queues are created by the MQTT plugin when an MQTT client subscribes to a topic. You can disable the plugin but then you won't be able to use MQTT with this RabbitMQ installation. |
Beta Was this translation helpful? Give feedback.
-
If you're using the management UI you could hide them by setting this regex in the search box |
Beta Was this translation helpful? Give feedback.
Those queues are created by the MQTT plugin when an MQTT client subscribes to a topic. You can disable the plugin but then you won't be able to use MQTT with this RabbitMQ installation.