Re: Integrating RabbitMQ with Django

2015-09-17 Thread Felipe Arenhardt Tomaz
I update my gist and put 2 other files [1] An init script (/etc/init.d/script) and an Django Command. [1] https://gist.github.com/Arenhardt/8ac7e7667134c28eceed -- Felipe Arenhardt Tomaz Systems Developer Curitiba - Paraná www.felipetomaz.com On Thu, Sep 17, 2015 at 10:57 AM, Erol Merdanović

Re: Integrating RabbitMQ with Django

2015-09-17 Thread Felipe Arenhardt Tomaz
I don't like to put the commands on supervisor. You can create an init script. -- Felipe Arenhardt Tomaz Systems Developer Curitiba - Paraná www.felipetomaz.com On Thu, Sep 17, 2015 at 4:48 AM, Erol Merdanović wrote: > @Felipe > > Yes, I use very similar approach. Thank you f

Re: Integrating RabbitMQ with Django

2015-09-16 Thread Felipe Arenhardt Tomaz
I create and use this class to manipulate the queues https://gist.github.com/Arenhardt/8ac7e7667134c28eceed -- Felipe Arenhardt Tomaz Systems Developer Curitiba - Paraná www.felipetomaz.com On Wed, Sep 16, 2015 at 2:01 PM, Erol Merdanović wrote: > @Tom > > Yes, it was also think

Re: Integrating RabbitMQ with Django

2015-09-16 Thread Felipe Arenhardt Tomaz
For manual manipulation recommend Pika[1] [1] https://pypi.python.org/pypi/pika -- Felipe Arenhardt Tomaz Systems Developer Curitiba - Paraná www.felipetomaz.com On Wed, Sep 16, 2015 at 10:53 AM, Erol Merdanović wrote: > @Vijay > > Yes, source of the messages is outside of t