amqproxy
amqproxy copied to clipboard
An intelligent AMQP proxy, with connection and channel pooling/reusing
rebase of #68
We recently upgraded from 0.5.6 to 0.7.0. This upgrade apparently replaced the `/etc/systemd/system/amqproxy.service` file which needs to be modified to include the target rabbitmq service which subsequently turned maintenance into...
We are using amqproxy (0.7.0) to proxy connections from PHP (short living web and long living cli scripts) to rabbitmq instances (3.9.11). It works mostly flawless, but sometimes on busy...
We run a PHP application that communicates to Rabbit through AMQProxy. Recently we observed a failure mode we believe could be mitigated if AMQProxy allowed a configuration of the connection...
Related to https://github.com/cloudamqp/amqproxy/issues/151 Let's have 2 scripts (think about them as cronjobs), A and B: - start script A, publish a message to exchange "X" (which exists) - job finishes,...
A configuration option that adds a configurable wait time before the proxy is shutting down would be useful for use in Kubernetes environments. ## Use Case Our concrete case: **Kubernetes...
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...
Hello and thanks for creating this awesome proxy! I'm a CloudAMQP client and am considering using the proxy for a slightly different use case than the initial one for which...