Spring Integration v4.3.0.M2 发布了,Spring Integration能在基于Spring的应用中进行简单的消息通信,并通过简单的适配器与外部系统集成。这些适配器提供了一个更高级别的抽象,超越 了Spring对远程调用、消息和调度的支持。其主要目标是在保持关注点分离的同时,为构建企业集成解决方案提供一个简单的模型,该模型对产出可维护、可 测试的代码来说是必不可少的。
改进日志如下:
The XMPP Adapters now support
Extensions
(XEP). So, for example, you can more easily interact with Google Cloud Messaging (GCM):Persistent
MessageStore
s now support aLazy-Load
algorithm (enabled by default) forMessageGroup
retrieval. When dealing with large, persisted, groups with operations such as aggregation, this produces significant performance benefits.
查看发布说明,可以点击这里。
下载地址: