Closed ezandonai closed 5 years ago
Hello, There are no built-in abstractions to implement RPC through RabbitMQ using this extension. Still, it is possible for sure as any queue and exchange configuration is available in this extension. Writing a complete tutorial on this matter is a complicated task, not sure whether I have time for it at the moment. But I can recommend the one in the official RabbitMQ docs: https://www.rabbitmq.com/tutorials/tutorial-six-python.html BTW, it will be extra nice if you will archive the needed functionality and extend the docs of this extension with your findings.
Closed as there was no activity for the month.
First, thanks for this extension, i really enjoyed it. But i'm not sure how i make an RPC Client whit this extension. Can you help me? Do you have any example?