Hi,<br><br>An amqp gem user reported seeing 530 not-allowed connection exception when declaring an exchange. The error message is<br><br>«<font class="fixed_width" face="Courier, Monospaced">NOT_ALLOWED - cannot redeclare exchange &#39;jobs&#39; in vhost &#39;/&#39; with different type, durable or autodelete value</font>»<br clear="all">

<br>Do I understand it correctly that this is a permissions issue? We have plenty of examples of faulty exchange declaration in the amqp gem test suite,<br>but they all result in 406 precondition-failed.<br><br>The only Java client test that tests 530 exception (according to IntelliJ IDEA) is this:<br>

<br><a href="https://gist.github.com/1071372">https://gist.github.com/1071372</a><br><br>which has nothing to do with permissions or exchanges.<br><br>Can someone from the RabbitMQ team please help me understand what is going on and what scenarios I should be testing in the amqp gem test suite?<br>

Thanks!<br>-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br><a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>

<br>