CN112671877A - Data processing method and device - Google Patents

Data processing method and device Download PDF

Info

Publication number
CN112671877A
CN112671877A CN202011498775.8A CN202011498775A CN112671877A CN 112671877 A CN112671877 A CN 112671877A CN 202011498775 A CN202011498775 A CN 202011498775A CN 112671877 A CN112671877 A CN 112671877A
Authority
CN
China
Prior art keywords
data
message
processing
product
request message
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
CN202011498775.8A
Other languages
Chinese (zh)
Other versions
CN112671877B (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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
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 China Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN202011498775.8A priority Critical patent/CN112671877B/en
Publication of CN112671877A publication Critical patent/CN112671877A/en
Application granted granted Critical
Publication of CN112671877B publication Critical patent/CN112671877B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a data processing method and device, and relates to the technical field of computers. One embodiment of the method comprises: receiving a request message by a universal transaction, and acquiring a source number of data in the request message; judging whether the source number is a preset number or not; if so, determining that the data is from a message platform, and broadcasting the data to each product interacting with the message platform for processing. The embodiment issues a general transaction for interacting data with the message platform, reduces the modification amount of the message platform code under the condition of reducing the newly added requirement of the cash management system, and simultaneously reduces the issue and development of the cash management system needing repeated transactions in the same scene.

Description

Data processing method and device
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a data processing method and apparatus.
Background
The cash management system comprises a plurality of products such as information reports, payment and receipt, contracts, internal accounts and the like, and has the requirement of exchanging data with other lines through messages in the Swift format. Because the message type commonly used by the new generation system is in XML format, and the cash management system is a component of the new generation system, the request message type is also in XML.
The message platform accepts the work of mutual conversion of the SWIFT format message and the XML format message in a new generation system, so that the message platform is required to be used for converting the message type in the scene. After the message platform converts the SWIFT format message into the XML format message, the XML format message is processed by the cash management system, and meanwhile, the message platform can forward the original SWIFT format message to the cash management system in a file form.
In the process of implementing the invention, the inventor finds that the prior art has at least the following problems: in a scenario in which each product in the cash management system needs to process a SWIFT message, there is a phenomenon of data duplication, for example, data that needs to be processed in an information report is data of a scenario A, B, and data that needs to be processed in receipt and payment is data of a scenario B, C.
Disclosure of Invention
In view of this, embodiments of the present invention provide a data processing method and apparatus, which can at least solve the problem that transaction data is repeated and does not have universality due to the respective docking requirements of existing products on a message platform.
To achieve the above object, according to an aspect of an embodiment of the present invention, there is provided a data processing method, a cash management system including a universal transaction and a plurality of products, including:
receiving a request message by a universal transaction, and acquiring a source number of data in the request message;
judging whether the source number is a preset number or not;
if so, determining that the data is from a message platform, and broadcasting the data to each product interacting with the message platform for processing.
Optionally, before the broadcasting the data to each product interacting with the message platform for processing, the method further includes:
acquiring scene parameters in the data for any product in the products;
and judging whether the scene parameters are consistent with the scene parameters required by any product, if so, analyzing the data, and otherwise, not processing the data.
Optionally, before the obtaining of the source number of the data in the request message, the method further includes:
and acquiring the identifier in the request message, and storing the data into a database for backup by taking the identifier as a key name.
Optionally, the identifier is a global tracking number + a sub-transaction serial number.
To achieve the above object, according to another aspect of an embodiment of the present invention, there is provided a data processing apparatus, a cash management system including a universal transaction and a plurality of products, including:
the receiving module is used for receiving a request message in the universal transaction and acquiring the source number of data in the request message;
the judging module is used for judging whether the source number is a preset number or not;
and the transmission module is used for determining that the data is from a message platform if the data is from the message platform, and broadcasting the data to each product interactive with the message platform for processing.
Optionally, the system further includes a parsing module, configured to:
acquiring scene parameters in the data for any product in the products;
and judging whether the scene parameters are consistent with the scene parameters required by any product, if so, analyzing the data, and otherwise, not processing the data.
Optionally, the system further includes a backup module, configured to: and acquiring the identifier in the request message, and storing the data into a database for backup by taking the identifier as a key name.
Optionally, the identifier is a global tracking number + a sub-transaction serial number.
To achieve the above object, according to still another aspect of embodiments of the present invention, there is provided a data processing electronic device.
The electronic device of the embodiment of the invention comprises: one or more processors; a storage device, configured to store one or more programs, which when executed by the one or more processors, cause the one or more processors to implement any of the data processing methods described above.
To achieve the above object, according to still another aspect of embodiments of the present invention, there is provided a computer-readable medium on which a computer program is stored, the program implementing any of the data processing methods described above when executed by a processor.
According to the scheme provided by the invention, one embodiment of the invention has the following advantages or beneficial effects: the cash management system provides a universal XML message format transaction for communicating with the message platform and then forwarding data to each product through kafka, which can effectively reduce the repeated development of product transactions.
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
FIG. 1 is a schematic main flow chart of a data processing method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of the main fields of a database table S00T1_ PUB0110_ INFO;
FIG. 3 is a schematic diagram of a generic transaction application request field;
FIG. 4 is a schematic diagram of the main blocks of a data processing apparatus according to an embodiment of the present invention;
FIG. 5 is an exemplary system architecture diagram in which embodiments of the present invention may be employed;
FIG. 6 is a schematic block diagram of a computer system suitable for use with a mobile device or server implementing an embodiment of the invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
Referring to fig. 1, a main flowchart of a data processing method according to an embodiment of the present invention is shown, which includes the following steps:
s101: receiving a request message by a universal transaction, and acquiring a source number of data in the request message;
s102: judging whether the source number is a preset number or not;
s103: if so, determining that the data is from a message platform, and broadcasting the data to each product interacting with the message platform for processing.
In the above embodiment, for step S101, the existing cash management system processes each product in such a manner that each product is customized to transact with the message platform in each scene, and the message platform forwards the converted data to the corresponding product through the transaction. For example, the data of the information report customized transaction MA and the MB processing scene A, B, the data of the receipt and payment customized transaction MB1 and the MC processing scene B, C, and the MB1 transmit the data of the same transaction scene, but two transactions are customized.
In the above processing mode, different products in the cash management system need to customize multiple transactions in the same scene, but the types and the number of the transmitted fields of some transactions are fixed, so that the workload of the message platform is increased. With the increase of services, more products need to interact with the message platform in the cash management system, and meanwhile, scenes of processing different products are crossed. In order to reduce the interaction between the two platforms, reduce the repeated development and improve the efficiency, the invention provides a general data interaction processing scheme between the two parties.
The design concept of the scheme is that the cash management system issues a general XML message format transaction, which is specially used for receiving data sent by a message platform (original messages in SWIFT format are usually transmitted in the form of attachments). The processing logic of the universal transaction is as follows:
1) after receiving the request message, firstly, acquiring a global unique identifier 'global tracking number + sub-transaction sequence number' in the request message, taking the identifier as a key, and storing the data into a database table for data backup.
Designing a database: a database table S00T1_ PUB0110_ INFO is designed, the table is used for backing up all data sent by the message platform, the primary key is a globally unique identifier "global tracking number + sub-transaction sequence number", and the main fields are as shown in fig. 2.
2) And acquiring the source number of the data in the request message, judging whether the source number is the designated number, if the source number is 0001 (the transmission value of the field is 0001 agreed with the message platform), skipping to the step 3) to continue the subsequent processing, and if the source number is not the designated number, indicating that the data is the data of other extended scenes, and temporarily not processing.
3) And forwarding the data to a consumer (namely, a product with a demand, such as an information report and a receipt and payment) interacting with the message platform through the kafka. In the scheme, a topic is issued on a kafka server, a consumer group is customized for each product, each group receives topic data respectively to ensure that the data achieves the broadcasting effect, kafka sends data once, each product can share the same data, and whether the data needs to be further processed is determined after judging whether the data needs to be further processed.
After each product receives the data forwarded by the kafka, the scene parameters in the data are acquired first, whether the data are required data or not is distinguished according to the scene parameters in product transaction, if yes, analysis processing is required to be continued, and if not, the data are discarded and not processed.
The application request field design of the universal transaction is shown in fig. 3, and the specific fields are described as follows:
1) the message content description is used for recording the service fields converted by the message platform, the number and the type of the specifically transmitted service fields are adjusted according to the scene requirements, and the data organization format is the json format.
2) When the field value is 0001, the field represents that the data source is a message platform, and other values can be used for service expansion of other situations. For example, when the cash management system has a need for data interaction with other platforms, values of 0002, 0003 and the like can be reused to represent data sources of other platforms.
3) The 'inquiry key field description' -the cash management system receives data sent by a plurality of message platforms in sequence, kafka can ensure that several data with the same field are forwarded to each product in the cash management system in sequence, and different data in the field are not ensured to be forwarded in sequence. The principle is that since the kafka technique itself does not guarantee the ordered transmission of data, data in the same partition of kafka can be transmitted in order. Therefore, the same message of 'inquiring key field description' in the technical design can be guaranteed to be sent to the same partition of kafka, and the requirement that each product part needs to be processed sequentially is guaranteed. Examples are: the message platform invokes the transaction 4 times, with the order of invocation labeled A, B, C, D, the receipt and message reports may be received out of order, but if A, C "query key field description" is the same, then A, C is guaranteed to be received in order.
4) "remark one" may be used to transmit the scene parameter, and if the field is not empty, the value will be passed to businessId in the interface when the kafka interface is called to send a message in the universal transaction processing logic.
In the kafka technical design, a consumer receives two parts of data, wherein one part of the data is json format full-volume data, the other part of the data is String type businessId, scene parameters are assigned to the businessId, after each product receives a message, whether the scene is a required scene is judged through the businessId, and whether the json format full-volume data is analyzed is determined. Each product can judge whether the data is required data without analyzing json data first, and processing efficiency is improved. If all data do not need to be processed in sequence, the field can not be used;
5) and the second remark is used for expanding the use under other conditions.
6) The "file state" is used for marking whether to push the Swift file.
Compared with the existing processing mode, the method provided by the embodiment of the invention has the following innovation points and advantages:
1) and issuing a general transaction for data interaction with the message platform. Each scene in each product can carry out data interaction with the message platform customized transaction, the modification amount of the message platform codes is reduced under the condition of reducing the newly increased demand of the cash management system, and the release and development of the cash management system needing repeated transaction in the same scene are reduced.
2) By adopting a mode of full data + scene parameters, after data is distributed, each product can judge whether the data is required data in advance according to the scene parameters and then determine whether the data is processed.
3) In the design of the universal transaction, the business fields adopt a json format, different from the processing mode of fixed transmission field quantity and type in the prior transaction, each product scene can be freely combined with fields to assign a message content description field according to actual requirements, the flexibility and the universality are stronger, meanwhile, the condition of idle transmission of redundant fields can be reduced, and the transmission efficiency is improved.
Referring to fig. 4, which shows a schematic diagram of main modules of a data processing apparatus 400 provided by an embodiment of the present invention, a cash management system includes a universal transaction and a plurality of products, including:
a receiving module 401, configured to receive a request message for a universal transaction, and obtain a source number of data in the request message;
a determining module 402, configured to determine whether the source number is a preset number;
and a transmission module 403, configured to determine that the data is from a message platform if the data is from the message platform, and broadcast the data to each product interacting with the message platform for processing.
The apparatus further includes a parsing module 404 (not shown) for:
acquiring scene parameters in the data for any product in the products;
and judging whether the scene parameters are consistent with the scene parameters required by any product, if so, analyzing the data, and otherwise, not processing the data.
The device further includes a backup module 405 (not shown) for:
and acquiring the identifier in the request message, and storing the data into a database for backup by taking the identifier as a key name.
In the implementation device of the invention, the identifier is a global tracking number + a sub-transaction serial number.
In addition, the detailed implementation of the device in the embodiment of the present invention has been described in detail in the above method, so that the repeated description is not repeated here.
Fig. 5 illustrates an exemplary system architecture 500 to which embodiments of the invention may be applied.
As shown in fig. 5, the system architecture 500 may include terminal devices 501, 502, 503, a network 504, and a server 505 (by way of example only). The network 504 serves to provide a medium for communication links between the terminal devices 501, 502, 503 and the server 505. Network 504 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
The user may use the terminal devices 501, 502, 503 to interact with a server 505 over a network 504 to receive or send messages or the like. Various communication client applications may be installed on the terminal devices 501, 502, 503.
The terminal devices 501, 502, 503 may be various electronic devices having display screens and supporting web browsing, and the server 505 may be a server providing various services.
It should be noted that the method provided by the embodiment of the present invention is generally executed by the server 505, and accordingly, the apparatus is generally disposed in the server 505.
It should be understood that the number of terminal devices, networks, and servers in fig. 5 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 6, a block diagram of a computer system 600 suitable for use with a terminal device implementing an embodiment of the invention is shown. The terminal device shown in fig. 6 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 6, the computer system 600 includes a Central Processing Unit (CPU)601 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)602 or a program loaded from a storage section 608 into a Random Access Memory (RAM) 603. In the RAM 603, various programs and data necessary for the operation of the system 600 are also stored. The CPU 601, ROM 602, and RAM 603 are connected to each other via a bus 604. An input/output (I/O) interface 605 is also connected to bus 604.
The following components are connected to the I/O interface 605: an input portion 606 including a keyboard, a mouse, and the like; an output portion 607 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 608 including a hard disk and the like; and a communication section 609 including a network interface card such as a LAN card, a modem, or the like. The communication section 609 performs communication processing via a network such as the internet. The driver 610 is also connected to the I/O interface 605 as needed. A removable medium 611 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 610 as necessary, so that a computer program read out therefrom is mounted in the storage section 608 as necessary.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 609, and/or installed from the removable medium 611. The computer program performs the above-described functions defined in the system of the present invention when executed by the Central Processing Unit (CPU) 601.
It should be noted that the computer readable medium shown in the present invention can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present invention, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present invention, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The modules described in the embodiments of the present invention may be implemented by software or hardware. The described modules may also be provided in a processor, which may be described as: a processor comprises a receiving module, a judging module and a transmitting module. The names of these modules do not in some cases constitute a limitation on the module itself, and for example, the transmission module may also be described as a "data transmission module".
As another aspect, the present invention also provides a computer-readable medium that may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to comprise:
receiving a request message by a universal transaction, and acquiring a source number of data in the request message;
judging whether the source number is a preset number or not;
if so, determining that the data is from a message platform, and broadcasting the data to each product interacting with the message platform for processing.
According to the technical scheme of the embodiment of the invention, compared with the existing processing mode, the innovation points and advantages are as follows:
1) and issuing a general transaction for data interaction with the message platform. Each scene in each product can carry out data interaction with the message platform customized transaction, the modification amount of the message platform codes is reduced under the condition of reducing the newly increased demand of the cash management system, and the release and development of the cash management system needing repeated transaction in the same scene are reduced.
2) By adopting a mode of full data + scene parameters, after data is distributed, each product can judge whether the data is required data in advance according to the scene parameters and then determine whether the data is processed.
3) In the design of the universal transaction, the business fields adopt a json format, different from the processing mode of fixed transmission field quantity and type in the prior transaction, each product scene can be freely combined with fields to assign a message content description field according to actual requirements, the flexibility and the universality are stronger, meanwhile, the condition of idle transmission of redundant fields can be reduced, and the transmission efficiency is improved.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A method of processing data, a cash management system including a universal transaction and a plurality of products, comprising:
receiving a request message by a universal transaction, and acquiring a source number of data in the request message;
judging whether the source number is a preset number or not;
if so, determining that the data is from a message platform, and broadcasting the data to each product interacting with the message platform for processing.
2. The method of claim 1, further comprising, prior to said broadcasting said data to products interacting with said messaging platform for processing:
acquiring scene parameters in the data for any product in the products;
and judging whether the scene parameters are consistent with the scene parameters required by any product, if so, analyzing the data, and otherwise, not processing the data.
3. The method according to claim 1, further comprising, before the obtaining the source number of the data in the request message:
and acquiring the identifier in the request message, and storing the data into a database for backup by taking the identifier as a key name.
4. The method of claim 3, wherein the identification is a global tracking number + a sub-transaction sequence number.
5. A data processing apparatus, a cash management system including a universal transaction and a plurality of products, comprising:
the receiving module is used for receiving a request message in the universal transaction and acquiring the source number of data in the request message;
the judging module is used for judging whether the source number is a preset number or not;
and the transmission module is used for determining that the data is from a message platform if the data is from the message platform, and broadcasting the data to each product interactive with the message platform for processing.
6. The apparatus of claim 5, further comprising a parsing module configured to:
acquiring scene parameters in the data for any product in the products;
and judging whether the scene parameters are consistent with the scene parameters required by any product, if so, analyzing the data, and otherwise, not processing the data.
7. The apparatus of claim 5, further comprising a backup module to:
and acquiring the identifier in the request message, and storing the data into a database for backup by taking the identifier as a key name.
8. The apparatus of claim 7, wherein the identification is a global tracking number + a sub-transaction sequence number.
9. An electronic device, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-4.
10. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1-4.
CN202011498775.8A 2020-12-16 2020-12-16 Data processing method and device Active CN112671877B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011498775.8A CN112671877B (en) 2020-12-16 2020-12-16 Data processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011498775.8A CN112671877B (en) 2020-12-16 2020-12-16 Data processing method and device

Publications (2)

Publication Number Publication Date
CN112671877A true CN112671877A (en) 2021-04-16
CN112671877B CN112671877B (en) 2022-07-08

Family

ID=75405060

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011498775.8A Active CN112671877B (en) 2020-12-16 2020-12-16 Data processing method and device

Country Status (1)

Country Link
CN (1) CN112671877B (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101576990A (en) * 2008-05-06 2009-11-11 中国建设银行股份有限公司 Banking service processing system
CN102932386A (en) * 2011-08-10 2013-02-13 深圳市金蝶友商电子商务服务有限公司 Message transmission control method and system
CN104579905A (en) * 2013-10-15 2015-04-29 阿里巴巴集团控股有限公司 Message passing method and system, MOM (message oriented middleware) server and receiving terminal
US20170317935A1 (en) * 2015-01-23 2017-11-02 Ebay Inc., Processing high volume network data
CN108197176A (en) * 2017-12-21 2018-06-22 深圳四方精创资讯股份有限公司 Core bank data processing method and its system based on distributed type assemblies framework
US20190012087A1 (en) * 2016-03-17 2019-01-10 Huawei Technologies Co., Ltd. Method, apparatus, and system for preventing loss of memory data
CN109274466A (en) * 2018-08-07 2019-01-25 中国人民银行清算总中心 A kind of middleware message transmitting method and system
CN109271261A (en) * 2018-08-29 2019-01-25 中国建设银行股份有限公司 Method, equipment and storage medium is uniformly processed in a kind of event
CN109451072A (en) * 2018-12-29 2019-03-08 广东电网有限责任公司 A kind of message caching system and method based on Kafka
CN109639653A (en) * 2018-11-29 2019-04-16 中国人民银行清算总中心 Message transmitting method and system based on distributed internet banking system
CN110019240A (en) * 2017-12-29 2019-07-16 中国移动通信集团北京有限公司 A kind of service data interaction method, apparatus and system
CN111899087A (en) * 2020-06-16 2020-11-06 中国建设银行股份有限公司 Data providing method and device, electronic equipment and computer readable storage medium

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101576990A (en) * 2008-05-06 2009-11-11 中国建设银行股份有限公司 Banking service processing system
CN102932386A (en) * 2011-08-10 2013-02-13 深圳市金蝶友商电子商务服务有限公司 Message transmission control method and system
CN104579905A (en) * 2013-10-15 2015-04-29 阿里巴巴集团控股有限公司 Message passing method and system, MOM (message oriented middleware) server and receiving terminal
US20170317935A1 (en) * 2015-01-23 2017-11-02 Ebay Inc., Processing high volume network data
US20190012087A1 (en) * 2016-03-17 2019-01-10 Huawei Technologies Co., Ltd. Method, apparatus, and system for preventing loss of memory data
CN108197176A (en) * 2017-12-21 2018-06-22 深圳四方精创资讯股份有限公司 Core bank data processing method and its system based on distributed type assemblies framework
CN110019240A (en) * 2017-12-29 2019-07-16 中国移动通信集团北京有限公司 A kind of service data interaction method, apparatus and system
CN109274466A (en) * 2018-08-07 2019-01-25 中国人民银行清算总中心 A kind of middleware message transmitting method and system
CN109271261A (en) * 2018-08-29 2019-01-25 中国建设银行股份有限公司 Method, equipment and storage medium is uniformly processed in a kind of event
CN109639653A (en) * 2018-11-29 2019-04-16 中国人民银行清算总中心 Message transmitting method and system based on distributed internet banking system
CN109451072A (en) * 2018-12-29 2019-03-08 广东电网有限责任公司 A kind of message caching system and method based on Kafka
CN111899087A (en) * 2020-06-16 2020-11-06 中国建设银行股份有限公司 Data providing method and device, electronic equipment and computer readable storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
H. WU: "Research Proposal: Reliability Evaluation of the Apache Kafka Streaming System", 《2019 IEEE INTERNATIONAL SYMPOSIUM ON SOFTWARE RELIABILITY ENGINEERING WORKSHOPS (ISSREW)》 *
潘运涛: "消息中间件的应用", 《金融科技时代》 *

Also Published As

Publication number Publication date
CN112671877B (en) 2022-07-08

Similar Documents

Publication Publication Date Title
CN109145023B (en) Method and apparatus for processing data
CN111277639B (en) Method and device for maintaining data consistency
CN111460129B (en) Method, device, electronic equipment and storage medium for generating identification
CN111127181A (en) Voucher bookkeeping method and device
CN111045833A (en) Interface calling method and device
CN111038906A (en) Order sorting method and device
CN108924183B (en) Method and device for processing information
CN111427899A (en) Method, device, equipment and computer readable medium for storing file
CN112084042A (en) Message processing method and device
CN112905645A (en) Bank data processing method and device, electronic equipment and storage medium
CN110764769B (en) Method and device for processing user request
CN113742389A (en) Service processing method and device
CN112671877B (en) Data processing method and device
CN111522617A (en) Method and device for maintaining system and electronic equipment
CN112948138A (en) Method and device for processing message
CN114610895A (en) Work order pushing method and device, electronic equipment and storage medium
CN112416980A (en) Data service processing method, device and equipment
CN113141236A (en) Message processing method and device
CN113760482A (en) Task processing method, device and system
CN117170941B (en) Data backup method, device, electronic equipment and storage medium
CN115827174B (en) Task processing method and device based on multiple instances
CN109376023B (en) Method and equipment for generating calling information and issuing return code group
CN117201597A (en) Message processing method, device, electronic equipment and storage medium
CN113452739A (en) Message processing method and device
CN113947434A (en) Business processing method and device for multi-business component combination scene

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