Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

c++

amqp

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

like image 309
Hacker_PK Avatar asked Feb 14 '10 14:02

Hacker_PK


2 Answers

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

like image 187
Dave Avatar answered Nov 05 '22 20:11

Dave


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

like image 21
Homer6 Avatar answered Nov 05 '22 20:11

Homer6