Is there a AMQP implementation that has stable C++

2019-04-30 14:57发布

问题:

This question already has an answer here:

  • AMQP C++ implementation 5 answers

Is there a AMQP implementation that has stable C++ Client library

回答1:

Apache Qpid has a stable C++ client library -- see qpid.apache.org.



回答2:

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



回答3:

See Apache Active MQ Cpp for one example



回答4:

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



标签: c++ amqp