Answer the question
In order to leave comments, you need to log in
How to transfer data from a service through a broker to a site written in Django and back?
I have some service that should send data to a django project and return an answer about whether the data is correct. The broker is RabbitMQ, using the pika module. Where do I need to write a function for receiving and sending data on a broker in django? At first I thought about somehow using Celery for this, but I didn’t understand how.
Obviously, what can be done via post/get requests. But I want to understand how this can be done using a broker.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question