/SimpleRpcClient

A C++ RabbitMQ RPC client example

Primary LanguageC++

SimpleRpcClient

SimpleRpcClient is a single threaded C++ client example which is based on RabbitMQ project. The application sends messages to a consumer queue created by the server side, receives the server response via the reply queue. This project heavily depends on SimpleAmqpClient.

Installing

Tested and known to work in Linux (Ubuntu 16.04, 64 bit) with Eclipse Nsight IDE. Please refer to Pre-requisites for a proper installation.