CN110912814A - Interface data distribution method and device - Google Patents

Interface data distribution method and device Download PDF

Info

Publication number
CN110912814A
CN110912814A CN201911008848.8A CN201911008848A CN110912814A CN 110912814 A CN110912814 A CN 110912814A CN 201911008848 A CN201911008848 A CN 201911008848A CN 110912814 A CN110912814 A CN 110912814A
Authority
CN
China
Prior art keywords
service data
data
receiving system
service
routing
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.)
Pending
Application number
CN201911008848.8A
Other languages
Chinese (zh)
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.)
Suning Cloud Computing Co Ltd
Original Assignee
Suning Cloud Computing Co 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 Suning Cloud Computing Co Ltd filed Critical Suning Cloud Computing Co Ltd
Priority to CN201911008848.8A priority Critical patent/CN110912814A/en
Publication of CN110912814A publication Critical patent/CN110912814A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/14Routing performance; Theoretical aspects

Abstract

The invention discloses a method and a device for distributing interface data, wherein the method comprises the following steps: acquiring a routing field contained in the received service data; acquiring a receiving system corresponding to the service data and a service address of the receiving system according to the routing field and a preset distribution routing relation, wherein the distribution routing relation comprises the corresponding relation between the routing field and the receiving system; and sending the service data to a corresponding receiving system according to the service address. The invention greatly improves the response time of service requirements, meets different requirements of different receiving systems on service data by supporting multi-dimensional routing field configuration, only needs to add a new routing field when adding new service data or receiving data, does not need to change the original distribution logic, effectively improves the development efficiency, and meets different requirements of different receiving systems on service data formats by supporting the processing of the service data according to the preset processing rule.

Description

Interface data distribution method and device
Technical Field
The present invention relates to the field of software development technologies, and in particular, to a method and an apparatus for distributing interface data.
Background
In the actual software development process, even if the same service is used, there may be a situation where one system and multiple systems interact with each other, for example, some core middle station services may interface with processing requests of multiple systems, and how to distribute specific data to a specified system in the service interaction process is often to separately develop a task logic to process, that is, to add a new interfacing system. In addition, some docking with personalized requirements on message formats often involves changing code logic, which causes problems of resource waste, untimely response to service requirements and the like.
Disclosure of Invention
In order to solve the problems in the prior art, embodiments of the present invention provide a method and an apparatus for distributing interface data, so as to overcome the problems in the prior art that, in a scenario of distributing interface data between a pair of multiple systems, a new distribution system needs to be added for newly adding service data or a receiving system, and the original logic needs to be modified.
In order to solve one or more technical problems, the invention adopts the technical scheme that:
in one aspect, a method for distributing interface data is provided, and the method includes the following steps:
acquiring a routing field contained in the received service data;
acquiring a receiving system corresponding to the service data and a service address of the receiving system according to the routing field and a preset distribution routing relation, wherein the distribution routing relation comprises a corresponding relation between the routing field and the receiving system;
and sending the service data to a corresponding receiving system according to the service address.
Further, the obtaining of the routing field included in the received service data includes:
analyzing the received service data to acquire all fields of the service data;
and inquiring a preset routing field table, and acquiring a routing field from all fields of the service data.
Further, the sending the service data to the corresponding receiving system according to the service address includes:
acquiring configuration information of the receiving system, and judging whether the service data needs to be processed according to the configuration information;
if so, processing the service data according to a preset processing rule to obtain processed service data;
and sending the processed service data to the receiving system according to the service address.
Further, the preset processing rule includes a required field and a mapping relationship, the processing the service data according to the preset processing rule, and the obtaining the processed service data includes:
and mapping the fields of the service data according to the required fields and the mapping relation to generate the processed service data.
Further, before processing the service data according to a preset processing rule, the method further includes:
acquiring corresponding fields in the service data required by the receiving system according to the configuration information of the receiving system;
the processing the service data according to the preset processing rule, and the acquiring the processed service data includes:
and processing corresponding fields in the service data required by the receiving system according to a preset processing rule to obtain the processed service data.
In another aspect, an apparatus for distributing interface data is provided, the apparatus including:
the first acquisition module is used for acquiring the path field contained in the received service data;
a second obtaining module, configured to obtain, according to the routing field and a preset distribution routing relationship, a receiving system corresponding to the service data and a service address of the receiving system, where the distribution routing relationship includes a correspondence relationship between the routing field and the receiving system;
and the data sending module is used for sending the service data to a corresponding receiving system according to the service address.
Further, the first obtaining module includes:
the data analysis unit is used for analyzing the received service data to acquire all fields of the service data;
and the field query unit is used for querying a preset routing field table and acquiring a routing field from all fields of the service data.
Further, the data sending module includes:
the data judging unit is used for acquiring the configuration information of the receiving system and judging whether the service data needs to be processed according to the configuration information;
the data processing unit is used for processing the service data according to a preset processing rule to obtain processed service data;
and the data sending unit is used for sending the processed business data to the receiving system according to the service address.
Further, the data processing unit includes:
and the mapping subunit is used for mapping the fields of the service data according to the required fields and the mapping relation to generate the processed service data.
Further, the apparatus further comprises:
a third obtaining module, configured to obtain, according to configuration information of the receiving system, a corresponding field in the service data required by the receiving system;
the data processing unit is further configured to:
and processing corresponding fields in the service data required by the receiving system according to a preset processing rule to obtain the processed service data.
The technical scheme provided by the embodiment of the invention has the following beneficial effects:
1. according to the method and the device for distributing interface data, provided by the embodiment of the invention, the routing field contained in the received service data is obtained, then the service addresses of the receiving system and the receiving system corresponding to the service data are obtained according to the routing field and the preset distribution routing relation, and finally the service data are sent to the corresponding receiving system according to the service addresses, so that data distribution of one distribution system to a plurality of receiving systems under a data distribution scene is realized, and the response time of service requirements is greatly prolonged;
2. according to the interface data distribution method and device provided by the embodiment of the invention, different requirements of different receiving systems on service data are met by supporting multi-dimensional routing field configuration, and when the service data is newly added or received, only new routing fields need to be added without changing the original distribution logic, so that the development efficiency is effectively improved;
3. according to the method and the device for distributing the interface data, provided by the embodiment of the invention, the business data are processed according to the preset processing rule, so that different requirements of different receiving systems on business data formats are met.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious 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 to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a flow diagram illustrating a method of distribution of interface data in accordance with an exemplary embodiment;
fig. 2 is a flow diagram illustrating the acquisition of a routing field contained in received traffic data in accordance with an example embodiment;
FIG. 3 is a flow diagram illustrating the sending of business data to a corresponding receiving system according to a service address in accordance with an illustrative embodiment;
fig. 4 is a schematic structural diagram illustrating a distribution apparatus of interface data according to an exemplary embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages 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 accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. 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 flowchart illustrating a distribution method of interface data according to an exemplary embodiment, and referring to fig. 1, the method includes the steps of:
s1: and acquiring a routing field contained in the received service data.
Specifically, in the embodiment of the present invention, a certain field or a combination of several fields in the service data is set as a routing field, and the service data may be divided into limited units through the routing field (for example, a supplier code in an order is selected as the routing field, and if ten orders in the service data correspond to three suppliers, the orders may be divided into three groups according to the suppliers). After receiving the service data to be distributed, traversing the service data to obtain a routing field contained in the service data, wherein the service data comprises data in a message format.
S2: and acquiring a receiving system corresponding to the service data and a service address of the receiving system according to the routing field and a preset distribution routing relationship, wherein the distribution routing relationship comprises a corresponding relationship between the routing field and the receiving system.
Specifically, in the embodiment of the present invention, a distribution routing relationship needs to be established in advance, that is, the service data to be distributed is bound with the receiving system, and information such as a service address of the receiving system is specified. In specific implementation, the routing field may be selected to be bound with the receiving system, and a corresponding relationship between the routing field and the service address of the receiving system may be established. After the routing field in the received service data is obtained, the distribution routing relationship can be queried according to the routing field, so as to obtain the receiving system corresponding to the service data and information such as the service address of the receiving system.
For example, if the received service data is order data, assuming that the order data has 20 fields of a1-a20, any combination of one or more fields may be designated as a routing field. For example, the configuration of the receiving system D may be set such that:
1. routing field: a1 factory and a2 refrigerator,
2. service address: http: f xx com/api/ordereved.
S3: and sending the service data to a corresponding receiving system according to the service address.
Specifically, after a receiving system corresponding to the service data and a service address of the receiving system are obtained, the service data are sent to the corresponding receiving system according to the service address.
Fig. 2 is a flowchart illustrating a process of acquiring a routing field included in received service data according to an exemplary embodiment, and referring to fig. 2, as a preferred implementation manner, in the embodiment of the present invention, the acquiring a routing field included in received service data includes:
s101: analyzing the received service data to obtain all fields of the service data.
Specifically, the received service data is analyzed to obtain all fields included in the service data. For example, assuming that the received service data is order data, the order data is parsed to find that the order data has 20 fields of a1-a 20.
S102: and inquiring a preset routing field table, and acquiring a routing field from all fields of the service data.
Specifically, in the embodiment of the present invention, after a certain field or a combination of several fields in the service data is set as the routing field, the routing field table is generated according to the selected routing field, so as to facilitate subsequent acquisition of the routing field in the service data. After all fields contained in the service data are analyzed, all the fields are traversed, a preset routing field table is inquired, and routing fields are obtained from all the fields of the service data.
Fig. 3 is a flowchart illustrating a process of sending service data to a corresponding receiving system according to a service address according to an exemplary embodiment, and referring to fig. 3, as a preferred implementation manner, in an embodiment of the present invention, the sending the service data to the corresponding receiving system according to the service address includes:
s301: and acquiring configuration information of the receiving system, and judging whether the service data needs to be processed according to the configuration information.
Specifically, in the embodiment of the present invention, the requirement of the receiving system for the service data may be specified in the configuration information of the receiving system, so as to satisfy different requirements (for example, specific requirements for a data format, and the like) of different receiving systems for the service data. Therefore, before the service data is sent to the corresponding receiving system, the configuration information of the receiving system can be obtained, and whether the service data needs to be processed or not can be judged according to the configuration information.
S302: and if so, processing the service data according to a preset processing rule to obtain the processed service data.
Specifically, if the service data does not meet the requirement of the receiving system on the service data, which is found out from the configuration information, the service data needs to be processed first, and in the specific implementation, the service data can be processed according to the preset processing rule, and the processed service data is obtained, so as to meet the requirement of the receiving system. It is to be noted here that the present invention is implemented; in the example, the processing rule is not specifically limited, and the user may set the processing rule according to actual requirements.
S303: and sending the processed service data to the receiving system according to the service address.
Specifically, the processed service data obtained in the above steps is finally sent to the receiving system according to the service address.
As a preferred implementation manner, in an embodiment of the present invention, the preset processing rule includes a required field and a mapping relationship, and the processing the service data according to the preset processing rule, and acquiring the processed service data includes:
and mapping the fields of the service data according to the required fields and the mapping relation to generate the processed service data.
Specifically, as an example, the preset processing rule in the embodiment of the present invention includes a required field and a mapping relationship. And mapping the fields of the service data according to the required fields and the mapping relation to generate the processed service data, so that the processed service data meets the requirements of a receiving system. It should be noted that, in the embodiment of the present invention, flexible setting of the field mapping of the receiving system is also supported, and dynamic adjustment of the new field and the original field mapping name is supported.
For example, it is assumed that the received service data is order data, the order data has 20 fields, which are respectively composed of a1, a2, a3, a4.. a20, the order data needs to be distributed to receiving systems a and B, the receiving system a needs 10 fields (a1-a10) in the order data, the receiving system B needs 15 fields (a1-a15) in the order data, and because the receiving system B already interfaces with data interfaces of other order systems, the name of the corresponding field needs to be changed to (d1-d15) so as to facilitate data reception of the receiving system B. At this time, it is only necessary to specify a field in the configuration information of the receiving system and set a corresponding required field and mapping relationship.
As a preferred implementation manner, in an embodiment of the present invention, before processing the service data according to a preset processing rule, the method further includes:
acquiring corresponding fields in the service data required by the receiving system according to the configuration information of the receiving system;
the processing the service data according to the preset processing rule, and the acquiring the processed service data includes:
and processing corresponding fields in the service data required by the receiving system according to a preset processing rule to obtain the processed service data.
Specifically, in the embodiment of the present invention, the configuration information of the receiving system further includes information of a corresponding field in the service data required by the receiving system. When the processed service data is obtained, the corresponding fields in the service data required by the receiving system can be processed according to the preset processing rule so as to meet different requirements of different receiving systems on data integrity. If the receiving system E needs to receive all the order data of a certain brand (e.g., X star), and the receiving system F only needs to receive the data of a certain type of goods under the brand (e.g., X star refrigerator), the embodiment of the present invention can support both.
The scheme of the embodiment of the invention is illustrated by taking a specific example as follows:
assuming that the received service data is order data, wherein the order data has 20 fields of a1-a20, the configuration information of the receiving system D is as follows:
required message fields and mapping requirements (in common json format):
{
″datamapping″:
{
″a1″:″d1″,
″a2″:″d2″,
″a3″:″d3″,
″a5″:″d4″,
″a13″:″d5″,
″a14″:″d6″,
″a20″:″d7″
}
}
before the business data is sent to the receiving system D according to the service address, fields a1, a2, a3, a5, a13, a14 and a20 in the business data are taken out, and the field names are mapped into field names D1-D7 required by the receiving system D according to required fields and mapping relations, wherein the fields D1-D7 are the processed business data.
As a preferred implementation manner, in an embodiment of the present invention, the method further includes: a sending control switch is preset so as to control whether to distribute service data to a receiving system in real time, thereby reducing related service risks. For example, for order data distribution, if the value of the control switch is changed to Y, data distribution is performed to the receiving system, and if the value of the control switch is changed to N, data distribution is not performed to the receiving system.
Fig. 4 is a schematic structural diagram illustrating an interface data distribution apparatus according to an exemplary embodiment, and referring to fig. 4, the apparatus includes:
the first acquisition module is used for acquiring the path field contained in the received service data;
a second obtaining module, configured to obtain, according to the routing field and a preset distribution routing relationship, a receiving system corresponding to the service data and a service address of the receiving system, where the distribution routing relationship includes a correspondence relationship between the routing field and the receiving system;
and the data sending module is used for sending the service data to a corresponding receiving system according to the service address.
As a preferred implementation manner, in an embodiment of the present invention, the first obtaining module includes:
the data analysis unit is used for analyzing the received service data to acquire all fields of the service data;
and the field query unit is used for querying a preset routing field table and acquiring a routing field from all fields of the service data.
As a preferred implementation manner, in an embodiment of the present invention, the data sending module includes:
the data judging unit is used for acquiring the configuration information of the receiving system and judging whether the service data needs to be processed according to the configuration information;
the data processing unit is used for processing the service data according to a preset processing rule to obtain processed service data;
and the data sending unit is used for sending the processed business data to the receiving system according to the service address.
As a preferred implementation manner, in an embodiment of the present invention, the data processing unit includes:
and the mapping subunit is used for mapping the fields of the service data according to the required fields and the mapping relation to generate the processed service data.
As a preferred implementation manner, in an embodiment of the present invention, the apparatus further includes:
a third obtaining module, configured to obtain, according to configuration information of the receiving system, a corresponding field in the service data required by the receiving system;
the data processing unit is further configured to:
and processing corresponding fields in the service data required by the receiving system according to a preset processing rule to obtain the processed service data.
In summary, the technical solution provided by the embodiment of the present invention has the following beneficial effects:
1. according to the method and the device for distributing interface data, provided by the embodiment of the invention, the routing field contained in the received service data is obtained, then the service addresses of the receiving system and the receiving system corresponding to the service data are obtained according to the routing field and the preset distribution routing relation, and finally the service data are sent to the corresponding receiving system according to the service addresses, so that data distribution of one distribution system to a plurality of receiving systems under a data distribution scene is realized, and the response time of service requirements is greatly prolonged;
2. according to the interface data distribution method and device provided by the embodiment of the invention, different requirements of different receiving systems on service data are met by supporting multi-dimensional routing field configuration, and when the service data is newly added or received, only new routing fields need to be added without changing the original distribution logic, so that the development efficiency is effectively improved;
3. according to the method and the device for distributing the interface data, provided by the embodiment of the invention, the business data are processed according to the preset processing rule, so that different requirements of different receiving systems on business data formats are met.
It should be noted that: the distribution device of interface data provided in the foregoing embodiment is only illustrated by dividing the functional modules when triggering a data distribution service, and in practical applications, the above function distribution may be completed by different functional modules according to needs, that is, the internal structure of the device is divided into different functional modules to complete all or part of the above described functions. In addition, the interface data distribution device and the interface data distribution method provided in the above embodiments belong to the same concept, that is, the device is based on the interface data distribution method, and the specific implementation process thereof is detailed in the method embodiments and will not be described herein again.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, where the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (10)

1. A method for distributing interface data, the method comprising the steps of:
acquiring a routing field contained in the received service data;
acquiring a receiving system corresponding to the service data and a service address of the receiving system according to the routing field and a preset distribution routing relation, wherein the distribution routing relation comprises a corresponding relation between the routing field and the receiving system;
and sending the service data to a corresponding receiving system according to the service address.
2. The method according to claim 1, wherein the obtaining a routing field included in the received service data includes:
analyzing the received service data to acquire all fields of the service data;
and inquiring a preset routing field table, and acquiring a routing field from all fields of the service data.
3. The method for distributing interface data according to claim 1 or 2, wherein the sending the service data to the corresponding receiving system according to the service address includes:
acquiring configuration information of the receiving system, and judging whether the service data needs to be processed according to the configuration information;
if so, processing the service data according to a preset processing rule to obtain processed service data;
and sending the processed service data to the receiving system according to the service address.
4. The method according to claim 3, wherein the preset processing rule includes a required field and a mapping relationship, and the processing the service data according to the preset processing rule, and acquiring the processed service data includes:
and mapping the fields of the service data according to the required fields and the mapping relation to generate the processed service data.
5. The method according to claim 3, wherein before the processing the service data according to the preset processing rule, the method further comprises:
acquiring corresponding fields in the service data required by the receiving system according to the configuration information of the receiving system;
the processing the service data according to the preset processing rule, and the acquiring the processed service data includes:
and processing corresponding fields in the service data required by the receiving system according to a preset processing rule to obtain the processed service data.
6. An apparatus for distributing interface data, the apparatus comprising:
the first acquisition module is used for acquiring the path field contained in the received service data;
a second obtaining module, configured to obtain, according to the routing field and a preset distribution routing relationship, a receiving system corresponding to the service data and a service address of the receiving system, where the distribution routing relationship includes a correspondence relationship between the routing field and the receiving system;
and the data sending module is used for sending the service data to a corresponding receiving system according to the service address.
7. The apparatus for distributing interface data according to claim 1, wherein the first obtaining module includes:
the data analysis unit is used for analyzing the received service data to acquire all fields of the service data;
and the field query unit is used for querying a preset routing field table and acquiring a routing field from all fields of the service data.
8. The apparatus for distributing interface data according to claim 6 or 7, wherein the data transmission module comprises:
the data judging unit is used for acquiring the configuration information of the receiving system and judging whether the service data needs to be processed according to the configuration information;
the data processing unit is used for processing the service data according to a preset processing rule to obtain processed service data;
and the data sending unit is used for sending the processed business data to the receiving system according to the service address.
9. The interface data distribution apparatus according to claim 8, wherein the data processing unit includes:
and the mapping subunit is used for mapping the fields of the service data according to the required fields and the mapping relation to generate the processed service data.
10. The apparatus for distributing interface data according to claim 8, further comprising:
a third obtaining module, configured to obtain, according to configuration information of the receiving system, a corresponding field in the service data required by the receiving system;
the data processing unit is further configured to:
and processing corresponding fields in the service data required by the receiving system according to a preset processing rule to obtain the processed service data.
CN201911008848.8A 2019-10-22 2019-10-22 Interface data distribution method and device Pending CN110912814A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911008848.8A CN110912814A (en) 2019-10-22 2019-10-22 Interface data distribution method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911008848.8A CN110912814A (en) 2019-10-22 2019-10-22 Interface data distribution method and device

Publications (1)

Publication Number Publication Date
CN110912814A true CN110912814A (en) 2020-03-24

Family

ID=69815085

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911008848.8A Pending CN110912814A (en) 2019-10-22 2019-10-22 Interface data distribution method and device

Country Status (1)

Country Link
CN (1) CN110912814A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111866082A (en) * 2020-06-22 2020-10-30 远光软件股份有限公司 Data distribution method and device based on target system configuration
CN112468578A (en) * 2020-11-25 2021-03-09 常州微亿智造科技有限公司 Real-time industrial data acquisition system and method
CN113076153A (en) * 2021-03-29 2021-07-06 北京京东振世信息技术有限公司 Interface calling method and device
CN113379548A (en) * 2021-06-25 2021-09-10 武汉众邦银行股份有限公司 Tuxedo middleware-based intelligent shunting method
CN113506095A (en) * 2021-08-05 2021-10-15 上海中通吉网络技术有限公司 Order dynamic rule checking and distributing method

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101431476A (en) * 2008-12-12 2009-05-13 中国工商银行股份有限公司 Data transmission method based on message queue, server and system
CN104243302A (en) * 2013-06-20 2014-12-24 华为技术有限公司 Service routing message processing method and device and network system
CN105049347A (en) * 2015-09-01 2015-11-11 重庆邮电大学 Routing method of DTN (Delay Tolerant Network) based on social network task distribution model
CN106937409A (en) * 2015-12-31 2017-07-07 普天信息技术有限公司 Realize the broadband aggregated structure and function and location addressing flow of railway specific transactions
CN107194674A (en) * 2017-07-06 2017-09-22 山东浪潮云服务信息科技有限公司 A kind of intelligent distribution scheduling system based on item business rule
US20190124028A1 (en) * 2013-03-15 2019-04-25 Quest Diagnostics Investments Inc. Systems and methods for electronically distributing information

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101431476A (en) * 2008-12-12 2009-05-13 中国工商银行股份有限公司 Data transmission method based on message queue, server and system
US20190124028A1 (en) * 2013-03-15 2019-04-25 Quest Diagnostics Investments Inc. Systems and methods for electronically distributing information
CN104243302A (en) * 2013-06-20 2014-12-24 华为技术有限公司 Service routing message processing method and device and network system
CN105049347A (en) * 2015-09-01 2015-11-11 重庆邮电大学 Routing method of DTN (Delay Tolerant Network) based on social network task distribution model
CN106937409A (en) * 2015-12-31 2017-07-07 普天信息技术有限公司 Realize the broadband aggregated structure and function and location addressing flow of railway specific transactions
CN107194674A (en) * 2017-07-06 2017-09-22 山东浪潮云服务信息科技有限公司 A kind of intelligent distribution scheduling system based on item business rule

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111866082A (en) * 2020-06-22 2020-10-30 远光软件股份有限公司 Data distribution method and device based on target system configuration
CN112468578A (en) * 2020-11-25 2021-03-09 常州微亿智造科技有限公司 Real-time industrial data acquisition system and method
CN113076153A (en) * 2021-03-29 2021-07-06 北京京东振世信息技术有限公司 Interface calling method and device
CN113076153B (en) * 2021-03-29 2023-09-01 北京京东振世信息技术有限公司 Interface calling method and device
CN113379548A (en) * 2021-06-25 2021-09-10 武汉众邦银行股份有限公司 Tuxedo middleware-based intelligent shunting method
CN113379548B (en) * 2021-06-25 2022-04-15 武汉众邦银行股份有限公司 Tuxedo middleware-based intelligent shunting method
CN113506095A (en) * 2021-08-05 2021-10-15 上海中通吉网络技术有限公司 Order dynamic rule checking and distributing method

Similar Documents

Publication Publication Date Title
CN110912814A (en) Interface data distribution method and device
CN108520454B (en) Method and system for calling back orders in real time
WO2019056640A1 (en) Order processing method and device
CN109862527B (en) Short message distribution method and device, computer device and readable storage medium
CN109857577B (en) Access control method, device, medium, and electronic apparatus
CN107835203B (en) Message packet delivery method, device, storage medium and terminal
CN111163130A (en) Network service system and data transmission method thereof
CN110688828A (en) File processing method and device, file processing system and computer equipment
CN111581502A (en) Information notification method and device
CN114338793A (en) Message pushing method and device, electronic equipment and readable storage medium
US10021173B2 (en) E-book share server, the method and the program
CN104822163A (en) General scheduling system and method used for single-antenna multi-mode multi-card terminal
CN112291325A (en) Message processing method and device and computer system
CN112422485B (en) Communication method and device of transmission control protocol
CN102685724B (en) Method, terminal and system for customizing content
CN111475230A (en) Application function configuration method and device and electronic equipment
CN101170584B (en) Distributed system and data configuration method in the system
CN111626802A (en) Method and apparatus for processing information
US20160188748A1 (en) Method for providing information to determine a graph associated with a data item
CN113986995A (en) Request distribution method and device, storage medium and electronic equipment
CN111311146B (en) Information transmission method and system, communication system, computer readable storage medium
CN114090687A (en) Data synchronization method and device
CN112581069A (en) System, method, apparatus and storage medium for processing task
JP6932677B2 (en) Mobile devices, systems, access methods, and programs
CN112799863A (en) Method and apparatus for outputting information

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200324