发布于 2016-05-06 23:49:19 | 119 次阅读 | 评论: 0 | 来源: 网友投递

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

Spring AMQP 消息解决方案

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


Spring AMQP 1.6 和 1.6.0.RC1 发布了,主要改进记录如下:

  • A new jar spring-rabbit-test containing a test harness to help with testing @RabbitListener methods; see the testing chapter.

  • Multiple @RabbitListener annotations on a method (when using Java 8) and the @RabbitListeners annotation (for pre-Java 8), each allowing the same method to be the listener method for multiple listener containers.

  • Full support for the Delayed Message Exchange RabbitMQ plugin.

  • An AsyncRabbitTemplate returning ListenableFuture<?> for request/reply messaging.

  • An option to publish ApplicationEvents when listener containers go idle.

  • The caching connection factory now exposes cache statistics

  • @RabbitListener methods now communicate type information to the message converter for inbound messages. This means, for example, the Jackson2JsonMessageConverter no longer needs a custom class mapper when a message without type information in the headers is received (e.g. from a sender that is not a Spring AMQP app). Instead, the @RabbitListener method parameter type is used in the conversion. In addition, the Method and bean are also made available via message properties to custom converters.



历史版本 :
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号  版权声明  广告服务