https://www.rabbitmq.com/alarms.html
according to docs,
There are two circumstances under which RabbitMQ will stop reading from client network sockets, in order to prevent crashes. They are:
When memory use goes above the configured limit. When disk space drops below the configured limit.
I want to send mail to admin if any of condition is breached.
Thanks in advance for helping.