Subject: | Out of order frames can make AnyEvent::RabbitMQ fail |
I have code which attempts creates a handful of exchanges and queues, and
then attempts to consume a pre-existing queue. It intermittently fails
in "_push_read_and_valid" with,
Method is not Basic::ConsumeOk
Method was Net::AMQP::Protocol::Queue::DeclareOk'
I assume it is intermittent as either RabbitMQ or AnyEvent::RabbitMQ's
order of processing is not determinant.