MQTT QoS 1 failure loop when 7k device connect #14297
Replies: 4 comments
-
The auth backend seem not an issue, because the log in auth backend http show the response so fast. The issue could be internal mqtt and rabbitmq system |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Clean session from client was false |
Beta Was this translation helpful? Give feedback.
-
You haven't provided any evidence of that. No logs, not even what RabbitMQ version is used.
RabbitMQ does not those open connections, your application does. Connection churn and leaks are so common, there is a dedicated doc section on both topics. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Incidence happen in 9:40
More than 7k4 devices connected. Then suddenly the queues dropping to 2k8. The queue keeping dropping.
Firewall connection limit by 8k and connection allow 24 connection/s
Rabbitmq overview
Log in rabbitmq
Reproduction steps
Expected behavior
The mqtt protocol still work with more than 25k connected devices with qos 1
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions