mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Warn against using the RabbitMQ MQTT Plugin (#13837)
This commit is contained in:
parent
05d148b657
commit
bba38fda57
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user