rabbitmq-c icon indicating copy to clipboard operation
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

Open maxim-allen opened this issue 7 years ago • 1 comments

  1. Declare a queue with generated name (starting with a "amq.gen-...")
  2. Try to bind it to a non-existent exchange
  3. 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

maxim-allen avatar Nov 15 '18 11:11 maxim-allen

Issue +1

ZFZ-China avatar Aug 09 '22 07:08 ZFZ-China