How to setup RabbitMQ consumer worker in python flask app
I’m trying to build a microservice in flask where I would have only a worker that will consume messages from a rabbitmq Queue1
,and send some payload back to another queue.
I’m trying to build a microservice in flask where I would have only a worker that will consume messages from a rabbitmq Queue1
,and send some payload back to another queue.