cloudamqp / amqproxy

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

Close upstream channel on channel errors #159

Closed spuun closed 6 months ago

spuun commented 6 months ago

Prevent reuse of channels closed by upstream. Also remove closed upstream connections from channel pool.

Fixes #154