Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akalend/amqpcpp
rabbitcpp is a C++ library for Message Queue Server RabbitMQ
https://github.com/akalend/amqpcpp
Last synced: about 13 hours ago
JSON representation
rabbitcpp is a C++ library for Message Queue Server RabbitMQ
- Host: GitHub
- URL: https://github.com/akalend/amqpcpp
- Owner: akalend
- License: mit
- Created: 2010-05-13T22:06:13.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T14:56:15.000Z (7 months ago)
- Last Synced: 2024-07-31T22:53:23.900Z (3 months ago)
- Language: C++
- Homepage:
- Size: 93.8 KB
- Stars: 223
- Watchers: 34
- Forks: 142
- Open Issues: 48
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- Authors: AUTHORS
Awesome Lists containing this project
README
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.gitDownload 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 installcd amqpcpp
edit the Makefile if it is need.
makefor install copy the libamqpcpp.a to /usr/local/lib or other system library dir.