Spring AMQP 1.7.4 发布了,Spring AMQP 是基于 Spring 框架的 AMQP 消息解决方案,提供模板化的发送和接收消息的抽象层,提供基于消息驱动的 POJO。
更新内容:
Bug
Semaphore permit leak leads to “No available channels” exception
Allow Connection Use Until destroy() After Context Close
Message.toString() Deserializes Java Without a White List
Defect
Jackson ClassMapper implementations are vulnerable for the CVE-2017-4995
Shutdown application in Publisher Confirms mode ShutdownSignalException(reply-code=200) is thrown
Improvement
Force Close the Channel if the Consumer Doesn't Terminate
Add an option to treat PossibleAuthenticationFailureException as non-fatal
Expose AbstractRabbitListenerContainerFactory's adviceChain using a getter
Support for no-local consumers
Expose queue size hook
LogAppenders - Add Thread Name Header
下载地址:
http://projects.spring.io/spring-amqp/
来自:开源中国社区

