Dear Emile,<div><br></div><div>Thank you for the link. It was so helpful and managed to solve the problem.</div><div><br></div><div>I have one more question, I want my queues to be read by many users so that the queue will not be empty once one user has read the messages.</div>
<div><br></div><div>Is there any way to preserve the messages for all users or for a specific period of time? Is this supported in RabbitMQ?</div><div><br></div><div><br></div><div><br></div><div>Thank you,</div><div><br>
</div><div><br><br><div class="gmail_quote">On Thu, Oct 25, 2012 at 4:59 PM, Emile Joubert <span dir="ltr">&lt;<a href="mailto:emile@rabbitmq.com" target="_blank">emile@rabbitmq.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<div class="im"><br>
On 25/10/12 15:19, Desta wrote:<br>
&gt; &quot;405 RESOURCE_LOCKED - cannot obtain exclusive access to locked queue<br>
&gt; &#39;amq.gen-gA3hbOZr-m1HmmVZGq1uHs&#39; in vhost &#39;/&#39; &quot;<br>
<br>
</div>This error means the queue was declared as exclusive, while you probably<br>
want it to be shared instead. Here are some relevant pointers to the<br>
specification:<br>
<br>
<a href="http://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.exclusive" target="_blank">http://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.exclusive</a><br>
<a href="http://www.rabbitmq.com/amqp-0-9-1-reference.html#constant.resource-locked" target="_blank">http://www.rabbitmq.com/amqp-0-9-1-reference.html#constant.resource-locked</a><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
-Emile<br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div><br>
</div>