RabbitMQ C Test/Demo Programs

Introduction

These step assume the C test programs are running on the Ubuntu server. I am currently using Ubuntu 17.04.

1. Install Tools

sudo apt-get install git
audo apt-get install cmake

2. Create a Work Directory

mkdir rmq-c
cd rmq-c

3. Create Send and Receive Programs

3.1 Install RabbitMQ C Library

Install Ubuntu RabbitMQ Library Packages

3.2 Create Send Program


3.3 Create Receive Program