发布于 2017-07-25 03:32:16 | 203 次阅读 | 评论: 0 | 来源: 网友投递
Spring AMQP 消息解决方案
Spring AMQP 是基于 Spring 框架的 AMQP 消息解决方案,提供模板化的发送和接收消息的抽象层,提供基于消息驱动的 POJO。同时有 Java 和 .NET 的版本。
Spring AMQP 2.0.0.M5 发布了。
更新内容:
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.
下载地址: