AMQP C++ implementation

前端 未结 6 642
天涯浪人
天涯浪人 2021-01-04 19:32

We are writing C++ code which needs messaging. Is there a free/open-source and stable AMQP server available that has equally stable C++ client library with it. We also need

6条回答
  •  一向
    一向 (楼主)
    2021-01-04 20:09

    For RabbitMQ, the following library is more feature rich with good documentation: https://github.com/CopernicaMarketingSoftware/AMQP-CPP

提交回复
热议问题