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

查看:52
本文介绍了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).

实现这一目标的最佳方法是什么.

What can be best way to achieve this.

推荐答案

为了将来参考,请查看 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天全站免登陆