This question already has an answer here:
- AMQP C++ implementation 5 answers
Is there a AMQP implementation that has stable C++ Client library
This question already has an answer here:
Is there a AMQP implementation that has stable C++ Client library
Apache Qpid has a stable C++ client library -- see qpid.apache.org.
https://github.com/alanxz/SimpleAmqpClient
https://github.com/akalend/amqpcpp
https://qpid.apache.org/apis/0.16/cpp/html/
(RabbitMQ and Apache Qpid came out on top for their uses) http://wiki.secondlife.com/wiki/Message_Queue_Evaluation_Notes#RabbitMQ
See Apache Active MQ Cpp for one example
There is a C client for RabbitMQ and a C++ interface for it is being discussed on the mailing list right now.
http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2010-March/006547.html
Cheers
alexis