Warn against using the RabbitMQ MQTT Plugin (#13837)

This commit is contained in:
Erik Montnemery 2020-06-24 18:52:00 +02:00 committed by GitHub
parent 05d148b657
commit bba38fda57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,14 @@ This is the most private option, is running your own MQTT broker.
The recommended setup method is to use the [Mosquitto MQTT broker add-on](https://github.com/home-assistant/hassio-addons/blob/master/mosquitto/DOCS.md).
</div>
<div class='note warning'>
There is [an issue](https://github.com/rabbitmq/rabbitmq-mqtt/issues/154) with the RabbitMQ MQTT Plugin which break MQTT message retention. Don't use the RabbitMQ MQTT plugin, instead use another broker like Mosquitto.
</div>
## Configuration
```yaml