rabbitmq-c
rabbitmq-c copied to clipboard
Queue with binding failed are unusable and cause other operations (e.g. attempt to delete a queue) on them to hang
- Declare a queue with generated name (starting with a "amq.gen-...")
- Try to bind it to a non-existent exchange
- Try to purge and delete it - thread will hang (freeze)
Source code reproducing the problem and thorough problem description are located in a respective rabbitmq-c Google group: https://groups.google.com/d/msg/rabbitmq-c-users/JET2DGQan3g/vPASyNczBgAJ
Issue +1