开发者

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

开发者 https://www.devze.com 2022-12-19 23:08 出处:网络
This question already h开发者_如何学Cas answers here: AMQP C++ implementation [closed] (5 answers)
This question already h开发者_如何学Cas answers here: AMQP C++ implementation [closed] (5 answers) Closed 7 years ago.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消