Advice on Python/Django and message queues
Posted
by Andy Hume
on Stack Overflow
See other posts from Stack Overflow
or by Andy Hume
Published on 2009-01-18T10:42:53Z
Indexed on
2010/03/12
5:17 UTC
Read the original article
Hit count: 519
I have an application in Django, that needs to send a large number of emails to users in various use cases. I don't want to handle this synchronously within the application for obvious reasons.
Has anyone any recommendations for a message queuing server which integrates well with Python, or they have used on a Django project? The rest of my stack is Apache, mod_python, MySQL.
© Stack Overflow or respective owner