发布于 2015-08-15 00:31:57 | 230 次阅读 | 评论: 0 | 来源: 网友投递
Spring AMQP 消息解决方案
Spring AMQP 是基于 Spring 框架的 AMQP 消息解决方案,提供模板化的发送和接收消息的抽象层,提供基于消息驱动的 POJO。同时有 Java 和 .NET 的版本。
Spring AMQP 1.5.0 RC 发布,此版本包括一些新特性和改进:
增强 HA Queue 支持
RabbitTemplate Blocking Receive
SendAndReceive Operations (returns)
MessageListenerAdapter
之前里程碑版本更新的新特性:
Class-level @RabbitListener
Auto-Declare Queues and Bindings for @RabbitListener
Configurable Exchange/Routing Key for Replies
RabbitManagementTemplate REST abstraction
完整改进请看 JIRA release notes 或者 “what’s new” section in the reference manual。
更多改进内容请看发行说明。
Spring AMQP 是基于 Spring 框架的 AMQP 消息解决方案,提供模板化的发送和接收消息的抽象层,提供基于消息驱动的 POJO。同时有 Java 和 .NET 的版本。