Spring AMQP 2.0.0.M5 发布了。Spring AMQP 是基于 Spring 框架的AMQP消息解决方案,提供模板化的发送和接收消息的抽象层,提供基于消息驱动的 POJO。
更新内容:
Log4j2        AmqpAppender
is now thread-safe;      
        DefaultMessagePropertiesConverter
now correctly passes arrays for the header values to the AMQP Client library;      
        Jackson2JsonMessageConverter
can now be configured for the        trustedPackages
to fix violation for        Jackson Serialization Gadgets
;      
        RabbitAdmin
operations can now be performed on the same AMQP channel as a unit of work via        RabbitTemplate.invoke()
;      
        PossibleAuthenticationFailureException
can now be treated as a non-fatal via particular option on the        AbstractMessageListenerContainer
;      
        RepublishMessageRecoverer
can now be configured for the        deliveryMode
for messages to republish.      
下载地址: