When the API client calls /delivery/register_consumer, a queue is
first created, then bound to an exchange.
If the exchange doesn't exist, the queue has been created but is
unused. If we check the exchange exists through a passive exchange
declaration, we always introduce an extra call to the broker.
It's so probably faster to delete queue afterwards when this occurs.