django - News feed using Celery and RabbitMQ -


i developing news feed backend multiple applications. idea user can subscribe multiple groups , receive posts groups subscribed via push.
i thinking of: on creating new post have create_post_task(content) goes celery feed queue, celery workers can consume it. not sure should afterwards deliver posts clients, dynamically create new rabbitmq queue each group, , route posts respective queue, subscribed clients pushed posts queues? if so, how do after task consumed? having lot of rabbitmq/celery queues problem? suggestions on effective solution valuable.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -