<div>Dave,�</div><div><br></div><div>Thanks for the reply. But I do not have any duplicate queues. I deleted all of the queues and started again. Also thought it might be an issue with the web interface not deleting correctly so I uninstalled the instance and reinstalled. When I start from a fresh queue the error still persists. I add no parameters, just make it durable and save (basically the web interface defaults). Does the java amqp client require some parameters? Are the web interface defaults not correct? Any help would be appreciated.�</div>
<br><div class="gmail_quote">On Tue, Aug 9, 2011 at 12:10 PM, Dave Syer <span dir="ltr">&lt;<a href="mailto:david_syer@hotmail.com">david_syer@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Aug 8, 4:34�pm, &quot;Brian .&quot; &lt;<a href="mailto:rutherford...@gmail.com">rutherford...@gmail.com</a>&gt; wrote:<br>
&gt; I get an error (pated below) when I try to configure spring integration with<br>
&gt; rabbitmq. It says &quot;parameters for queue &#39;translate.queue&#39; in vhost &#39;/&#39; not<br>
&gt; equivalent&quot; is the reason.<br>
<br>
</div>The error message is a standard one from the broker telling you that<br>
you have declared a queue with the same name twice but different<br>
parameters (e.g. auto-delete). �If you declared all your queues using<br>
Spring then it looks like you just changed the config between client<br>
startups, and didn&#39;t reset the broker. �Or maybe someone else created<br>
the queue for you and you need to sync up the parameters with them?<br>
You can work around it by returning your config to the original<br>
values, or simply deleting the queue and starting again.<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br>