Answer the question
In order to leave comments, you need to log in
Asynchronous rabbitmq rpc call?
Good day
In the process of implementing the RPC call, the procedure came across the question, can this be done asynchronously?
There is a cool example in the rabbit's tutorial, but unfortunately it doesn't answer this question.
www.rabbitmq.com/tutorials/tutorial-six-python.html
Answer the question
In order to leave comments, you need to log in
Doesn't the fragment from the above article describe an asynchronous implementation:
"In general doing RPC over RabbitMQ is easy. A client sends a request message and a server replies with a response message. In order to receive a response the client needs to send a 'callback ' queue address with the request."
Ops. I was confused by the fact that call is waiting in the completion loop.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question