Apache Qpid JMS 0.24.0 已发布,Qpid JMS 是一个使用 Qpid Proton 协议引擎的 Java Message Service 客户端。支持基于 Apache Qpid Proton 协议引擎的高级消息队列协议 1.0(AMQP 1.0, ISO/IEC 19464, http://www.amqp.org),并实现了 AMQP JMS 映射在 OASIS 的发展。
本次更新内容如下:
新特性和改进
Add support for SASL GSSAPI Kerberos mechanism
Cleanup the Session handling of its executor thread tracking
Use a more fitting data structure for inbound message queue
Bug 修复
the WebSocket transport does not handle continuation frames
The SCRAM-SHA-* SASL mechanisms should verify the server final message if it is sent in the additional-data field of sasl-outcome
executor thread factories can retain closed connection objects due to implicit parent references
Possible thread leak on simultaneous local and remote connection close
Pooled Buffer leak possible on send when connection has dropped
an NPE can occur when trying to throw a JMSException to indicate the connection failed
Potential race on sasl authentication failures can throw wrong exception on connect
fix handling of tx declare rejection while creating a transacted Session
Tasks
update to proton-j 0.20.0
Update the ActiveMQ version used in tests to 5.15.0
Update Netty to latest 4.1.14.Final
下载地址:http://qpid.apache.org/download.html
来自:开源中国社区

