[rabbitmq-discuss] queue related error when declaring an exchange

Ovidiu Deac ovidiudeac at gmail.com
Sun Oct 3 13:58:18 BST 2010


You are right. I was doing that.

Thanks!

On Sun, Oct 3, 2010 at 10:35 AM, Matthias Radestock
<matthias at rabbitmq.com> wrote:
> Ovidiu,
>
> Ovidiu Deac wrote:
>>
>> I get this exception when I try to declare an exchange:
>> [...]
>> Does anybody know why it complains about QUEUE NOT FOUND when I call
>> ExchangeDeclare?
>
> Are you perhaps setting NoWait=true in a preceding queue declaration?
>
> When an asynchronous command causes an exception it is possible for that
> exception to be returned against the next synchronous command since the
> client API has no way of telling which of the two commands caused the
> exception.
>
>
> Regards,
>
> Matthias.
>


More information about the rabbitmq-discuss mailing list