[rabbitmq-discuss] queue related error when declaring an exchange
Matthias Radestock
matthias at rabbitmq.com
Sun Oct 3 08:35:24 BST 2010
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