发布于 2017-03-12 00:27:25 | 122 次阅读 | 评论: 0 | 来源: 网友投递
Apache Qpid 消息中间件
Qpid 是 Apache 开发的一款面向对象的消息中间件,它是一个 AMQP 的实现,可以和其他符合 AMQP 协议的系统进行通信。Qpid 提供了 C++/Python/Java/C# 等主流编程语言的客户端库,安装使用非常方便。相对于其他的 AMQP 实现,Qpid 社区十分活跃,有望成为标准 AMQP 中间件产品。除了符合 AMQP 基本要求之外,Qpid 提供了很多额外的 HA 特性,非常适于集群环境下的消息通信。
Apache Qpid Proton-J 0.18.0 发布了,Apache Qpid Proton 是 AMQP 1.0 的消息库,高性能,轻量级,应用广泛。本次更新如下:
PROTON-1405 - Capability to use SSLContext provided by the application.
PROTON-1409 - expose the number of bytes currently available for the delivery
PROTON-1425 - Add copy constructor to Header and Properties
PROTON-1384 - the 'Data' utility incorrectly encodes str32 type length
PROTON-1393 - Memory leak with delayed / out-of-order settlement
PROTON-1426 - verify the SASL layer protocol header
PROTON-1427 - verify the SASL frame size
PROTON-1428 - remove invalid constructor deprecation markers