abbitcpp 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). INSTALLING ========== Download RabbitMQ-C client library from https://github.com/alanxz/rabbitmq-c git clone git://github.com/alanxz/rabbitmq-c.git Compile and install librabbitmq make install cd amqpcpp `autoconf` - > `./configure` -> `make` -> `make install`