CN110636127A - Communication processing method and system between information data - Google Patents

Communication processing method and system between information data Download PDF

Info

Publication number
CN110636127A
CN110636127A CN201910893638.5A CN201910893638A CN110636127A CN 110636127 A CN110636127 A CN 110636127A CN 201910893638 A CN201910893638 A CN 201910893638A CN 110636127 A CN110636127 A CN 110636127A
Authority
CN
China
Prior art keywords
adapter
information
data
application system
information data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201910893638.5A
Other languages
Chinese (zh)
Other versions
CN110636127B (en
Inventor
樊劲松
孙绍利
厉萍
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Datang Converged Communications Ltd By Share Ltd
Original Assignee
Datang Converged Communications Ltd By Share Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Datang Converged Communications Ltd By Share Ltd filed Critical Datang Converged Communications Ltd By Share Ltd
Priority to CN201910893638.5A priority Critical patent/CN110636127B/en
Publication of CN110636127A publication Critical patent/CN110636127A/en
Application granted granted Critical
Publication of CN110636127B publication Critical patent/CN110636127B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content

Abstract

The invention relates to the technical field of software informatization, in particular to a communication processing method among various information data; the method comprises the following steps: creating an adapter for each information data application system; each information data application system comprises a requester application system and a provider application system; the application system adapter of the requester converts the received request data information into bus format data and then sends the bus format data; adding the bus format data information into a transaction table and routing to a provider application system adapter; converting the bus format data into a format required by a provider application system; and converting the operation completion information returned by the provider application system into bus format data and then sending the bus format data to the requester application system adapter. The embodiment of the invention provides a method for realizing information data interaction between information data application systems by establishing an adapter for each information data application system, wherein the adapter is connected to a bus to realize information data interaction between the information data application systems, reduce interfaces, reduce interface development cost and improve the execution efficiency of enterprise information systems.

Description

Communication processing method and system between information data
Technical Field
The invention relates to the technical field of software informatization, in particular to a method and a system for processing communication among various information data.
Background
For the enterprise informatization process, a large number of single data application systems can be used in each link of sales, research and development, production, after-sale service, management and the like, and the problem that how to connect the information data application systems in each link in series to form an effective business process is the most difficult problem to solve at present.
Factors influencing enterprise information integration are many, such as differences of information application development languages, differences of popular interface specifications during development of information application systems, different problems solved by the information application systems, and the like. In the current enterprise, the information data application system divided according to its business scope roughly has: ERP (enterprise resource planning management system), OA (office automation system), CMS (content management system), CRM (customer relationship management system), PLM (product lifecycle management system), MES (manufacturing process execution management system), SCM (supply chain management system), and the like. The traditional mode can solve the problem of series connection in a point-to-point mode, namely what interface is needed, two interfaces are simultaneously developed in a demander information data application system and a provider information data application system, and data are transmitted through the interfaces.
The prior art has the following defects:
1. the number of the interfaces is large, two interfaces can be generated when every two systems are in butt joint, the number of the interfaces can be exponentially increased along with the expansion of the information service, and the development cost of the interfaces is high.
2. The problem of series connection among various information data application systems under the point-to-multi mode can not be solved, and the information circulation speed and the circulation efficiency are low;
3. along with the expansion of the information-based service, the number of interfaces will rise exponentially; the interfaces are independently developed, the ability of upgrading the unified planning interface is lacked, the unified specification and standard are lacked, and the interface is deeply embedded into each information data application system, so that the future business expansion is greatly influenced
4. The integrity and consistency of the information data are difficult to ensure, and the rollback of the transaction is difficult to realize by serial calling between the information data application systems.
Disclosure of Invention
The invention provides a method and a system for processing communication among information data to overcome the defects of the prior art, which reduces the development of the number of interfaces and the development cost of the interfaces; the problem of series connection among various information data application systems can be quickly solved, and the execution efficiency of an enterprise information system is improved.
In one aspect, an embodiment of the present invention provides a method for processing communication between information data, including the following steps:
s1, creating adapters for the information data application systems; each information data application system comprises a requester application system and a provider application system;
s2, the application system adapter of the request side converts the received request data information into bus format data and sends the data;
s3, adding the bus format data information into the transaction table and routing to the adapter providing the application system;
s4, converting the received bus format data into a format required by a provider application system; converting the operation completion information returned by the provider application system into bus format data and then sending the bus format data;
s5, the received operation completion information is sent to the application system adapter of the request party after being routed to the transaction table for confirmation; the operation completion information comprises operation success information or a transaction rollback request.
In another aspect, an embodiment of the present invention provides a system for processing communication between information data, including:
the system interface adaptation module is used for creating an adapter for each information data application system; each information data application system comprises a requester application system and a provider application system; the adapter converts the information data into a bus format and converts the bus format information data into a corresponding application system format; the information data comprises request data information sent by a requester application system and operation completion information sent by a provider application system;
the information control bus module is used for finishing data interaction of information data among the information data application systems; the transaction management adds the received call request data information into a transaction table, and the routing sends the call request data information to a provider application system adapter; the route throws the received operation completion information to transaction management, the transaction management sends the operation completion information to the application system adapter of the requester, and the operation completion information comprises operation success information or a transaction rollback request.
The embodiment of the invention provides a method and a system for processing communication among various information data; the adapter is established for each information data application system, and the adapter calls the interface to be connected to the information bus to realize the data interaction of single-point, multi-point and broadcast communication modes of information among the information data application systems, so that the development quantity of the interface is reduced, and the development cost of the interface is reduced; the problem of series connection among various information data application systems can be quickly solved, and the execution efficiency of an enterprise information system is improved.
Drawings
In order to more clearly illustrate the technical solution of the present invention, the drawings needed to be used in the technical description of the present invention will be briefly introduced below, and it is apparent that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive labor.
Fig. 1 is a schematic flow chart of a single point communication mode of a communication processing method between information data according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a multi-point communication mode flow of a communication processing method between information data according to an embodiment of the present invention;
FIG. 3 is a flow chart illustrating a broadcast mode of a communication processing method between information data according to an embodiment of the present invention;
FIG. 4 is a schematic diagram illustrating a flow of creating an adapter according to a communication processing method between information data according to an embodiment of the present invention;
FIG. 5 is a diagram illustrating an adapter adding interface according to a communication processing method for information data according to an embodiment of the present invention;
FIG. 6 is an adapter model interface of a communication processing method between various information data according to an embodiment of the present invention;
FIG. 7 is a schematic diagram of a basic architecture of an adapter according to a communication processing method for information data according to an embodiment of the present invention;
FIG. 8 is a block diagram of a system for processing communication between information data according to an embodiment of the present invention;
reference numerals:
the system interface adaptation module 1 controls the bus module 2 by information.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a schematic flow chart of a single point communication mode of a communication processing method between information data according to an embodiment of the present invention; as shown in fig. 1, the method comprises the following steps:
s1, creating adapters for the information data application systems; each information data application system comprises a requester application system and a provider application system;
s2, the application system adapter of the request side converts the received request data information into bus format data and sends the data;
s3, adding the bus format data information into the transaction table and routing to the adapter providing the application system;
s4, converting the received bus format data into a format required by a provider application system; converting the operation completion information returned by the provider application system into bus format data and then sending the bus format data;
s5, the received operation completion information is sent to the application system adapter of the request party after being routed to the transaction table for confirmation; the operation completion information comprises operation success information or a transaction rollback request.
Specifically, the adapter is a transfer component between the information data application system and the bus, and is provided with a plurality of communication modes upwards because more data information application systems need to be compatible upwards, and the communication modes downwards and the bus are determined; the current information data application systems in enterprises mainly use relational databases such as mysql, SQL Server, Oracle and the like, the adapter performs drive adaptation aiming at the mainstream relational databases, the adapter is also well compatible with non-relational databases such as mongodb, Hbase, Cassandra, SQLite and the like, and the adapter has the capabilities of dynamically connecting data sources, dynamically specifying collection fields and dynamically specifying business relations by performing drive level compatibility on the databases. For different information data application systems, the data protocols are not the same, and xml, jsonp, yaml and the like are common, and a plurality of analyzers are arranged in the adapter to analyze and convert the formats into json formats, so that the formats can be screened and obtained by a bus; the adapter refers to multiple protocol compatibility through jna, and realizes the interface monitoring capability for the heterogeneous system, if the system does not open a database for the adapter to link, the heterogeneous system can be configured in real time through the open API, the port information is monitored, and the monitored service level is set by the user. Based on the capability, the information generated by the adapter to each information data application system can be monitored timely and effectively, the monitoring can be set to be in various modes such as passive mode, active mode and timing mode, and the monitoring is set to be fine for the accessed system.
The bus is a main channel for information data circulation and has the functions of information flow modeling, discovery/verification, conversion and service calling; the bus will produce the service registration table after starting, the adapter registers its own information on the bus while starting, the table includes all service information registered to the service registration center; after the service registration list information is acquired, the application system of the requester knows the IP address of the application system of the service provider, and data interaction can be carried out through remote scheduling such as HTTP, FTP, MQTT and the like; specifically, the flexible multi-form interface calling tool of the adapter can dynamically monitor information data changes from each heterogeneous application system, convert the monitored request information data and send the converted request information data to a transaction table of bus transaction management, and then route the bus format data to the corresponding provider application system adapter, or receive and convert the data from the corresponding requester application system and adapt to other accessed provider application systems.
For example, the requestor application is system a, the provider application is system B; respectively creating an adapter A and an adapter B corresponding to the system A and the system B; the adapter A receives request information data of the system A, converts the format of the request information data into bus specified format data, calls an interface to send the interface to a transaction table of bus transaction management, and routes the bus format data to the adapter B after the bus format data is verified; the adapter B converts the bus format data into protocol format data which can be identified by the system B, and requests the system B to complete operation processing on the converted data; the system B returns operation completion information according to the original path; if the system B fails to complete the operation, returning error information through the original path; specifically, the adapter B sends a request for rollback transaction to the adapter a after converting and routing the error information to a transaction table of transaction management for verification; if the system B completes the operation successfully, the correct information is returned, the adapter B sends a request for completing the execution of the transaction to the adapter A after converting the correct data and routing the correct data to a transaction table of the transaction management for verification, and the adapter A returns the information that the system A calls the execution successfully.
The embodiment of the invention provides a communication processing method among various information data; the adapter is established for each information data application system, and the adapter calls the interface to be connected to the information bus to realize information data interaction among the information data application systems, so that the interface development times are reduced, and the interface development cost is reduced; the problem of series connection among various information data application systems can be quickly solved, and the execution efficiency of an enterprise information system is improved.
Further, fig. 2 is a schematic flow chart of a multicast mode of a communication processing method between various information data according to an embodiment of the present invention; as shown in fig. 2, in step S1, the provider application adapters correspond to the provider application one-to-one; the number of provider applications is several. Specifically, compared with the single-point communication mode in the above embodiment, the transaction management of the multi-point communication needs to wait for all the called systems to return operation success information, or for some system to return error rollback information; for example, B, C the system returns correct calls within normal time, system A will complete the operation request; if one of the systems B or C returns an error message, the transaction management immediately sends a transaction rollback request to the adapter A, and the system A and one of the systems rollback the executed operation.
FIG. 3 is a flow chart illustrating a broadcast mode of a communication processing method between information data according to an embodiment of the present invention; as shown in fig. 3, the broadcast mode is also a multicast mode, but the broadcast does not require to ensure that data must be sent or even service execution is completed due to the nature of data transmission. Therefore, the work flow is as follows: the system A initiates and calls request information data, and the adapter A directly throws the request information data to a route after converting the request information data format into a bus data format; the route forwards the bus format data to all the provider application system adapters, such as adapter B, adapter C and adapter D; the adapter B, the adapter C and the adapter D convert the bus format data into the format of the corresponding system, and execute the completion operation and return the execution result through the bus without display.
Further, fig. 4 is a schematic diagram illustrating a flow of creating an adapter according to a communication processing method between various information data according to an embodiment of the present invention; FIG. 5 is a diagram illustrating an adapter adding interface according to a communication processing method for information data according to an embodiment of the present invention; FIG. 6 is an adapter model interface of a communication processing method between various information data according to an embodiment of the present invention; as shown in fig. 4, the creation of the adapter includes:
s11, setting database attributes of the information data application system requester and provider and other system project names to be connected respectively;
s12, establishing the adapter model; selecting required fields and notes for editing the fields to configure the model of the adapter, and generating an adapter model table;
s13, establishing monitoring of the adapter; inquiring the adapter model table through a timing task, and adding the generated queue name into a queue monitoring manager in real time to monitor the data change of the adapter in real time;
s14, setting a monitoring processing class for the queue monitoring manager; when the data monitored by the adapter has change operation, the newly added data can be obtained in the created monitoring processing class.
Specifically, for example, as shown in fig. 5, a requester application system CRM and a provider application system ERP adapter are created, and system CRM, system ERP database attributes, and other system project names to be connected are respectively set; as shown in fig. 6, an adapter model is established, a required field and remarks for editing the field are selected to configure the adapter model, an independent channel is generated in a bus after an adapter model table is clicked to generate, a Name represents a channel Name, and a corresponding adapter can send information data to the bus through the channel; inquiring an adapter model table through a timing task, adding the generated queue name into a queue monitoring manager in real time to monitor data change of the adapter in real time, and when data has change operation, acquiring newly added data in the created monitoring processing class; when the system CRM initiates a call request for changing customer information, the previously created queue monitoring manager monitors the data change operation of the system CRM adapter and acquires newly added data in the created monitoring class. Then, inserting the monitored CRM newly added data into an ERP system and generating a log by acquiring the connected project ERP, acquiring adapter information configured by the ERP and connecting the adapter information to a database; opening a system ERP to check the newly added information, and checking that the newly added information in the CRM system appears in customer management in the ERP; meanwhile, generated logs such as service capability and interface condition of the bus can be checked on the bus, so that the bus can conveniently conduct centralized supervision on communication information.
Further, fig. 7 is a schematic diagram of a basic architecture of an adapter of a communication processing method between various information data according to an embodiment of the present invention; as shown in fig. 7, the adapter performs validity and integrity check on the internal and external information data; temporarily storing the verified information data; the adapter relies on the network environment, the collected data is in the form of http or tcp or udp, and due to the conditions of instability, delay and the like of the network, the data is necessary attribute of the adapter to be stored and sent; the intercepted data can be retained after verification, and when the data receiving processing of the bus side or the local side is finished, the data retained by the adapter can be cleared, so that the data consistency is ensured; the adapter monitors not only internal information data of the access system, but also information transmitted from the outside; and the other end of the bus can receive data sent by other systems by the adapter, and determines whether to log in or not after the data is intercepted and checked by the adapter.
By converting the data, the multi-protocol is compatible, the adapter can check the data before sending, and the integrity and the legality of the data are confirmed and then the data can be sent by the adapter. Meanwhile, when information transmitted by other external systems is received, the legality and integrity of the information can be verified, and the authenticity and the validity of the data are guaranteed; it should be noted that all the data monitored by the adapter are not required to be uploaded, and the capability range of the adapter is limited to prevent the uploading of useless information and prevent the outflow of data;
further, step S3 includes verifying the information and lease of the adapter in the service registry; and controlling the access permission of the adapter calling interface, the access frequency and the total amount of the interface. Specifically, the bus verifies the lease of all accessed adapters, and whether the lease meets the access condition or not; the method specifically comprises the following steps:
receiving heartbeat information sent by the adapter at regular time for continuous lease, wherein the adapter cannot be accessed for a long time and is removed from the service registry; the adapter sends heartbeat information to the bus every 30 seconds for continuous lease, and if the bus finds that a certain adapter cannot be accessed for a long time (the default time is 90 seconds), the adapter is removed from the service registry; the adapter is not relegated in the specified relegation period, and the adapter is forced to be offline; removing the adapter from the service registry after the receiving adapter sends the offline request, and completing active offline; sending a forced offline request to an adapter, wherein the adapter actively goes offline within a specified time; if the adapter is not offline within a specified time, the adapter is forcibly removed from the service registry, preventing the adapter from registering again within a certain period of time.
Furthermore, the admission authority of the adapter calling interface, the access frequency and the total amount of the interface are controlled. Specifically, the range in which control information flows in the bus. A user of the user name password control information establishes a set of user password authentication system when the bus is established, and the user name and the password need to be input when the adapter is accessed through the bus; through the forwarding range of the black and white list control authority, when the adapter sends a request of data to the bus, the bus controls the access authority of the accessed interface, if the interface is in the white list, the information communication is allowed, and if the interface is in the black list, the request is organized; limiting excess calls through control of access volume; after the adapter initiates a call to the bus, the bus will control the frequency and amount of calls to the interface. The occurrence of malicious access can be prevented by controlling the access frequency, and the access content limit can be limited by controlling the access total amount.
The embodiment of the invention provides a communication processing method among various information data; the adapter is established for each information data application system, and the adapter calls the interface to be connected to the information bus to realize the data interaction of single-point, multi-point and broadcast communication modes of information among the information data application systems, so that the interface development times are reduced, and the interface development cost is reduced; the problem of series connection among various information data application systems can be quickly solved, and the execution efficiency of an enterprise information system is improved; the problem of series connection among various information data application systems under the point-to-multi mode is solved, and the information circulation speed and the information circulation efficiency are further improved; the unified standard and standard interface is convenient to upgrade and maintain, and the service expansion capability is strong; the adaptation is to keep the information data in place, and ensure the integrity and consistency of the information data.
Based on the above embodiments, fig. 8 is a schematic structural diagram of a system for processing communication between various information data according to an embodiment of the present invention; as shown in fig. 8, the system interface adaptation module 1 creates an adapter for each information data application system; each information data application system comprises a requester application system and a provider application system; the adapter converts the information data into a bus format and converts the bus format information data into a corresponding application system format; the information data comprises request data information sent by a requester application system and operation completion information sent by a provider application system;
the information control bus module 2 is used for finishing the directional, broadcast, synchronous and asynchronous data interaction of the information data among the information data application systems; the transaction management is used for adding the received call request data information into a transaction table, and the routing is used for routing the call request data information to a provider application system adapter; the route throws the received operation completion information to transaction management, the transaction management sends the operation completion information to the application system adapter of the requester, and the operation completion information comprises operation success information or a transaction rollback request.
The embodiment of the invention provides a communication processing system among various information data for executing the method; the adapter is established for each information data application system, and the adapter calls the interface to be connected to the information bus to realize the data interaction of single-point, multi-point and broadcast communication modes of information among the information data application systems, so that the interface development times are reduced, and the interface development cost is reduced; the problem of series connection among various information data application systems can be quickly solved, and the execution efficiency of an enterprise information system is improved; the problem of series connection among various information data application systems under the point-to-multi mode is solved, and the information circulation speed and the information circulation efficiency are further improved; the unified standard and standard interface is convenient to upgrade and maintain, and the service expansion capability is strong; the adaptation is to keep the information data in place, and ensure the integrity and consistency of the information data.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A communication processing method between information data is characterized by comprising the following steps:
s1, creating adapters for the information data application systems; each information data application system comprises a requester application system and a provider application system;
s2, the application system adapter of the request side converts the received request data information into bus format data and sends the data;
s3, adding the bus format data information into the transaction table and routing to the adapter providing the application system;
s4, converting the received bus format data into a format required by a provider application system; converting the operation completion information returned by the provider application system into bus format data and then sending the bus format data;
s5, the received operation completion information is sent to the application system adapter of the request party after being routed to the transaction table for confirmation; the operation completion information comprises operation success information or a transaction rollback request.
2. The method according to claim 1, wherein in step S1, the provider application adapters correspond to provider applications one-to-one; the number of the provider application systems is several.
3. The method according to claim 2, wherein the creating of the adapter includes:
s11, setting database attributes of the application system of the requester and the application system of the provider and other system project names to be connected respectively;
s12, establishing the adapter model; selecting required fields and notes for editing the fields to configure the model of the adapter, and generating an adapter model table;
s13, establishing monitoring of the adapter; inquiring the adapter model table through a timing task, and adding the generated queue name into a queue monitoring manager in real time to monitor the data change of the adapter in real time;
s14, setting a monitoring processing class for the queue monitoring manager; when the data monitored by the adapter has change operation, the newly added data can be obtained in the created monitoring processing class.
4. The method according to claim 3, wherein said adapter performs validity and integrity checks on internal and external information data; and temporarily storing the information data after verification.
5. The method according to claim 1, wherein the step S3 further includes verifying the information and lease of the adapter in the service registry; the method specifically comprises the following steps:
receiving heartbeat information sent by the adapter at regular time for continuous lease, wherein the adapter cannot be accessed for a long time and is removed from the service registry;
the adapter is not relegated within a specified relegation period, and the adapter is forced to be offline;
removing the adapter from the service registry after receiving a logoff request sent by the adapter, and completing active logoff;
sending a forced offline requirement to the adapter, wherein the adapter actively goes offline within a specified time; if the adapter is not offline within a specified time, the adapter is forcibly removed from the service registry, preventing the adapter from registering again within a certain period of time.
6. The method as claimed in claim 5, wherein the admission authority of the adapter calling interface, the access frequency and the total amount of the interface are controlled.
7. A system for processing communication between information data, comprising:
the system interface adaptation module (1) is used for creating an adapter for each information data application system; each information data application system comprises a requester application system and a provider application system; the adapter converts the information data into a bus format and converts the bus format information data into a corresponding application system format; the information data comprises request data information sent by a requester application system and operation completion information sent by a provider application system;
the information control bus module (2) is used for finishing data interaction of information data among the information data application systems; the transaction management adds the received call request data information into a transaction table, and the routing sends the call request data information to a provider application system adapter; the route throws the received operation completion information to transaction management, the transaction management sends the operation completion information to the application system adapter of the requester, and the operation completion information comprises operation success information or a transaction rollback request.
8. The system for processing communication between information data according to claim 7, wherein in the system interface adaptation module (1), the provider application system adapters correspond to the provider application systems one by one; the number of the provider application systems is several.
9. The system for processing communication between information data according to claim 8, wherein said system interface adaptation module (1) performs validity and integrity check on internal and external information data; and temporarily storing the information data after verification.
10. A system for processing communication between message data according to claim 7, characterized in that the message control bus module (2) verifies the message and lease of the adapter in the service registry; the method specifically comprises the following steps:
receiving heartbeat information sent by the adapter at regular time for continuous lease, wherein the adapter cannot be accessed for a long time and is removed from the service registry;
the adapter is not relegated within a specified relegation period, and the adapter is forced to be offline;
removing the adapter from the service registry after receiving a logoff request sent by the adapter, and completing active logoff;
sending a forced offline requirement to the adapter, wherein the adapter actively goes offline within a specified time; if the adapter is not offline within a specified time, the adapter is forcibly removed from the service registry, preventing the adapter from registering again within a certain period of time.
And the information control bus module (2) controls the access permission of the adapter calling interface, the access frequency and the total amount of the interface.
CN201910893638.5A 2019-09-20 2019-09-20 Communication processing method and system between information data Active CN110636127B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910893638.5A CN110636127B (en) 2019-09-20 2019-09-20 Communication processing method and system between information data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910893638.5A CN110636127B (en) 2019-09-20 2019-09-20 Communication processing method and system between information data

Publications (2)

Publication Number Publication Date
CN110636127A true CN110636127A (en) 2019-12-31
CN110636127B CN110636127B (en) 2022-07-01

Family

ID=68972010

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910893638.5A Active CN110636127B (en) 2019-09-20 2019-09-20 Communication processing method and system between information data

Country Status (1)

Country Link
CN (1) CN110636127B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111274185A (en) * 2020-01-10 2020-06-12 中国地质科学院地质研究所 Method and system for solving communication interface data compatibility in instrument old part replacement
CN112087524A (en) * 2020-09-21 2020-12-15 烟台云朵软件有限公司 Unified access method and device for multi-source heterogeneous medical data

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101662369A (en) * 2008-08-28 2010-03-03 中冶赛迪工程技术股份有限公司 Universal network adapter
CN102760184A (en) * 2012-06-12 2012-10-31 中国电力科学研究院 Information interaction method for heterogeneous electric power application system
CN102801658A (en) * 2011-05-23 2012-11-28 镇江金钛软件有限公司 Configurable access gateway for Internet of things
CN103944956A (en) * 2014-03-10 2014-07-23 浙江大学 Web service agent method
CN104901877A (en) * 2015-06-17 2015-09-09 燕山大学 Multi-interface self-adaptive wireless heterogeneous network protocol conversion method and communication device
CN105786913A (en) * 2014-12-25 2016-07-20 北京仿真中心 Cloud manufacturing platform oriented ERP integrated database service interface encapsulation system and method
CN106341293A (en) * 2016-08-31 2017-01-18 中车青岛四方机车车辆股份有限公司 Method and device for enabling information system to access to enterprise service bus
CN206302426U (en) * 2016-12-19 2017-07-04 安徽理工大学 A kind of serial ports based on STM32 and CAN protocol converter
CN107256181A (en) * 2017-06-09 2017-10-17 华东师范大学 A kind of service bus platform for accessing polymorphic type groupware
CN206922798U (en) * 2017-04-06 2018-01-23 北京首都机场节能技术服务有限公司 A kind of Multi-protocol converter, data transmitting equipment and communication system
CN109062848A (en) * 2018-08-01 2018-12-21 武汉索雅信息技术有限公司 Purchasing management method, apparatus and bus platform based on ESB bus platform
CN109120684A (en) * 2018-08-01 2019-01-01 武汉索雅信息技术有限公司 Informatization management method, device, ESB bus platform and storage medium
CN109274560A (en) * 2018-09-25 2019-01-25 润海智能科技扬州有限公司 A kind of smart home system
CN109905432A (en) * 2017-12-08 2019-06-18 武汉楚鼎信息技术有限公司 A kind of the data automatic loading method and system and device of network data list
CN110213240A (en) * 2019-05-09 2019-09-06 国电南瑞科技股份有限公司 A kind of electric power dispatching system and its transregional service calling method of routing self-adaption

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101662369A (en) * 2008-08-28 2010-03-03 中冶赛迪工程技术股份有限公司 Universal network adapter
CN102801658A (en) * 2011-05-23 2012-11-28 镇江金钛软件有限公司 Configurable access gateway for Internet of things
CN102760184A (en) * 2012-06-12 2012-10-31 中国电力科学研究院 Information interaction method for heterogeneous electric power application system
CN103944956A (en) * 2014-03-10 2014-07-23 浙江大学 Web service agent method
CN105786913A (en) * 2014-12-25 2016-07-20 北京仿真中心 Cloud manufacturing platform oriented ERP integrated database service interface encapsulation system and method
CN104901877A (en) * 2015-06-17 2015-09-09 燕山大学 Multi-interface self-adaptive wireless heterogeneous network protocol conversion method and communication device
CN106341293A (en) * 2016-08-31 2017-01-18 中车青岛四方机车车辆股份有限公司 Method and device for enabling information system to access to enterprise service bus
CN206302426U (en) * 2016-12-19 2017-07-04 安徽理工大学 A kind of serial ports based on STM32 and CAN protocol converter
CN206922798U (en) * 2017-04-06 2018-01-23 北京首都机场节能技术服务有限公司 A kind of Multi-protocol converter, data transmitting equipment and communication system
CN107256181A (en) * 2017-06-09 2017-10-17 华东师范大学 A kind of service bus platform for accessing polymorphic type groupware
CN109905432A (en) * 2017-12-08 2019-06-18 武汉楚鼎信息技术有限公司 A kind of the data automatic loading method and system and device of network data list
CN109062848A (en) * 2018-08-01 2018-12-21 武汉索雅信息技术有限公司 Purchasing management method, apparatus and bus platform based on ESB bus platform
CN109120684A (en) * 2018-08-01 2019-01-01 武汉索雅信息技术有限公司 Informatization management method, device, ESB bus platform and storage medium
CN109274560A (en) * 2018-09-25 2019-01-25 润海智能科技扬州有限公司 A kind of smart home system
CN110213240A (en) * 2019-05-09 2019-09-06 国电南瑞科技股份有限公司 A kind of electric power dispatching system and its transregional service calling method of routing self-adaption

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111274185A (en) * 2020-01-10 2020-06-12 中国地质科学院地质研究所 Method and system for solving communication interface data compatibility in instrument old part replacement
CN112087524A (en) * 2020-09-21 2020-12-15 烟台云朵软件有限公司 Unified access method and device for multi-source heterogeneous medical data

Also Published As

Publication number Publication date
CN110636127B (en) 2022-07-01

Similar Documents

Publication Publication Date Title
US20200344189A1 (en) Communication method and communication apparatus
CN109889551A (en) A kind of method of the Internet of Things cloud platform of Intelligent hardware access
CN110677383B (en) Firewall wall opening method and device, storage medium and computer equipment
CN106911648B (en) Environment isolation method and equipment
CN109474936B (en) Internet of things communication method and system applied among multiple lora gateways
US11392873B2 (en) Systems and methods for simulating orders and workflows in an order entry and management system to test order scenarios
CN107528891B (en) Websocket-based automatic clustering method and system
CN113742031B (en) Node state information acquisition method and device, electronic equipment and readable storage medium
US10693706B2 (en) Method and apparatus of performing simultaneous multi-agent access for command execution through a single client
CN112838940B (en) Network controller frame and data processing method
CN110636127B (en) Communication processing method and system between information data
US10142422B2 (en) Clustering websocket communications with configurable master-slave servers
CN111193602A (en) Automatic operation and maintenance management system and method
CN114285852B (en) Service calling method and device based on multi-stage service platform
US10503879B1 (en) Systems and methods for transaction-based licensing
CN111309691A (en) Data sharing exchange system and exchange method based on bus architecture
CN113342503B (en) Real-time progress feedback method, device, equipment and storage medium
WO2020010906A1 (en) Method and device for operating system (os) batch installation, and network device
CN108259605B (en) Data calling system and method based on multiple data centers
CN112351106B (en) Service grid platform containing event grid and communication method thereof
WO2022042545A1 (en) Tsn industrial application server, client, system, service method, and storage medium
CN105049481B (en) A kind of method for supporting multi-heterogeneous system intelligent interaction
CN113543185A (en) Automatic-opening-assistance-based 5G high-density base station rapid operation method and system
CN209283262U (en) A kind of application platform system and business service system
US11949648B1 (en) Remote connectivity manager

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant