发布于 2016-04-13 00:26:09 | 83 次阅读 | 评论: 0 | 来源: 网友投递
Apache Qpid 消息中间件
Qpid 是 Apache 开发的一款面向对象的消息中间件,它是一个 AMQP 的实现,可以和其他符合 AMQP 协议的系统进行通信。Qpid 提供了 C++/Python/Java/C# 等主流编程语言的客户端库,安装使用非常方便。相对于其他的 AMQP 实现,Qpid 社区十分活跃,有望成为标准 AMQP 中间件产品。除了符合 AMQP 基本要求之外,Qpid 提供了很多额外的 HA 特性,非常适于集群环境下的消息通信。
Apache Qpid JMS 0.9.0 发布了,
改进日志:
新特性:
QPIDJMS-150 - Scram SHA SASL support for authentication
QPIDJMS-151 - Update build settings to depend only on specific netty modules needed
QPIDJMS-152 - Reduce log noise from QueueBrowser on failed close of internal consumer
QPIDJMS-156 - Improve the logs output for some JMS resources
QPIDJMS-157 - Add support for send timeout and request timeout options
QPIDJMS-159 - support producers having their existing credit drained
QPIDJMS-161 - Update Proton to v0.12.1
QPIDJMS-162 - Update ActiveMQ dependency to 5.13.2
QPIDJMS-163 - support populating the user-id field on produced messages
QPIDJMS-166 - Revisit some of the TODOs in the code around error messages and exception types.
QPIDJMS-168 - Fix various issues reported by FindBugs
QPIDJMS-170 - Simplify the dispatching logic in the connection
Bugs 修复:
QPIDJMS-154 - Failover mechanism does not handle connection URLs in a predictable way
QPIDJMS-160 - The single non-daemon thread for the connection needs to be started on create.
QPIDJMS-169 - SASL Plain Mechanism should be enforcing UTF-8 encoding
规划:
QPIDJMS-158 - Update slf4j to latest release v1.7.21
QPIDJMS-165 - document behaviour around TLS SNI
下载地址:http://qpid.apache.org/download.html