vovimayhem / scatter-gather-amqp-ruby-poc

Proof-of-Concept for a Scatter-Gather system on RabbitMQ and Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby + RabbitMQ "Scatter & Gather" Demo

About the Demo

This is a sample implementation of the "Scatter & Gather" integration pattern using Ruby & RabbitMQ.

How to run the demo

  1. Run any number of RPC servers, which will receive the query from the RPC client:
# Repeat on as many terminals as you want to test:
docker-compose run --rm rpc_server
  1. Run the RPC client, which will issue a "query" to be responded by each RPC server:
docker-compose run --rm rpc_client

About

Proof-of-Concept for a Scatter-Gather system on RabbitMQ and Ruby

License:MIT License


Languages

Language:Ruby 64.1%Language:Dockerfile 35.9%