Real-world RPC with RabbitMQ and Node.JS

added by JavaScript Kicks
6/27/2016 8:52:06 AM

1328 Views

tl;dr: use the direct reply-to feature to implement RPC in RabbitMQ. I'm currently working on a platform that relies heavily on RPC over RabbitMQ to move incoming requests through a chain of Node.JS worker processes. The high level setup for RPC is well described in RabbitMQ's documentation; let's steal their diagram: We grew our RPC client...


0 comments