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 <[email protected]> wrote:
> I just started looking at 0MQ it looks interesting
> http://zguide.zeromq.org/
>
>
> On Feb 24, 11:58 am, Brian Bouterse <[email protected]> wrote:
>> +1 for Celery and django-celery.  I use them also.
>>
>> On Thu, Feb 24, 2011 at 9:07 AM, Shawn Milochik <[email protected]> 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 [email protected].
>> > To unsubscribe from this group, send email to
>> > [email protected].
>> > 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 [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> 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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to