欢迎加入运维网交流群:263444886>>> »
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 MessageStores now support a Lazy-Load algorithm (enabled by default) for MessageGroupretrieval. When dealing with large, persisted, groups with operations such as aggregation, this produces significant performance benefits.