AMQP C++ implementation

前端 未结 6 643
天涯浪人
天涯浪人 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条回答
  •  梦毁少年i
    2021-01-04 20:06

    AMQP C++ wrapper https://github.com/akalend/amqpcpp on librabbit: https://github.com/alanxz/rabbitmq-c

提交回复
热议问题