Spring Integration能在基于Spring的应用中进行简单的消息通信,并通过简单的适配器与外部系统集成。这些适配器提供了一个更高级别的抽象,超越 了Spring对远程调用、消息和调度的支持。其主要目标是在保持关注点分离的同时,为构建企业集成解决方案提供一个简单的模型,该模型对产出可维护、可 测试的代码来说是必不可少的。
该版本主要的亮点包括:
- Spring EL support for endpoints (router, filter, transformer, etc)
- Spring EL support for Messaging Mappers including a parameter-level @MessageMapping annotation
- AOP-based MessagePublishingInterceptor including a method-level @Publisher annotation (using SpEL also)
- JMS-backed Message Channels as drop-in replacements for any channel elements
- and more (see the Release Notes for the full list)
下载地址:
暂无更多评论