| In the environment of data integration, the data source and integrated client-side are often independent of each other, and distributed in the local area network or the Internet environment. The interaction between the command and data transmission are dependent on the data integration system in the communication platform, therefore, whether the communication platform is reliable and efficient will directly affect the accuracy and efficiency of data integration.The original communication system in data integration system not only supported the basic means of communication Socket, but also introduced a Java Message Service (JMS) point-to-point communication model to achieve in incremental file transfer, to enhance its reliability. While JMS means of communication in most cases be able to complete the reliable transmission. However, because JMS communication relies on JMS server, there are still some shortcomings to be modified.As the data integration environment is often cross-region, cross-organization, the data transmission performance and security requirements are higher, it is necessary to let communication platform be flexible configured to adapt to such complex and ever-changing network environment.This paper works on the following items:1. Adjust the original communication system, expand its functions, and provide a good interface, so that users can configure different means of communication (such as Socket, JMS, etc.) through the flexible communication platform, and the platform will possess a high level of scalability2.Modify communication system of JMS ,and improve the reliability of the communication platform.3. Research on new communication plan to support the special (such as security restrictions) data integration environment.4. According to the requirements of a project, apply the new communication platform to actual application of the integrator environment. |