发布于 2016-07-16 00:48:40 | 48 次阅读 | 评论: 0 | 来源: 网友投递
Apache Qpid 消息中间件
Qpid 是 Apache 开发的一款面向对象的消息中间件,它是一个 AMQP 的实现,可以和其他符合 AMQP 协议的系统进行通信。Qpid 提供了 C++/Python/Java/C# 等主流编程语言的客户端库,安装使用非常方便。相对于其他的 AMQP 实现,Qpid 社区十分活跃,有望成为标准 AMQP 中间件产品。除了符合 AMQP 基本要求之外,Qpid 提供了很多额外的 HA 特性,非常适于集群环境下的消息通信。
Apache Qpid Proton 0.13.1 发布了,
其中C++版本的服务器端具备高性能/低消耗以及RDMA支持,可运行于Windows/Linux和Solaris平台;而Java版本的服务器则支持JMS,以及各种平台。
增强:
PROTON-1248 - There is no way to query the state of deliveries or trackers
Bugs 修复:
PROTON-1233 - Windows schannel: match OpenSSL and require non-null hostname for PN_SSL_VERIFY_PEER_NAME
PROTON-1235 - C Reactor: connection fails if hostname with no port is used for transport address
PROTON-1236 - Reactor - segfault if connection address cannot be resolved
PROTON-1247 - Link errors when using proton::delivery::accept(), ...::reject() etc.
PROTON-1249 - proton-j: unsafe type initialisations
下载地址:http://qpid.apache.org/download.html