Note that zeromq is not an AMQP compliant messaging queue. Some benefits of directly using AMQP are: You can cater for use cases that carrot doesn't consider - carrot is targeted squarely at handling tasks asynchronously, amqp allows many more use cases, pub/sub, logging event monitoring etc. You aren't tied to one vendor or tool - the purpose of AMQP is to have vendor neutral bus that any compliant tool can connect to and operate on.
Of course, nothing stops you using both carrot and AMQP directly, which is what I do. Cheers Tom On Fri, Feb 25, 2011 at 2:42 PM, CrabbyPete <pete.do...@gmail.com> wrote: > I just started looking at 0MQ it looks interesting > http://zguide.zeromq.org/ > > > On Feb 24, 11:58 am, Brian Bouterse <bmbou...@gmail.com> wrote: >> +1 for Celery and django-celery. I use them also. >> >> On Thu, Feb 24, 2011 at 9:07 AM, Shawn Milochik <sh...@milochik.com> wrote: >> > +1 on Celery and django-celery. I use them both. >> >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "Django users" group. >> > To post to this group, send email to django-users@googlegroups.com. >> > To unsubscribe from this group, send email to >> > django-users+unsubscr...@googlegroups.com. >> > For more options, visit this group at >> >http://groups.google.com/group/django-users?hl=en. >> >> -- >> Brian Bouterse >> ITng Services > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.