发布于 2016-09-20 00:17:23 | 156 次阅读 | 评论: 0 | 来源: 网友投递
Spring Integration Spring消息通信
Spring Integration能在基于Spring的应用中进行简单的消息通信,并通过简单的适配器与外部系统集成。这些适配器提供了一个更高级别的抽象,超越 了Spring对远程调用、消息和调度的支持。其主要目标是在保持关注点分离的同时,为构建企业集成解决方案提供一个简单的模型,该模型对产出可维护、可 测试的代码来说是必不可少的。
Spring Integration 4.3.2 发布了。
该版本修复了大量bug和性能提升,建议升级使用。
值得关注的更新:
It is a foundation for upcoming Spring Boot 1.4.1;
The RmiOutboundGateway
now can be supplied with RmiProxyFactoryBeanConfigurer
to get access to underlying RmiProxyFactoryBean
for customization, e.g.ContextPropagatingRemoteInvocationFactory
;
Added TcpConnectionFailedEvent
- An event emitted when a connection could not be established for some reason;
The spring.integration.readOnly.headers
global integration property to let to exclude some headers from replying, e.g. undesired or incompatible contentType
, populated by some transformers by default.
点此查看完整更新内容
发布主页:
下载地址: