Skip to content

akalend/amqpcpp

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f37847 · Dec 16, 2021
Mar 22, 2020
Jul 30, 2019
Dec 16, 2021
Dec 14, 2021
Dec 4, 2018
Dec 4, 2018
Jun 15, 2016
May 18, 2011
Aug 9, 2021
Jun 15, 2016
Dec 4, 2018
Feb 28, 2017

Repository files navigation

Rabbitcpp is a C++ library for Message Queue Server RabbitMQ (http://www.rabbitmq.com/) and support the AMQP (Advanced Message Queuing Protocol http://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol ). The C++ library is using the C-rabbitmq client library (https://github.com/alanxz/rabbitmq-c).

INSTALL

Download RabbitMQ-C client library from https://github.com/alanxz/rabbitmq-c
git clone git://github.com/alanxz/rabbitmq-c.git

Download RabbitMQ protocol code-generation and machine-readable specification from http://hg.rabbitmq.com/rabbitmq-codegen/
hg clone  http://hg.rabbitmq.com/rabbitmq-codegen/

Compile and install librabbitmq
make install

cd amqpcpp 

edit the Makefile if it is need.
make 

for install copy the libamqpcpp.a to /usr/local/lib or other system library dir.

About

rabbitcpp is a C++ library for Message Queue Server RabbitMQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published