/
Reason: Dropped message: QoS 0 channel not writable
Reason: Dropped message: QoS 0 channel not writable
Question
What does the error message "Dropped message: QoS 0 channel not writable" signify when observed in the HiveMQ control center?
Answer
The "Dropped message: QoS 0 channel not writable" notification appearing in the HiveMQ Control Center is not indicative of a broker error. As per the MQTT specification, QoS 0 messages have no delivery guarantee and may be dropped. The purpose of this notification is to alert users to potential concerns related to slow-consuming clients.
When your clients are consuming slowly or cannot handle the load on subscribed topics individually then a possible solution is to use shared subscriptions.
Related content
Outgoing publish message was dropped. Reason: The QoS 0 memory limit exceeded
Outgoing publish message was dropped. Reason: The QoS 0 memory limit exceeded
More like this
My client is unable to publish messages
My client is unable to publish messages
More like this
My client is unable to subscribe to any topics
My client is unable to subscribe to any topics
More like this
MQTTv3 client disconnected with reason: Sent too many concurrent PUBLISH messages.
MQTTv3 client disconnected with reason: Sent too many concurrent PUBLISH messages.
More like this
My connected clients are not receiving all their subscribed to messages
My connected clients are not receiving all their subscribed to messages
More like this
Troubleshooting MQTT Client Connection Issues
Troubleshooting MQTT Client Connection Issues
More like this