CN114172877B - Middleware data transmission method, device, equipment and storage medium based on HTTP protocol - Google Patents

Middleware data transmission method, device, equipment and storage medium based on HTTP protocol Download PDF

Info

Publication number
CN114172877B
CN114172877B CN202111334620.5A CN202111334620A CN114172877B CN 114172877 B CN114172877 B CN 114172877B CN 202111334620 A CN202111334620 A CN 202111334620A CN 114172877 B CN114172877 B CN 114172877B
Authority
CN
China
Prior art keywords
data
executing
system information
data transmission
downstream system
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.)
Active
Application number
CN202111334620.5A
Other languages
Chinese (zh)
Other versions
CN114172877A (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.)
Ouye Yunshang Co ltd
Original Assignee
Ouye Yunshang 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 Ouye Yunshang Co ltd filed Critical Ouye Yunshang Co ltd
Priority to CN202111334620.5A priority Critical patent/CN114172877B/en
Publication of CN114172877A publication Critical patent/CN114172877A/en
Application granted granted Critical
Publication of CN114172877B publication Critical patent/CN114172877B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/12Applying verification of the received information
    • H04L63/123Applying verification of the received information received data contents, e.g. message integrity
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/50Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention relates to a middleware data transmission method, a device, equipment and a storage medium based on an HTTP protocol, wherein the method comprises the following steps: when the invention is started, reading downstream system information in a database; analyzing downstream system information and loading the information into a memory, so that the management is convenient; analyzing data sent by the systems of the two parties for communication; and monitoring communication in real time, and retransmitting the data if the data communication fails. Compared with the prior art, the invention can manage a plurality of downstream systems, is convenient for the quick butt joint of the systems of the two parties, has low implementation cost, can retransmit the communication failure data, can effectively avoid the condition that the message cannot be transmitted because a certain system is attacked, and ensures the reliability of message transmission and the integrity of the data.

Description

Middleware data transmission method, device, equipment and storage medium based on HTTP protocol
Technical Field
The present invention relates to the field of internet technologies, and in particular, to a method, an apparatus, a device, and a storage medium for transmitting middleware data based on HTTP protocol.
Background
With the development of the internet and the continuous update of information technology, multiple systems interact more and more frequently, and data sharing between enterprises is more and more common, so that various problems are caused by data transmission among multiple systems, wherein the most common problems are the speed and accuracy of data transmission, and in addition, the data needs to be managed and controlled in the transmission process.
The WEB server communication is generally realized based on the HTTP protocol, and the user interaction interface is provided through the browser, so that the defect of poor portability of client software can be overcome. However, when there are multiple downstream systems that need to be connected to an upstream system, the downstream systems may not be able to directly establish a connection with a WEB server due to incompatible communication protocols, and data forwarding needs to be implemented through middleware.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provide a middleware data transmission method, device, equipment and storage medium based on the HTTP protocol.
The aim of the invention can be achieved by the following technical scheme:
the invention provides a middleware data transmission method based on an HTTP protocol, which is realized based on a spring framework and comprises the following steps:
reading downstream system information in a database;
analyzing the downstream system information and loading the downstream system information into a memory;
analyzing data sent by the data transceiver based on the HTTP request, and communicating;
and monitoring communication of both sides of the data transceiver in real time based on the HTTP request, and executing a data transmission retransmission mechanism if the data communication fails.
Further, the specific steps of analyzing the downstream system information and loading the downstream system information into the memory include:
21 The database reads the downstream system information and judges whether the number of the same downstream system information is only one, if so, the next step is executed, and if not, the operation is not executed;
22 Judging whether the downstream system is in an enabling state, if so, executing the next step, and if not, not executing the operation;
23 Traversing all the enabled downstream system information, judging whether data needing discarding exist or not, if yes, setting the data to be in a discarding state, updating a database, and if not, executing the next step;
24 The confirmed and activated data is replaced into the memory. The specific contents are as follows:
reading the confirmed data in the database, creating an entity, assigning the traversed new data to the confirmed old data, setting the traversed new data as the data to be abandoned, and executing database adding operation; then judging whether the obtained data to be discarded accords with the communication specifications agreed by both sides of the data transceiver, if so, setting the data to be in a confirmed state, updating a database and replacing the data in a memory; if not, the operation is not executed.
Further, the specific step of analyzing the data sent by the data transceiver based on the HTTP request includes:
31 Reading the memory and obtaining information including IP, port and path of the service provider;
32 Analyzing the data transmission direction, and jumping to the corresponding service provider;
33 The transmitted data is converted into a JSON format character string, and the HTTP request is executed to be transmitted to a receiver by adopting a POST mode.
Further, the specific steps of performing the data transmission retransmission mechanism include:
41 Judging whether a manual operation identifier exists, if so, not executing a data transmission retransmission mechanism, otherwise, executing the next step;
42 Judging whether the data transmission type is asynchronous, if so, entering the next step, and if not, not executing a data transmission retransmission mechanism;
43 Acquiring HTTP request status codes, reading retry status codes defined in a database, executing the next step if the two status codes are matched with each other, and not executing a data transmission retransmission mechanism if the two status codes are not matched with each other;
44 A retry queue is created, a new thread is started, a retry entity is fetched from the head of the queue each time, HTTP requests are re-executed, transmission is executed, the queue is emptied, and the number of threads is reduced by 1.
A second aspect of the present invention provides an HTTP protocol-based middleware data transmission apparatus, including:
the data reading module is used for reading downstream system information in the database;
the data loading module is used for analyzing the downstream system information in the read database and loading the downstream system information into the memory;
the data judging module is used for judging whether the number of the same downstream system information is only one, if so, traversing all the enabled downstream system information, judging whether the data needing discarding exist for traversing all the enabled downstream system information, and executing database adding operation for the existing discarded data;
the data adding module is used for reading the confirmed data in the database, creating an entity, assigning the traversed new data to the confirmed old data, setting the traversed new data as the data needing to be abandoned, and executing database adding operation;
the data analysis module is used for judging whether the data to be discarded obtained in the data adding module accords with the communication specifications agreed by the data receiving and transmitting parties, setting the data which accords with the specifications into a confirmed state, updating a database and replacing the data in the memory;
the data transmission module is used for judging whether the downstream system information contained in the data is the confirmed data loaded into the memory in the data analysis module, if so, analyzing the data to obtain IP, port and path information and then executing data transmission;
the data monitoring module is used for monitoring the data transmission state of the data transmission module, and if the data communication fails, the data transmission module is controlled to execute the data transmission again.
A third aspect of the invention provides a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the HTTP protocol based middleware data transfer method as described above when the computer program is executed.
Another aspect of the present invention also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the HTTP protocol-based middleware data transmission method as described above.
Compared with the prior art, the invention at least has the following beneficial effects:
1. the invention expands the communication of the WEB server, can realize the management of communication data, is beneficial to the quick docking of the systems of the two parties, can uniformly manage the system data information of the downstream system only by the upstream system, reduces the customized development of the downstream system by the upstream system, improves the implementation efficiency and reduces the implementation period.
2. The data is loaded into the memory, so that the stability of the program is guaranteed, and the performance of the program is obviously improved.
3. By adopting a retransmission mechanism, the failed data can be processed in time, the condition that the message cannot be transmitted due to the attack of a certain system can be effectively avoided, the reliability of message transmission and the integrity of the data are ensured, the manual intervention is reduced, and the cost is saved.
Drawings
Fig. 1 is a flow chart of an intermediate data transmission method based on HTTP protocol in an embodiment;
fig. 2 is a schematic structural diagram of a middleware data transmission device based on HTTP protocol in an embodiment;
the reference numerals in the figures indicate:
101. the system comprises a data reading module, 102, a data loading module, 103, a data judging module, 104, a data adding module, 105, a data analyzing module, 106, a data transmission module, 107 and a data monitoring module.
Detailed Description
The invention will now be described in detail with reference to the drawings and specific examples. It will be apparent that the described embodiments are some, but not all, embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the present invention without making any inventive effort, shall fall within the scope of the present invention.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless expressly stated otherwise, as understood by those skilled in the art. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
For a more clear description of the present invention, the following names are first explained:
downstream system information: information of the data receiver, such as company code, company name, business name, etc., whereas upstream system information is information of the data sender.
Enable/disable state: data not enabled in downstream, such as: in cooperation with a company termination, that is, the disabled state, and vice versa.
Waste state is required: unacknowledged data has been enabled in downstream system information, such as: the preparation does not cooperate with a certain business of a company, but is also speaking, it is uncertain that this business of that company is in need of obsolete status.
Waste state: discarded data is enabled in downstream system information, such as: the business in the obsolete state is needed, and the business of the company is determined to be in the obsolete state and not cooperated later.
The confirmed status: validated data is enabled in downstream system information, such as: companies and businesses that are continuously cooperating for a long time.
The embodiment of the application provides a middleware data transmission method based on an HTTP protocol, which is realized based on a spring framework, and the flow of the method is shown in a figure 1, and comprises the following steps:
step one, reading downstream system information in a database after the invention is started;
analyzing downstream system information to be loaded into a memory, so that management is facilitated; the method comprises the following specific steps:
201 The database reads the downstream system information and judges whether the number of the same downstream system information is only one, if so, the next step is executed, and if not, the operation is not executed;
202 Judging whether the downstream system is in an enabling state, if so, executing the next step, and if not, not executing the operation;
203 Traversing all the enabled downstream system information, judging whether data needing discarding exist or not, if yes, setting the data to be in a discarding state, updating a database, and if not, executing the next step;
further, different data types may be marked differently, for example, the confirmation flag of discarded data is set to X, the confirmation flag of confirmed data is set to Y, and the non-confirmed confirmation flag is set to N.
204 Reading the confirmed data in the database, creating an entity, assigning the traversed new data to the confirmed old data, setting the new data as the data needing to be abandoned, executing the database adding operation, and continuing to execute the next step.
205 Judging whether the data to be discarded obtained in the step 204) accords with the communication specification agreed by both sides of data transmission and reception, if so, setting the data to be in a confirmed state, updating a database and replacing the data in a memory; if not, the operation is not executed.
And step three, when data are transmitted by the invention, judging whether downstream system information contained in the data is the confirmed data loaded into the memory in the step two, if so, analyzing the data to obtain information such as IP, port, path and the like, executing transmission, and if not, not transmitting. Specifically:
301 Reading the memory to obtain information such as IP, port, path and the like of the service provider;
302 Analyzing the data transmission direction, and jumping to the corresponding service provider;
303 The transmitted data is converted into a JSON format character string, and the HTTP request is executed to be transmitted to a receiver by adopting a POST mode.
And fourthly, monitoring the communication state in the third step in real time, and entering a retransmission mechanism if the data communication fails. The method comprises the following specific steps:
401 Judging whether a manual operation identifier exists, if so, not entering retransmission, and not, entering the next step;
402 Judging whether the data transmission type is asynchronous, if so, entering the next step, and if not, not entering retransmission;
403 Acquiring HTTP request status codes, reading retry status codes defined in a database, if the HTTP request status codes are matched, and if the HTTP request status codes are not matched, not executing retransmission;
404 A retry queue is created, the retry entity is added into the queue, a new thread is started, the retry entity is taken out from the head of the queue each time, the HTTP request is executed again, the transmission is executed, the queue is emptied, and the thread number is reduced by 1.
The method flow is applied to a system of actual enterprise products and services, such as an e-commerce platform business system, a power generation enterprise equipment real-time operation data system and the like. According to statistics, under the condition that the method of the invention is not adopted, the average time of each 1000 tons of service is 2 hours and 54 minutes in each link of service operation. After the method is implemented, the average time of each 1000 tons of business is 1.5 minutes in each link of business operation. I.e. the invention saves 2 hours and 53 minutes per 1000 tons of service on average after the invention is implemented compared with the invention before the invention is implemented. In addition, the method can save about D= (14840000/1000) ×2.875= 42665 (hours), and the workload is converted into D=21.7 years of personnel according to each working day of 8 hours. According to the manual cost calculation of 28 ten thousand per person year, the manual cost F=E=D=608 (ten thousand yuan) can be saved in one year after the invention is implemented. In addition, interfacing according to standard interfaces can be reduced from a custom 2 month period to 2-4 weeks, with a 40% reduction in interface center effort and overall implementation costs expected. The implementation efficiency can be obviously improved, and the implementation period is reduced.
The embodiment of the application also provides a middleware data transmission device based on the HTTP protocol, the structure of which is shown in fig. 2, comprising:
a data reading module 101, a data loading module 102, a data judging module 103, a data adding module 104, a data analyzing module 105 and a data transmitting module 106; the data reading module 101 is connected with the data loading module 102, the data loading module 102 is connected with the data judging module 103, the data judging module 103 is connected with the data adding module 104, the data adding module 104 is connected with the data analyzing module 105, and the data analyzing module 105 is connected with the data transmitting module 106.
The data reading module 101 is used for reading downstream system information in the database after starting;
the data loading module 102 is configured to parse the read downstream system information in the database and load the parsed downstream system information into the memory;
the data judging module 103 is configured to judge whether the number of the same downstream system information is only one, and if yes, traverse all the enabled downstream system information; judging whether the data needing discarding exist or not for traversing all the enabled downstream system information, and executing database adding operation for the existing discarded data;
the data adding module 104 is configured to read the confirmed data in the database, create an entity, assign the new traversed data to the confirmed old data, set the new traversed data as data to be discarded, and execute database adding operation;
the data analysis module 105 is configured to determine whether the data to be discarded obtained in the data adding module 104 meets a communication specification agreed by both sides of the data transceiver, and for the data meeting the specification, place the data in a confirmed state, update the database, and replace the data in the memory;
the data transmission module 106 is configured to determine whether the downstream system information included in the data is the confirmed data loaded into the memory in the data analysis module 105, if yes, analyze the data to obtain information such as IP, port, path, etc., and then perform data transmission.
The data monitoring module 107 is configured to monitor a data transmission status of the data transmission module 106, and control the data transmission module to re-perform the data transmission if the data communication fails.
The embodiment of the application also provides a computer device, which may be a server, including a processor, a memory, and a network interface connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program, when executed by a processor, implements a middleware data transmission method based on the HTTP protocol.
The embodiment of the application also discloses a computer readable storage medium, which can be read and written by a processor, and the memory stores computer readable instructions, and the computer readable instructions, when executed by one or more processors, cause the one or more processors to execute the middleware data transmission method based on the HTTP protocol in the above embodiments.
While the invention has been described with reference to certain preferred embodiments, it will be understood by those skilled in the art that various changes and substitutions may be made without departing from the spirit and scope of the invention as defined by the appended claims. Therefore, the protection scope of the invention is subject to the protection scope of the claims.

Claims (5)

1. The intermediate data transmission method based on the HTTP protocol is characterized by being realized based on a spring framework and comprises the following steps of:
reading downstream system information in a database;
analyzing the downstream system information and loading the downstream system information into a memory;
analyzing data sent by the data transceiver based on the HTTP request, and communicating;
monitoring communication of both sides of the data transceiver in real time based on the HTTP request, and executing a data transmission retransmission mechanism if the data communication fails;
the specific steps of analyzing the downstream system information and loading the downstream system information into the memory include:
21 The database reads the downstream system information and judges whether the number of the same downstream system information is only one, if so, the next step is executed, and if not, the operation is not executed;
22 Judging whether the downstream system is in an enabling state, if so, executing the next step, and if not, not executing the operation;
23 Traversing all the enabled downstream system information, judging whether data needing discarding exist or not, if yes, setting the data to be in a discarding state, updating a database, and if not, executing the next step;
24 The confirmed and activated data is replaced into the memory;
the specific steps for analyzing the data sent by the data receiving and sending parties based on the HTTP request include:
31 Reading the memory and obtaining information including IP, port and path of the service provider;
32 Analyzing the data transmission direction, and jumping to the corresponding service provider;
33 Converting the transmitted data into a JSON format character string, and executing an HTTP request to transmit to a receiver by adopting a POST mode;
the specific steps of executing the data transmission retransmission mechanism include:
41 Judging whether a manual operation identifier exists, if so, not executing a data transmission retransmission mechanism, otherwise, executing the next step;
42 Judging whether the data transmission type is asynchronous, if so, entering the next step, and if not, not executing a data transmission retransmission mechanism;
43 Acquiring HTTP request status codes, reading retry status codes defined in a database, executing the next step if the two status codes are matched with each other, and not executing a data transmission retransmission mechanism if the two status codes are not matched with each other;
44 A retry queue is created, a new thread is started, a retry entity is fetched from the head of the queue each time, HTTP requests are re-executed, transmission is executed, the queue is emptied, and the number of threads is reduced by 1.
2. The HTTP protocol-based intermediate data transmission method according to claim 1, wherein the specific contents of step 24) are:
reading the confirmed data in the database, creating an entity, assigning the traversed new data to the confirmed old data, setting the traversed new data as the data to be abandoned, and executing database adding operation; then judging whether the obtained data to be discarded accords with the communication specifications agreed by both sides of the data transceiver, if so, setting the data to be in a confirmed state, updating a database and replacing the data in a memory; if not, the operation is not executed.
3. An HTTP protocol-based middleware data transmission apparatus, comprising:
the data reading module is used for reading downstream system information in the database;
the data loading module is used for analyzing the downstream system information in the read database and loading the downstream system information into the memory;
the data judging module is used for judging whether the number of the same downstream system information is only one, if so, traversing all the enabled downstream system information, judging whether the data needing discarding exist for traversing all the enabled downstream system information, and executing database adding operation for the existing discarded data;
the data adding module is used for reading the confirmed data in the database, creating an entity, assigning the traversed new data to the confirmed old data, setting the traversed new data as the data needing to be abandoned, and executing database adding operation;
the data analysis module is used for judging whether the data to be discarded obtained in the data adding module accords with the communication specifications agreed by the data receiving and transmitting parties, setting the data which accords with the specifications into a confirmed state, updating a database and replacing the data in the memory;
the data transmission module is used for judging whether the downstream system information contained in the data is the confirmed data loaded into the memory in the data analysis module, if so, analyzing the data to obtain IP, port and path information and then executing data transmission;
the data monitoring module is used for monitoring the data transmission state of the data transmission module, and if the data communication fails, the data transmission module is controlled to execute the data transmission again;
the specific steps of analyzing the downstream system information and loading the downstream system information into the memory include:
21 The database reads the downstream system information and judges whether the number of the same downstream system information is only one, if so, the next step is executed, and if not, the operation is not executed;
22 Judging whether the downstream system is in an enabling state, if so, executing the next step, and if not, not executing the operation;
23 Traversing all the enabled downstream system information, judging whether data needing discarding exist or not, if yes, setting the data to be in a discarding state, updating a database, and if not, executing the next step;
24 The confirmed and activated data is replaced into the memory;
the specific steps for analyzing the data sent by the data receiving and sending parties based on the HTTP request include:
31 Reading the memory and obtaining information including IP, port and path of the service provider;
32 Analyzing the data transmission direction, and jumping to the corresponding service provider;
33 Converting the transmitted data into a JSON format character string, and executing an HTTP request to transmit to a receiver by adopting a POST mode;
the specific steps of executing the data transmission retransmission mechanism include:
41 Judging whether a manual operation identifier exists, if so, not executing a data transmission retransmission mechanism, otherwise, executing the next step;
42 Judging whether the data transmission type is asynchronous, if so, entering the next step, and if not, not executing a data transmission retransmission mechanism;
43 Acquiring HTTP request status codes, reading retry status codes defined in a database, executing the next step if the two status codes are matched with each other, and not executing a data transmission retransmission mechanism if the two status codes are not matched with each other;
44 A retry queue is created, a new thread is started, a retry entity is fetched from the head of the queue each time, HTTP requests are re-executed, transmission is executed, the queue is emptied, and the number of threads is reduced by 1.
4. Computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps of the HTTP protocol based middleware data transmission method according to any one of claims 1 to 2 when executing the computer program.
5. A computer-readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the HTTP protocol-based middleware data transmission method according to any one of claims 1 to 2.
CN202111334620.5A 2021-11-11 2021-11-11 Middleware data transmission method, device, equipment and storage medium based on HTTP protocol Active CN114172877B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111334620.5A CN114172877B (en) 2021-11-11 2021-11-11 Middleware data transmission method, device, equipment and storage medium based on HTTP protocol

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111334620.5A CN114172877B (en) 2021-11-11 2021-11-11 Middleware data transmission method, device, equipment and storage medium based on HTTP protocol

Publications (2)

Publication Number Publication Date
CN114172877A CN114172877A (en) 2022-03-11
CN114172877B true CN114172877B (en) 2024-01-26

Family

ID=80478868

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111334620.5A Active CN114172877B (en) 2021-11-11 2021-11-11 Middleware data transmission method, device, equipment and storage medium based on HTTP protocol

Country Status (1)

Country Link
CN (1) CN114172877B (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101661494A (en) * 2009-09-29 2010-03-03 莱芜钢铁集团有限公司 Data interactive method for distributed middleware and database
CN105024855A (en) * 2015-07-13 2015-11-04 浪潮(北京)电子信息产业有限公司 Distributed cluster management system and method
CN108259595A (en) * 2018-01-11 2018-07-06 北京值得买科技股份有限公司 The method and system of asynchronous call between a kind of service
CN108512821A (en) * 2017-02-28 2018-09-07 阿里巴巴集团控股有限公司 Data transmission method, device and system and gateway and transaction data storage method
CN111818166A (en) * 2020-07-09 2020-10-23 杭州绿度信息技术有限公司 Method for realizing communication middleware by adopting HTTP proxy database protocol
WO2021042815A1 (en) * 2019-09-04 2021-03-11 苏宁易购集团股份有限公司 Http redirect status code capture method and apparatus, and computer device
US10979539B1 (en) * 2017-07-21 2021-04-13 State Farm Mutual Automobile Insurance Company Method and system of generating generic protocol handlers
CN112988428A (en) * 2021-04-26 2021-06-18 南京蜂泰互联网科技有限公司 Distributed message asynchronous notification middleware implementation method and system
CN113242312A (en) * 2021-05-26 2021-08-10 西安热工研究院有限公司 Electric power real-time data transmission middleware and asynchronous data access method
WO2021217986A1 (en) * 2020-04-30 2021-11-04 平安科技(深圳)有限公司 Distributed message transmission method and apparatus, computer device and storage medium
CN113794782A (en) * 2021-11-16 2021-12-14 中建八局第二建设有限公司 Internet of things communication system and method based on middleware and MQTT protocol
CN114003656A (en) * 2021-09-18 2022-02-01 宝付网络科技(上海)有限公司 Method and system for data synchronization between different service systems

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010034782A1 (en) * 2000-01-14 2001-10-25 Ian Kinkade Efficient web based proxy message method and apparatus for message queuing middleware resident on a server computer
US7792086B2 (en) * 2003-12-23 2010-09-07 Redknee Inc. Method for implementing an intelligent content rating middleware platform and gateway system
US7246256B2 (en) * 2004-01-20 2007-07-17 International Business Machines Corporation Managing failover of J2EE compliant middleware in a high availability system
US8838808B2 (en) * 2011-09-30 2014-09-16 Apple Inc. Asynchronous communication in web applications

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101661494A (en) * 2009-09-29 2010-03-03 莱芜钢铁集团有限公司 Data interactive method for distributed middleware and database
CN105024855A (en) * 2015-07-13 2015-11-04 浪潮(北京)电子信息产业有限公司 Distributed cluster management system and method
CN108512821A (en) * 2017-02-28 2018-09-07 阿里巴巴集团控股有限公司 Data transmission method, device and system and gateway and transaction data storage method
US10979539B1 (en) * 2017-07-21 2021-04-13 State Farm Mutual Automobile Insurance Company Method and system of generating generic protocol handlers
CN108259595A (en) * 2018-01-11 2018-07-06 北京值得买科技股份有限公司 The method and system of asynchronous call between a kind of service
WO2021042815A1 (en) * 2019-09-04 2021-03-11 苏宁易购集团股份有限公司 Http redirect status code capture method and apparatus, and computer device
WO2021217986A1 (en) * 2020-04-30 2021-11-04 平安科技(深圳)有限公司 Distributed message transmission method and apparatus, computer device and storage medium
CN111818166A (en) * 2020-07-09 2020-10-23 杭州绿度信息技术有限公司 Method for realizing communication middleware by adopting HTTP proxy database protocol
CN112988428A (en) * 2021-04-26 2021-06-18 南京蜂泰互联网科技有限公司 Distributed message asynchronous notification middleware implementation method and system
CN113242312A (en) * 2021-05-26 2021-08-10 西安热工研究院有限公司 Electric power real-time data transmission middleware and asynchronous data access method
CN114003656A (en) * 2021-09-18 2022-02-01 宝付网络科技(上海)有限公司 Method and system for data synchronization between different service systems
CN113794782A (en) * 2021-11-16 2021-12-14 中建八局第二建设有限公司 Internet of things communication system and method based on middleware and MQTT protocol

Also Published As

Publication number Publication date
CN114172877A (en) 2022-03-11

Similar Documents

Publication Publication Date Title
AU2002322282B2 (en) Integrating enterprise support systems
AU2002322282A1 (en) Integrating enterprise support systems
US20080288960A1 (en) Shortcut in reliable communication
CN111083168A (en) Configurable data transmission method and device of Internet of things platform gateway and gateway
CN111083161A (en) Data transmission processing method and device and Internet of things equipment
US20030140149A1 (en) Communication protocol for use in controlling communications in a monitoring service system
US6965571B2 (en) Precise error reporting
CN111694797B (en) File uploading and analyzing method, device, server and medium
CN111835467B (en) Message sending method, device, computer equipment and storage medium
CN113986501A (en) Real-time database API (application program interface) uninterrupted calling method, system, storage medium and server
CN114172877B (en) Middleware data transmission method, device, equipment and storage medium based on HTTP protocol
US7734766B2 (en) Communication device utilizing email for remote procedure calls
CN112367196B (en) Method and device for detecting network communication fault and electronic equipment
CN103997509A (en) Service oriented architecture-based service processing method and apparatus
CN101499031A (en) Software bug feedback system and method
JP2009157786A (en) Message transmission control method, message transmission control device, and message transmission control program
CN115514682A (en) Data transmission method, device, equipment and storage medium
CN112769741B (en) Message communication method and electronic equipment
US20110167006A1 (en) Method and system for a real-time case exchange in a service management environment
CN111552907A (en) Message processing method, device, equipment and storage medium
CN101296415A (en) System and method for fault alarm of website
CN117768663B (en) Multi-protocol cascade gateway
CN117201292B (en) Method capable of accurately positioning request call exception among micro services
CN113141366B (en) Message submitting method and device, storage medium and electronic equipment
JP2021093103A (en) Method for data exchange between systems based on text

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