[rabbitmq-discuss] PRECONDITION_FAILED question

Michael Klishin mklishin at gopivotal.com
Tue Nov 12 19:06:53 GMT 2013


On 12 Nov 2013, at 22:11, ku3ia <demesg at gmail.com> wrote:

> =ERROR REPORT==== 12-Nov-2013::19:58:27 ===
> connection <0.30470.9>, channel 1 - soft error:
> {amqp_error,precondition_failed,"exchange 'x-nunit' in vhost '/' in use",
>            'exchange.delete'}

This means the exchange ‘x-nunit’ is in use and thus cannot be deleted.

IModel#QueueUnbind simply rethrows the same exception, because after a channel
exception closes the channel (it can no longer be used).

MK

Software Engineer, Pivotal/RabbitMQ




More information about the rabbitmq-discuss mailing list