Using spring-rabbit under high throughput
In rabbitmq, a connection is a physical TCP connection between the broker and the client. Whereas, a channel is a lightweight virtual connection over the actual TCP connection. Having multiple connections certainly comes with an overhead of consuming a lot…