Replies: 1 comment 1 reply
-
RabbitMQ does not support any kind of rate limits in terms of bytes/second. You can use HAproxy to set up rate limits per connection. On top of that, amqpprox supports rate limiting per virtual host, which do not exist in MQTT but with RabbitMQ specifically, you can use a couple of features and conventions. Maybe that would fit your needs since you'd be able to group devices that way. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We plan to create a distinct user per IoT device that connects to our RabbitMQ server to improve our security. Is it possible to add a rate limit per user so that if someone gets hold of one of the user credentials, they cannot pump messages into the queue in a very short span of time (DDOS attack)?
Beta Was this translation helpful? Give feedback.
All reactions