Skip to content

kkirtac/SimpleRpcServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleRpcServer

SimpleRpcServer is a multi-threaded C++ messaging example which is based on RabbitMQ project. It combines an RPC application with work queues (threads). The application builds a consumer queue with multiple channels, consumes the queue with multiple threads (single channel for each thread) and sends a response with each thread. 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.

About

A Multi-threaded C++ RabbitMQ RPC server example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages