[rabbitmq-discuss] Competing Consumers and Transactional Clients Patterns from Enterprise Integration Patterns

Jonathan Thoms jonathan.thoms at gmail.com
Thu Jan 9 17:00:39 GMT 2014


Hi Alvaro,

This page looks to be exactly what I need. Thanks so much!


On Thu, Jan 9, 2014 at 8:27 AM, Alvaro Videla <videlalvaro at gmail.com> wrote:

> Hi,
>
> On Thu, Jan 9, 2014 at 4:37 PM, Jonathan Thoms <jonathan.thoms at gmail.com>
> wrote:
> > Really what I'm trying to do is have multiple clients get tasks off of
> the
> > queue and have them commit the completion of the task to the queue as a
> > means of popping it off permanently. By committing on completion, I'm
> trying
> > to ensure that if a client crashes halfway through executing a task, the
> > queue doesn't lose the task.
>
> If I understand you correctly, then what you need are message
> acknowledgments, which are supported by RabbitMQ.
>
> See: http://www.rabbitmq.com/tutorials/tutorial-two-python.html
>
> Regards,
>
> Alvaro
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>



-- 
Cheers,
Jon Thoms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140109/a50fc11a/attachment.html>


More information about the rabbitmq-discuss mailing list