:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
MIT License
1.95k
stars
322
forks
source link
add reconnect handler and flush in-memory on reconnect #419
add a reconnect handler to perform the following tasks when reconnecting to rabbit
re-create queue if missing
flush local cache (could be stale)
When running RabbitMQ behind load balancers (which is a common practice on production systems) a load-balancer failure can trigger a disconnection during which the queue is dropped from rabbit.
add a reconnect handler to perform the following tasks when reconnecting to rabbit
When running RabbitMQ behind load balancers (which is a common practice on production systems) a load-balancer failure can trigger a disconnection during which the queue is dropped from rabbit.