I was sailing smoothly on RabbitMQ 2.8.7 using the newest PECL AMQP package 1.0.9. However a recent upgrade to RabbitMQ 3.0.0 has caused some problems with PECL AMQP 1.0.9. I am able to connect and bind one exchange to another successfully, however the bind method throws an exception, even though it has been successful. <br>
<br>I get an AMQPExchangeException with message &quot;Library error: Resource temporarily unavailable&quot;<br><br>I am able to connect and perform every function with other libraries to the same RabbitMQ instance without problems.<br>
<br>Has anyone else run into this issue?<br><br>Thanks.<br>Eric<br>