I want my message to be consumed by 10 people.<div><br></div><div><br><br><div class="gmail_quote">On Fri, Oct 26, 2012 at 4:26 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 17:47, Desta Haileselassie Hagos wrote:<br>
&gt; I have one more question, I want my queues to be read by many users so<br>
&gt; that the queue will not be empty once one user has read the messages.<br>
&gt;<br>
&gt; Is there any way to preserve the messages for all users or for a<br>
&gt; specific period of time? Is this supported in RabbitMQ?<br>
<br>
</div>It is possible to expire unread messages after a period of time:<br>
<a href="http://www.rabbitmq.com/ttl.html#per-queue-message-ttl" target="_blank">http://www.rabbitmq.com/ttl.html#per-queue-message-ttl</a><br>
But that is probably not what you want. If you want a message to reach<br>
multiple consumers then it is better to declare a separate queue for<br>
each consumer. This is the pattern in tutorial 3:<br>
<a href="http://www.rabbitmq.com/tutorials/tutorial-three-python.html" target="_blank">http://www.rabbitmq.com/tutorials/tutorial-three-python.html</a><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
-Emile<br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div><br>
</div>