发布于 2017-01-21 00:28:50 | 140 次阅读 | 评论: 0 | 来源: 网友投递
Apache Qpid 消息中间件
Qpid 是 Apache 开发的一款面向对象的消息中间件,它是一个 AMQP 的实现,可以和其他符合 AMQP 协议的系统进行通信。Qpid 提供了 C++/Python/Java/C# 等主流编程语言的客户端库,安装使用非常方便。相对于其他的 AMQP 实现,Qpid 社区十分活跃,有望成为标准 AMQP 中间件产品。除了符合 AMQP 基本要求之外,Qpid 提供了很多额外的 HA 特性,非常适于集群环境下的消息通信。
Apache Qpid JMS 0.20.0 发布了。
新特性
QPIDJMS-207 - Implement the JMS 2.0 API
QPIDJMS-215 - Eliminate the need to copy messages on MessageProducer send
QPIDJMS-216 - Don't encode a Header for Messages that don't require one
Bug 修复
QPIDJMS-208 - Can't set custom deserialization policy on ConnectionFactory
QPIDJMS-209 - Failover Transport can hold completion of operations that it doesn't need to when the connection fails
QPIDJMS-218 - ConcurrentModificationException during remote closure of session with multiple producers or consumers
Task
QPIDJMS-225 - Add additional testing for not yet covered code paths and use cases
QPIDJMS-233 - Update test dependency to ActiveMQ 5.14.2
QPIDJMS-246 - Update to latest Netty 4.1.6 release and fix usages deprecated netty methods
完整版更新内容,请点击此处查看。
下载地址: