CN115086243A - Unionpay communication system and method based on message middleware - Google Patents

Unionpay communication system and method based on message middleware Download PDF

Info

Publication number
CN115086243A
CN115086243A CN202210326015.1A CN202210326015A CN115086243A CN 115086243 A CN115086243 A CN 115086243A CN 202210326015 A CN202210326015 A CN 202210326015A CN 115086243 A CN115086243 A CN 115086243A
Authority
CN
China
Prior art keywords
message
unionpay
middleware
platform
bank
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
CN202210326015.1A
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.)
Liaoning Zhenxing Bank Co ltd
Original Assignee
Liaoning Zhenxing Bank 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 Liaoning Zhenxing Bank Co ltd filed Critical Liaoning Zhenxing Bank Co ltd
Priority to CN202210326015.1A priority Critical patent/CN115086243A/en
Publication of CN115086243A publication Critical patent/CN115086243A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention belongs to the technical field of communication management of bank systems, in particular to a Unionpay communication system and a method based on message middleware.

Description

Unionpay communication system and method based on message middleware
Technical Field
The invention belongs to the technical field of communication management of bank systems, and particularly relates to a message middleware-based communication system and a message middleware-based communication method for Unionpay.
Background
In the cross-bank business of the bank, for example, the business of other bank agents or the business of other banks agents, bank card information exchange needs to be performed through the union pay cups platform, and the front-end system in the bank is responsible for communication with the union pay cups platform, at present, the following problems exist in the communication process: firstly, if a large number of transaction requests exist, all transactions are processed in series, and the CPU processing capacity of the bank front-end system is limited, so that the bank front-end system is slow in processing and even down; secondly, in order to improve the information processing capability of the bank front-end system and solve the problem of high concurrency, the overall configuration of hardware needs to be improved, and the problems of low cohesion and high coupling of the bank front-end system are caused, so that the bank front-end system is inconvenient to maintain.
Disclosure of Invention
The invention aims to provide a Unionpay communication system and method based on message middleware, and solves the technical problems that in the prior art, the communication system between the internal system of a bank and the cups platform of the Unionpay has high concurrency, so that the overall requirement on internal hardware of the bank is high, and the preposed system in the bank has low cohesion and high coupling, so that the expansibility of the preposed system is low.
To solve the above technical problem, a first aspect of the present invention is:
there is provided a unionpay message-based middleware communication system, comprising:
the bank front-end system is used for internal and external communication of a bank;
the message middleware is used as an intermediate platform for transmitting communication messages between the bank front-end system and the Unionpay cups platform.
Preferably, the message middleware is a rockmq message queue server.
Preferably, the bank front-end system is a server built through a Micserver service architecture.
Preferably, the unionpay cpus platform is in communication with the message middleware through a TCP communication client service module, and the TCP communication client service module is configured to convert a TcpServer message into a message format required by a Micserver service architecture.
The second aspect of the present invention is:
the method for the Unionpay message-based middleware communication is provided and comprises the following steps:
(1) the method comprises the steps that a Unionpay cups platform sends input messages of clients to a TcpServer service module arranged in front of the Unionpay cups platform;
(2) the TCP communication client service module is used for converting the TcpServer message into a message format required by a Micserver service architecture;
(3) the TCP communication client service module judges whether the message sent by the Unionpay cups platform is allowed or not, and if the message is allowed, the message is released;
(4) the TCP communication client service module converts the message format of the TcpServer service into the message format required by the Micserver service architecture according to the configuration, and then sends the converted message to the data cache service of the message middleware so that the Micserver service architecture can pull the message data to distribute to the bank front-end system.
Compared with the prior art, the invention has the beneficial effects that: the Unionpay communication system based on the message middleware comprises a bank front-end system and the message middleware, wherein the message middleware is a RocktMQ message queue server, the message middleware is used as an intermediate platform for transmitting communication messages between the bank front-end system and the Unionpay cups platform, the high availability and the continuity of the bank front-end system are improved, the characteristics of asynchronous processing, application decoupling and the like of the message middleware are utilized, the stability and the performance of the bank front-end system are greatly improved, the maintenance of the bank front-end system is greatly promoted, the problems of low cohesion and high coupling of the bank front-end system are reduced, the overall requirements on hardware are reduced, and the high concurrency possibly occurring in the communication process summary is prevented.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention. In the drawings:
fig. 1 is a diagram of an embodiment of a message-middleware based communication system for banking according to the present invention.
Fig. 2 is a flowchart of an embodiment of a method for message-middleware-based communication for unionpay according to the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are 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.
Example 1:
a unionpay messaging middleware-based communication system, please refer to fig. 1.
As shown in fig. 1, the unionpay message-middleware-based communication system includes a bank front-end system and a message middleware, wherein the bank front-end system is used for internal and external communication of a bank, the message middleware is a rocktmq message queue server, and the message middleware is used as an intermediate platform for transmitting communication messages between the bank front-end system and the unionpay cups platform.
The bank front-end system in the embodiment is a server built through a Micserver service architecture, the Unionpay cups platform is communicated with the message middleware through a TCP communication client service module, and the TCP communication client service module is used for converting a TcpServer message into a message format required by the Micserver service architecture.
The Unionpay communication system based on the message middleware is provided with the distributed RockMQ which is a message queue server, the RockMQ is used as the message middleware of the system, the high availability and the continuity of the bank front-end system are improved to the maximum extent, the stability and the performance of the bank front-end system are greatly improved by utilizing the characteristics of asynchronous processing, application decoupling and the like of the message middleware, the maintenance of the bank front-end system is greatly promoted, and the problems of high concurrency, high overall requirement on hardware, low cohesion and high coupling of the bank front-end system are solved.
Example 2
Fig. 2 shows a method for a message-oriented middleware-based communication of a bank union.
As shown in fig. 2, the union pay message-based communication system includes the following steps:
s100, the Unionpay cups platform sends the input message of the client to a TcpServer service module arranged in front of the Unionpay cups platform.
The Unionpay cups platform is a China Unionpay bank information exchange system and is used for processing cross-bank services, such as services of other banks acting on the same bank or services of other banks acting on the same bank. And the TcpServer service module is a TCP/IP server built in a Unionpay cups platform.
S200, a TcpServer service module arranged in front of the Unionpay cups platform converts the received input message into a message format of TcpServer service and sends the message format to a TCP communication client service module, and the TCP communication client service module is used for converting the TcpServer message into the message format required by the Micserver service architecture.
S300, the TCP communication client service module judges whether the message sent by the Unionpay cups platform is allowed or not, and if the message is allowed, the message is released.
S400, the TCP communication client service module converts the message format of the TcpServer service into the message format required by the Micserver service architecture according to the configuration, and then sends the converted message to the data cache service of the message middleware so that the Micserver service architecture can pull the message data to be distributed to the bank front-end system.
The message middleware here is a rockmq message queue server. The Unionpay message middleware-based communication method has the advantages that the message queue server RocktMQ is arranged between the Unionpay cups platform and the bank front-end system, the RocktMQ is used as the message middleware of the system, the high availability and the continuity of the bank front-end system are improved, the characteristics of asynchronous processing, application decoupling and the like of the message middleware are utilized, the stability and the performance of the bank front-end system are greatly improved, the maintenance of the bank front-end system is greatly promoted, the problems of low cohesion and high coupling of the bank front-end system are reduced, the overall requirement on hardware is reduced, and the high concurrency possibly caused by communication process collection is prevented.
It should be noted that, in this document, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (5)

1. A unionpay message-middleware-based communication system, comprising:
the bank front-end system is used for internal and external communication of a bank;
the message middleware is used as an intermediate platform for transmitting communication messages between the bank front-end system and the Unionpay cups platform.
2. The silver union message-based middleware communication system according to claim 1, wherein: the message middleware is a RockketMQ message queue server.
3. The silver union message-based middleware communication system according to claim 2, wherein: the bank front-end system is a server built through a Micserver service architecture.
4. The silver union message-based middleware communication system according to claim 3, wherein: the Unionpay cups platform is communicated with the message middleware through a TCP communication client service module, and the TCP communication client service module is used for converting the TcpServer message into a message format required by a Micserver service architecture.
5. A method for Unionpay message middleware-based communication, comprising:
(1) the method comprises the steps that a Unionpay cups platform sends input messages of clients to a TcpServer service module arranged in front of the Unionpay cups platform;
(2) the TCP communication client service module is used for converting the TcpServer message into a message format required by a Micserver service architecture;
(3) the TCP communication client service module judges whether the message sent by the Unionpay cups platform is allowed or not, and if the message is allowed, the message is released;
(4) the TCP communication client service module converts the message format of the TcpServer service into the message format required by the Micserver service architecture according to the configuration, and then sends the converted message to the data cache service of the message middleware so that the Micserver service architecture can pull the message data to distribute to the bank front-end system.
CN202210326015.1A 2022-03-30 2022-03-30 Unionpay communication system and method based on message middleware Pending CN115086243A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210326015.1A CN115086243A (en) 2022-03-30 2022-03-30 Unionpay communication system and method based on message middleware

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210326015.1A CN115086243A (en) 2022-03-30 2022-03-30 Unionpay communication system and method based on message middleware

Publications (1)

Publication Number Publication Date
CN115086243A true CN115086243A (en) 2022-09-20

Family

ID=83248057

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210326015.1A Pending CN115086243A (en) 2022-03-30 2022-03-30 Unionpay communication system and method based on message middleware

Country Status (1)

Country Link
CN (1) CN115086243A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1681260A (en) * 2004-06-30 2005-10-12 中国银行股份有限公司 Processing system between enterprise and bank service abutting joint
CN101877158A (en) * 2010-03-23 2010-11-03 苏州德融嘉信信用管理技术有限公司 Front service platform of bank and operation processing method thereof
CN102546833A (en) * 2012-03-05 2012-07-04 浪潮集团山东通用软件有限公司 Bank enterprise interconnection uniform access platform
CN104158882A (en) * 2014-08-20 2014-11-19 信雅达系统工程股份有限公司 POS (Point Of Sale) system based on cloud middleware
CN111107091A (en) * 2019-12-24 2020-05-05 中信银行股份有限公司 Secure communication method and system
CN113612681A (en) * 2021-08-24 2021-11-05 北银金融科技有限责任公司 Message forwarding and receiving gateway system based on multiple communication protocols of bank

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1681260A (en) * 2004-06-30 2005-10-12 中国银行股份有限公司 Processing system between enterprise and bank service abutting joint
CN101877158A (en) * 2010-03-23 2010-11-03 苏州德融嘉信信用管理技术有限公司 Front service platform of bank and operation processing method thereof
CN102546833A (en) * 2012-03-05 2012-07-04 浪潮集团山东通用软件有限公司 Bank enterprise interconnection uniform access platform
CN104158882A (en) * 2014-08-20 2014-11-19 信雅达系统工程股份有限公司 POS (Point Of Sale) system based on cloud middleware
CN111107091A (en) * 2019-12-24 2020-05-05 中信银行股份有限公司 Secure communication method and system
CN113612681A (en) * 2021-08-24 2021-11-05 北银金融科技有限责任公司 Message forwarding and receiving gateway system based on multiple communication protocols of bank

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
唐丁波: "银联前置机系统的设计", 电脑与信息技术, no. 06, 28 December 2003 (2003-12-28) *
韦有华, 王成耀, 张冬泉, 类维彬: "基于消息中间件的银行综合前置系统的设计与实现", 华北科技学院学报, no. 01, 25 March 2004 (2004-03-25) *

Similar Documents

Publication Publication Date Title
US8190743B2 (en) Most eligible server in a common work queue environment
US20070067389A1 (en) Publish/subscribe messaging system
CN103024014A (en) Method and system for distributing and processing mass data passing through message queues
CN110134534A (en) The system and method for Message Processing optimization is carried out for big data distributed system based on NIO
US7953788B2 (en) System and method for queuing data for an application server
CN111641700A (en) Method for realizing management and retrieval of metadata based on Ceph object storage
US8387070B2 (en) Object request broker
CN109598603B (en) Account opening task processing method and account opening service system
CN115086243A (en) Unionpay communication system and method based on message middleware
CN110442464A (en) Method for processing business, business processing device, electronic equipment and medium
JP2013257706A (en) Global fund transfer system and global fund transfer method
CN112333271A (en) Satellite data storage system, method, electronic equipment and storage medium
CN114844907B (en) Bank transaction high-speed low-connection number implementation method based on MQ asynchronous transceiving
CN111198773A (en) Message-based application communication method and device
CN115982091A (en) Data processing method, system, medium and equipment based on RDMA engine
US7881735B2 (en) Messaging gateway and method
CN112988775B (en) Method, computing device and storage medium for processing batch transactions
US20080147802A1 (en) Queuing of invocations for mobile web services
CN112132685B (en) Information processing method and device, computer equipment and computer readable storage medium
CN114301783A (en) Optimization method and device for micro service, storage medium and electronic device
CN111401819B (en) Intersystem data pushing method and system
US11354635B2 (en) Payment message interface
CN111695984A (en) Account balance processing method and device
CN112492019A (en) Message pushing method and device, electronic equipment and storage medium
CN110232571B (en) Cross-row receipt data processing method, device and system

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