发布于 2016-07-03 00:49:48 | 165 次阅读 | 评论: 0 | 来源: 网友投递
Apache Qpid 消息中间件
Qpid 是 Apache 开发的一款面向对象的消息中间件,它是一个 AMQP 的实现,可以和其他符合 AMQP 协议的系统进行通信。Qpid 提供了 C++/Python/Java/C# 等主流编程语言的客户端库,安装使用非常方便。相对于其他的 AMQP 实现,Qpid 社区十分活跃,有望成为标准 AMQP 中间件产品。除了符合 AMQP 基本要求之外,Qpid 提供了很多额外的 HA 特性,非常适于集群环境下的消息通信。
Apache Qpid JMS 0.10.0 发布了
QPIDJMS-131 - Provide for finer grained control over sending of messages as presettled.
QPIDJMS-173 - Provide for finer grained control over automatic presettling of received messages
QPIDJMS-175 - Add support for a timeout value for drain requests.
QPIDJMS-176 - Cleanup creation of the anonymous fallback producer when remote does not support anonymous relay.
QPIDJMS-177 - Make the policy objects used in the client more extensable and give more control over their controlled behaviors
QPIDJMS-185 - update to Proton 0.13.0
QPIDJMS-188 - [CVE-2016-4974] allow whitelisting trusted content for deserialization from ObjectMessage
QPIDJMS-172 - Potential NPE in Failover error handling
QPIDJMS-178 - ObjectMessage does not always snapshot the store value
QPIDJMS-179 - The internal ID generator is appending an extra ':' value to ID prefixes
QPIDJMS-182 - TransportOptions and TransportSslOptions clone methods are incomplete
QPIDJMS-184 - JMS Selector parsing will not fail if a valid selector is followed by invalid text
QPIDJMS-171 - Remove configuration options that were deprecated in 0.7.0
QPIDJMS-174 - Update ActiveMQ dependency to 5.13.3
下载地址:http://qpid.apache.org/download.html