发布于 2016-12-01 01:26:09 | 145 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Spring AMQP 消息解决方案

Spring AMQP 是基于 Spring 框架的 AMQP 消息解决方案,提供模板化的发送和接收消息的抽象层,提供基于消息驱动的 POJO。同时有 Java 和 .NET 的版本。


Spring AMQP 2.0 Milestone 1 发布了。

主要更新内容:

  • The framework is now fully Java 8 based; several functional interfaces are provided for convenient Lambda implementations (callbacks, ReplyingMessageListener etc). Java 8 is now a requirement.

  • The framework uses the new 4.0 amqp-client library.

  • A new DirectMessageListenerContainer is now available alongside the existingSimpleMessageListenerContainer. The new container actually has a simpler architecture and the listener is called directly on the amqp-client thread (hence the name Direct…). See Choosing a Container to help you decide which container is appropriate for your application.

  • A subclass - DirectReplyToMessageLisenerContainer - is also provided, specifically for using the RabbitMQ Direct ReplyTo feature for request/reply messaging. This is now used by the RabbitTemplate (by default) rather than creating a consumer per request/reply as was the case previously. Consumers are cached for reuse.

  • The AsyncRabbitTemplate now supports direct replyTo, utilizing the new container; previously the async template did not support direct replyTo.

  • @RabbitListener annotations can now be configured with an error handler and the ability to send exceptions to the sender when request/reply messaging is being used.

  • Connection and channel listeners now receive shutdown signals.

  • You can now assign names to connections created by Spring AMQP - the name appears on the RabbitMQ Admin UI.

  • Limited stateful retry (1 redelivery attempt) is now available (when an inbound message does not have a message id) without the need to configure aMissingMessageIdAdvice which has now been removed from the framework. Spring Retry 1.2 is required to support this feature.

  • The log4j appender is no longer provided due to the EOL of log4j (the log4j2 and logback appenders remain available).

下载地址:



历史版本 :
Spring AMQP 1.7.5 和 2.0.1 发布
Spring AMQP 2.0.0 正式版发布
Spring AMQP 1.7.4 发布,AMQP 消息解决方案
Spring AMQP 1.5.7 和 1.6.11 发布
Spring AMQP 2.0.0.M5 发布,AMQP 消息解决方案
Spring AMQP 1.6.10 和 1.7.3 发布
Spring AMQP 2.0.0 Milestone 4 发布
Spring AMQP 2.0.0 Milestone 3 发布
Spring AMQP 1.6.8 和 1.7.1 发布
Spring AMQP 1.7.0 和 1.6.7 发布
Spring AMQP 2.0.0.M2 发布
Spring AMQP 1.7 RC1 发布
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务