Martin Ringehahn

Results 1 issues of Martin Ringehahn

Once a queue is deleted, subsequent queue declarations by the same name are not executed. How to reproduce, using the amqp gem: ``` ruby AMQP.channel.queue('foo', :durable => false) do |queue,...