I’m working on project that need to control sending queue by code. So I just curious that anybody use to create queue in rabbitmq by python/django code? 🙂
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Usual python clients should do from django (but beware, you may need to block the request when you’re running AMQP commands). Take a look at rabbitmq tutorials
There are at least three python clients: python-amqplib, pika and puka.
Also, you may find http://www.celeryproject.org useful.