Reproduction of sozu-proxy/lapin#133
Example repo which reproduces sozu-proxy/lapin#133.
-
docker-compose up
and wait RabbitMQ is ready (RabbitMQ Management). -
cargo run --bin produce
2-3 deliveries and stop. -
cargo run --bin consume
all the deliveries are processed. -
cargo run --bin produce
again. -
Only first delivery is processed and consuming stucks.