发布于 2015-09-10 23:31:27 | 154 次阅读 | 评论: 0 | 来源: 网友投递
Spring AMQP 消息解决方案
Spring AMQP 是基于 Spring 框架的 AMQP 消息解决方案,提供模板化的发送和接收消息的抽象层,提供基于消息驱动的 POJO。同时有 Java 和 .NET 的版本。
Spring AMQP 1.5.0 发布,此版本更新内容如下:
[AMQP-532] - ConcurrentModificationException in PublisherCallbackChannelImpl
[AMQP-527] - The org.springframework.amqp.core.Address should implement equals() and hashCode()
[AMQP-528] - listener-container ID removed, makes configuration of container less convenient
[AMQP-533] - @RabbitListener - defining queues from properties
[AMQP-525] - Blocking Option for RabbitTemplate.receiveAndReply() Methods
[AMQP-524] - Extract Interface from CachingConnectionFactory
[AMQP-530] - Update to SF 4.2.1
[AMQP-534] - Fix New Package Tangle
更多内容请看这里:https://github.com/spring-projects/spring-amqp/releases
Spring AMQP 是基于 Spring 框架的 AMQP 消息解决方案,提供模板化的发送和接收消息的抽象层,提供基于消息驱动的 POJO。同时有 Java 和 .NET 的版本。