cloudamqp / amqproxy

An intelligent AMQP proxy, with connection and channel pooling/reusing
https://www.cloudamqp.com
MIT License
350 stars 54 forks source link

Channel pool #142

Closed carlhoerberg closed 8 months ago

carlhoerberg commented 11 months ago

Instead of giving each client connection an upstream connection, each client channel is given an upstream channel upon request, which means that multiple client connections can share a single upstream connection, massivly reducing resources required of the upstream server.

Todo: