发布于 2017-04-24 07:32:56 | 203 次阅读 | 评论: 0 | 来源: 网友投递
Spring Integration Spring消息通信
Spring Integration能在基于Spring的应用中进行简单的消息通信,并通过简单的适配器与外部系统集成。这些适配器提供了一个更高级别的抽象,超越 了Spring对远程调用、消息和调度的支持。其主要目标是在保持关注点分离的同时,为构建企业集成解决方案提供一个简单的模型,该模型对产出可维护、可 测试的代码来说是必不可少的。
Spring Integration 4.3.9 发布了。
更新内容如下:
Bug
[INT-4238] - MQTT Doesn't Detect a Subscription Error
[INT-4239] - SocketSupportTests testNioClientAndServerSSLDifferentContexts fails intermittently
[INT-4243] - org.springframework.integration.sftp.session.SftpSessionFactoryTests testDefaultUserInfoTrue fails intermittently
[INT-4246] - LockRegistryLeaderInitiator does not revoke leadership when leading instance is unable to acquire lock
[INT-4250] - Rate Statistics Mean Does Not Decay with Time via getStatistics()
[INT-4254] - LockRegistryLeaderInitiator can raise exception on release not received lock
Refactoring
[INT-2625] - Make refactoring for 'JdbcMessageStore#afterPropertiesSet()'
下载地址: