AMQP C ++实现 [英] AMQP C++ implementation

查看:255
本文介绍了AMQP C ++实现的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在编写需要消息传递的C ++代码。是否有一个自由/开源和稳定的AMQP服务器可用,具有同样稳定的C ++客户端库。我们还需要向用户提供我们的代码的Python接口(想法是在C ++中做最大的东西,并在Python中公开API)。

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 to provide Python interface of our code to users (idea is to do maximum stuff in C++ and expose the API in Python).

推荐答案

要参考,请参阅 Apache Qpid - 它有一个C ++客户端库,非常好。您的使用情况的问题是,Rabbit实现AMQP 0-8和Qpid C ++客户端谈AMQP 0-10。

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.

这篇关于AMQP C ++实现的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆