Description
To reproduce this, do the following
1. Start a broker, create a producer using amqp, and send some messages
2. Stop/Start broker
3. Create a consumer to consume messages from step 1.
4. Stop/Start broker
5. Run consumer again. It will receive the same messages it already received in step 3.
I will attach a unit test which reproduces this.