This sample app demonstrates the use of the Rabbit-RPC
- clone the repository.
- bundle install.
- execute the server via the
ruby server.rb
command. The various services are defined in the services folder. - in another terminal execute the RPC invocations
ruby client_invocation.rb
. This file initializes the RPC inovcations present in the config/rabbit_rpc.yml file and attempts to execute various service calls.