Is there a AMQP implementation that has stable C++ Client library
Apache Qpid has a stable C++ client library -- see qpid.apache.org.
RabbitMQ:
https://github.com/alanxz/SimpleAmqpClient
https://github.com/akalend/amqpcpp
Apache Qpid:
https://qpid.apache.org/apis/0.16/cpp/html/
Reviews on Message Brokers
(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
精彩评论