cloudamqp / amqproxy

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

[ISSUE-97] Adding max upstream connection configuration #103

Closed jlindenbaum closed 6 months ago

jlindenbaum commented 1 year ago

As discussed in #97.

Adds a max_upstream_connections options that will fail creating additional upstream connections from being made. This is an attempt to preserve the upstream from becoming overwhelmed.

Questions / Things that are broken:

carlhoerberg commented 8 months ago

I think this is less needed now that we do channel pooling, very few upstream connections should be needed now (most often only 1).