Closed dcherix closed 1 year ago
Our rabbitMQ cluster is experiencing issues probably due to too many and too frequent user connections.
Reuse the connection and channel of the rabbitMQ client to avoid to have to connect on every event.
Amazing, thank you!
Problem:
Our rabbitMQ cluster is experiencing issues probably due to too many and too frequent user connections.
Solution:
Reuse the connection and channel of the rabbitMQ client to avoid to have to connect on every event.