[rabbitmq-discuss] RabbitMQ, push a script

Desta Haileselassie Hagos deshai-0 at student.ltu.se
Sat Oct 27 14:30:44 BST 2012


I want my message to be consumed by 10 people.



On Fri, Oct 26, 2012 at 4:26 PM, Emile Joubert <emile at rabbitmq.com> wrote:

> Hi,
>
> On 25/10/12 17:47, Desta Haileselassie Hagos wrote:
> > 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.
> >
> > Is there any way to preserve the messages for all users or for a
> > specific period of time? Is this supported in RabbitMQ?
>
> It is possible to expire unread messages after a period of time:
> http://www.rabbitmq.com/ttl.html#per-queue-message-ttl
> But that is probably not what you want. If you want a message to reach
> multiple consumers then it is better to declare a separate queue for
> each consumer. This is the pattern in tutorial 3:
> http://www.rabbitmq.com/tutorials/tutorial-three-python.html
>
>
> -Emile
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20121027/6d28f7f0/attachment.htm>


More information about the rabbitmq-discuss mailing list