Hi,
It's not normal. It is most likely a bug in your application that overloads RabbitMQ.
The logs you shared with me showed hundreds of connections being opened in a very short time and many of them unexpectedly closed soon after.
This is called connection churn and I shared a link that discusses this phenomenon. If that's what your app does, there is not much RabbitMQ can do about this.
If you don't think that's the case then please share full logs and additional monitoring data. Explain what you app does when this happens and try to reproduce the
If we have a way to reproduce this or sufficient monitoring details to understand what could be going on, we will fix it. But most likely it's your application opening connections over and over.