Хорошая вводная статья по организации rpc на базе rabbitmq
#rabbitmq #golang #rpc
http://www.matthiassommer.it/programming/remote-procedure-calls-with-rabbitmq/
#rabbitmq #golang #rpc
http://www.matthiassommer.it/programming/remote-procedure-calls-with-rabbitmq/
Sommer IT Consulting
Remote Procedure Calls with RabbitMQ - Sommer IT Consulting
In this article, we're going to use RabbitMQ to build a Remote Produce Call (RPC) system. Incoming HTTP calls from clients will be proxied to the broker. The asynchronous response from the message-based communication will finally be mapped to the request…