AMQP C++ implementation

前端 未结 6 647
天涯浪人
天涯浪人 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 19:59

    For future reference, take a look at Apache Qpid - it has a C++ client library and is very good. The problem for your use-case is that Rabbit implements AMQP 0-8 and the Qpid C++ client talks AMQP 0-10.

提交回复
热议问题