Slide 9
Slide 9 text
:exclusive
:exclusive doesn’t delete the queue until
your connection is lost!
While in Ruby, exclusive cleans up the queue immediately because destroying the
client closes the connection, in Elixir, we’re pooling the connection, so exclusive does
nothing until the connection goes down due to a network error or RabbitMQ restart.