WO2011150601A1 - Transaction processing system - Google Patents

Transaction processing system Download PDF

Info

Publication number
WO2011150601A1
WO2011150601A1 PCT/CN2010/076367 CN2010076367W WO2011150601A1 WO 2011150601 A1 WO2011150601 A1 WO 2011150601A1 CN 2010076367 W CN2010076367 W CN 2010076367W WO 2011150601 A1 WO2011150601 A1 WO 2011150601A1
Authority
WO
WIPO (PCT)
Prior art keywords
unit
request
transaction
data
service
Prior art date
Application number
PCT/CN2010/076367
Other languages
French (fr)
Chinese (zh)
Inventor
虞钢
Original Assignee
西本新干线股份有限公司
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 西本新干线股份有限公司 filed Critical 西本新干线股份有限公司
Publication of WO2011150601A1 publication Critical patent/WO2011150601A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce

Definitions

  • the present invention relates to electronic commerce technology, and more particularly to a transaction processing system for bulk product transactions.
  • the e-commerce system can integrate the information of the service users (both parties to the transaction) and the service providers (such as financial and logistics services). This platform that integrates multiple resources and information effectively promotes the information communication of commodity transactions. Service users bring great convenience.
  • the transaction processing system involved in e-commerce needs to integrate application services provided by service providers on the one hand, and manage and integrate the application services in a standardized form to form a processing flow corresponding to various service types. For example, information release process, commodity transaction process, and so on.
  • This standardized processing flow enables the e-commerce platform to effectively respond to usage requests and improve processing power.
  • the Chinese patent application of Patent Application No. 200710090499.X provides a method for processing a business process, and while maintaining a relatively stable and standardized service process, by refining the jump rules of each step in the process, thereby Differentiated services can be provided to service consumers.
  • transaction processing systems often involve a large number of service users, and a large number of requests from various users need to be processed accordingly.
  • the user's call to the application service is in the form of "many-to-many", that is, multiple different service consumers simultaneously call multiple application services.
  • this many-to-many call form makes the call relationship between the service user and the application service grow geometrically. It is difficult for the transaction processing platform to make the request of the service user quickly and effectively. response.
  • the application services in the transaction processing system are mostly provided by different service providers. The newly added application services need to establish communication relationship with all existing application services in the entire transaction processing system, and the interface protocol may be Some application services are different, and the workload is huge and error-prone.
  • the object of the present invention is to provide a transaction processing system for uniformly and effectively managing a plurality of application services, and capable of responding quickly and efficiently to requests of a plurality of users.
  • the present invention provides a transaction processing system, including: a client, a service integration platform, a data storage unit, and a plurality of application service units, wherein
  • the service integration platform receives the transaction message of the client and issues a call request to the corresponding application service unit;
  • the application service unit receives the call request, acquires corresponding storage data from the data storage unit, and processes the call request to generate processing data; and processes the data to update the stored data.
  • An embodiment of the present invention further provides a transaction processing system, where the data storage unit includes: an update data subunit, configured to record the storage data, and receive the processing data to update the storage data;
  • the query data subunit is configured to back up the stored data in the update data subunit, and receive a query request from the application service unit to provide corresponding storage data.
  • Embodiments of the present invention also provide a transaction processing system that retrieves and backs up stored data from the updated data word unit after a predetermined time.
  • An embodiment of the present invention further provides a transaction processing system, where the service integration platform includes a configuration management unit, a service bus, and a rule unit, where
  • the configuration management unit is configured to acquire a transaction message, convert the transaction message into an access request, and provide the service message to the service bus;
  • the rule unit is configured to provide a processing rule corresponding to the access request
  • the service bus receives the access request and issues a call request to a corresponding application service unit according to its corresponding processing rule.
  • Embodiments of the present invention also provide a transaction processing system that includes a plurality of request types and a processing flow corresponding to each request type.
  • An embodiment of the present invention further provides a transaction processing system, the service bus comprising: a request queue, receiving the access request and queuing the access request;
  • Requesting a processing unit to obtain a predetermined number of access requests from the request queue, and according to the The request type corresponding to the access request is sent to the corresponding flow processing unit; the flow processing unit receives the access request issued by the request processing unit, and issues a call request to the corresponding application service unit according to the corresponding processing flow.
  • Embodiments of the present invention also provide a transaction processing system that queues request queues according to their priority or received time order.
  • the embodiment of the present invention further provides a transaction processing system, wherein the configuration management unit stores a correspondence between an access request and a transaction message, and converts the transaction message into an access request based on the correspondence.
  • Embodiments of the present invention also provide a transaction processing system, the transaction message including at least one access request, and the configuration management unit converting the transaction message into at least one access request.
  • An embodiment of the present invention further provides a transaction processing system, where the service integration platform further includes a service management unit, configured to manage the application service unit.
  • Embodiments of the present invention also provide a transaction processing system, and the managing the application service unit includes: registration, monitoring, security configuration, subscription/release, and version management of the application service unit.
  • Embodiments of the present invention also provide a transaction processing system, the service integration platform further comprising a server interface unit for protocol conversion between the application service unit and a service bus.
  • An embodiment of the present invention further provides a transaction processing system
  • the service integration platform further includes a client interface unit, configured to provide an interface standard, and receive a transaction message of the client based on the interface standard and transmit the message to the client The configuration management unit.
  • the present invention has the following advantages:
  • a plurality of application services are integrated in the same transaction processing system, and a plurality of application service units are uniformly managed, and the transaction messages of the plurality of users can be quickly and effectively processed.
  • the technical solution uses two data storage sub-units to update and query the stored data separately, thereby ensuring the real-time and validity of the data.
  • the transaction processing system of the present technical solution can convert the user's transaction message into a canonical access request, thereby expanding the service type provided by the entire transaction processing system.
  • the transaction processing system of the technical solution sends a call request to the relevant application service unit according to the request type of the access request, and implements unified management of multiple application service units.
  • the service bus in the technical solution queues each access request, and performs parallel processing on a predetermined number of access requests at the same time, thereby avoiding a large number of concurrent access requests simultaneously flowing into the transaction processing system, resulting in a system load being too high. paralysis.
  • the technical solution adopts a service management unit to manage multiple application service units, and implements functions of version control, security configuration, subscription/release, and the like.
  • protocol conversion is performed through the server interface unit, and a plurality of different application service units can be supported.
  • the user interface unit of the technical solution provides an interface standard, and each client issues a transaction message based on the interface standard, thereby realizing unified management of the client.
  • FIG. 1 is a schematic structural diagram of a transaction processing system according to an embodiment of the present invention.
  • FIG. 2 is a schematic structural diagram of a service bus in the structure shown in FIG. 1;
  • FIG. 3 is a flowchart of processing of a transaction message according to an embodiment of the present invention.
  • FIG. 4 is a flow chart showing the processing of a transaction message in accordance with another embodiment of the present invention.
  • the technical solution uses a service integration platform including a service bus to uniformly schedule and manage user requests and related application service units.
  • the user's various transaction messages are converted into standardized access requests, and processed by using corresponding processing flows, so that multiple application service units can be used to standardize the transaction messages of the users, thereby realizing unified integration of multiple application services and management.
  • FIG. 1 is a schematic structural diagram of a transaction processing system according to an embodiment of the present invention.
  • the transaction processing system of this embodiment includes: a client, a service integration platform 11, Application service unit and data storage unit 13.
  • the client is in a plurality of embodiments, namely, client 1, client 2, and client n, and the user of the transaction processing system issues a transaction message through the plurality of clients.
  • the user may be a buyer or a seller; the transaction message may be a contract transaction or a spot transaction.
  • the application service unit is a plurality of application service units 1, an application service unit 2 to an application service unit n, and the transaction message sent by the client is finally executed by the application service unit and deal with.
  • the respective application service units may be provided by a plurality of different service providers, for example, in the transaction of bulk production materials, the specific processing and operation related applications involved may be provided by banks, logistics, warehousing, etc., respectively.
  • the application is equivalent to each of the above application service units.
  • the application service unit performs a corresponding processing process according to the received call request, and acquires related stored data, such as credits, points, and warehousing related inventory information, from the data storage unit 13 during processing. And so on, thereby processing the call request, and generating corresponding processing data, such as bank account related credits, points, and warehousing related inventory changes during the processing.
  • the data storage unit 13 provides corresponding storage data to the application service unit, and receives processing data generated by the application service unit to update its internal storage data.
  • the data storage unit 13 in this embodiment includes an update data sub-unit 131 and a query data sub-unit 132, and the update data sub-unit 131 is configured to record the stored data, and receive the processed data to store the data.
  • the query data sub-unit 132 is configured to back up the stored data in the update data sub-unit 131, and receive a query request from the application service unit to provide corresponding storage data thereto.
  • the query data sub-unit 132 acquires the stored data from the update data sub-unit 131 and backs it up every predetermined time.
  • the update data sub-unit 131 and the query data sub-unit 132 can be implemented using a distributed database system.
  • the bank-related application service unit when processing the transaction message of the client 1, the credit of the user A is changed, and the corresponding change is recorded in the update data in real time.
  • the client 2 also sends a transaction message to query the credit of the user A, the related query data is obtained from the query data word unit 132, and after a predetermined time, the query Data word unit 132 is in the update data subunit 131 The data is backed up, and the internal storage data is updated real-time data.
  • update data sub-unit 131 and the query data word unit 132 are respectively used in the technical solution to update and query data, when both occur In the event of a conflict, data updates and queries do not affect each other, ensuring the real-time and validity of the stored data.
  • the service integration platform 11 receives the transaction message of the client and sends a call request to the corresponding application service unit, and specifically includes: a client interface unit 111, a configuration management unit 112, a rule unit 113, a service bus 114, and a service management unit 115. And a server interface unit 116.
  • the client interface unit 111 is configured to provide an interface standard and receive a transaction message of the client based on the interface standard and transmit it to the configuration management unit 112.
  • the service integration platform 11 can be accessed. Therefore, the client interface unit 111 can implement the connection of different types and different versions of the client. Into, for example, support both computer client access and mobile client access, and can also support multiple different versions of the client to meet the needs of users.
  • the configuration management unit 112 is configured to acquire the transaction message, convert the transaction message into an access request, and provide the service bus 114.
  • the transaction message may be a contract transaction, a spot transaction, or a combination of the two, wherein the contract transaction and the spot transaction are separate access requests, respectively applying the normalized processing rules, and the contract transaction and the spot transaction.
  • the combination is split into a combination of access requests corresponding to transactions and spot transactions, thereby enabling processing of new transaction messages through a combination of existing access requests.
  • the rule unit 113 is configured to provide a processing rule corresponding to the access request, and may include multiple request types and a processing flow corresponding to each request type.
  • the request type includes "contract" and "spot", wherein the processing process corresponding to the spot includes the verification of the storage spot information, the inquiry of the bank credit data, the delivery of the spot, and the update of the bank, the warehouse data, and the like.
  • the processing process corresponding to the contract includes the inquiry change of the bank credit data and the verification of the relevant settlement unit.
  • the service bus 114 receives the access request issued by the configuration management unit 112, and issues a call request to the corresponding application service unit according to the processing rule provided by the rule unit 113, that is, the request type and the corresponding processing flow. For example, according to the relevant access request, the application service unit provided by the service provider such as bank, warehouse, etc. is respectively called for processing.
  • the service provider such as bank, warehouse, etc.
  • the service management unit 115 is configured to manage the application service unit, including: The registration of the service unit, the application service unit newly integrated into the transaction processing system of the embodiment needs to complete the registration process to be able to be invoked and obtain the access to the data storage unit 13 to receive the call request and perform related processing; Monitoring of application service units, monitoring status information of each application service unit, such as the number of times called, current version information, etc.; security configuration of the application service unit, controlling the security of each application service unit, such as for a computer client The transaction message sent is less secure and may be misappropriated.
  • the application service unit related to bank credit does not accept the change of credit data, only accepts the query, and the transaction information sent by the mobile phone client is related to the user.
  • the initial version VI is The service management unit 115 logs out, so that subsequent call requests are only for the updated version V2, thereby reducing the complexity of the calling process of the service bus 114.
  • the server interface unit 116 is used for protocol conversion between the application service unit and the service bus 114, and unifies the interface protocol of the application service unit and the service bus.
  • the implementation manners and interface protocols of the application service units provided by different service providers, such as banks, warehousing, etc. are different, and the server interface unit 116 is configured to use different types such as a hypertext transfer protocol.
  • the interface information of the (HTTP) or Single Object Access Protocol (SOAP) application service unit is converted into a unified protocol compatible with the service bus 114, facilitating integration of the system and addition of new application service units provided by different service providers. .
  • the server interface unit 116 in this embodiment can support various common implementation protocols, thereby improving applicability.
  • Fig. 2 is a block diagram showing the structure of the service bus 114 shown in Fig. 1.
  • the service bus of this embodiment includes: a request queue 114a, which receives an access request generated by the configuration management unit 112 and queues it; a request processing unit 114b obtains a predetermined number from the request queue. Accessing the request, and sending the access request to the corresponding flow processing unit 114c according to the request type corresponding to the access request; the flow processing unit 114c, receiving the request The access request issued by the processing unit 114b is requested, and an invocation request is issued to the corresponding application service unit according to its corresponding processing flow.
  • the request queue 114a caches and sorts the access request, and different access requests correspond to different priorities. Since the request processing capability of the service bus 114 is limited, Therefore, after the priority is set, the access request with the higher priority is preferentially provided to the request processing unit 114b to ensure that it is preferentially processed, and the access request with the lower priority can be suspended.
  • the queuing process may also be performed according to the time sequence of receiving the access request, and the first received access request is preferentially provided to the request processing unit 114b.
  • the processing capabilities of the service bus 114 are primarily determined by the request processing unit 114b.
  • the request processing unit 114b may be plural in a specific embodiment, such as the request processing unit 1, the request processing unit 2, and the request processing unit n, and each request processing unit processes only one access request at the same time. Therefore, the number of access requests that request processing unit 114b can process does not exceed a specific number of request processing units.
  • the request processing unit 114b accesses the request queue 114a to check whether the unprocessed access request is temporarily stored in the request queue 114a: if the access request has not been processed, The request processing sub-unit 114b invokes the access request with the highest priority and sends the access request to the corresponding flow processing unit 114c.
  • the request processing unit 114b can limit the number of access requests that are simultaneously processed, and avoids a large number of concurrent access requests simultaneously flowing into the transaction processing system, resulting in a system load being too high.
  • a plurality of flow processing units such as the flow processing unit 1, the flow processing unit 2, and the flow processing unit n may be included. Similar to the request processing unit 114b, each flow processing unit processes only one access request at the same time. However, when processing the access request, the flow processing unit 114c needs to be based on the access request corresponding to the access request provided by the rule unit. Process the process and process the access request step by step.
  • the process processing unit 114c respectively calls different application service units, for example, the process processing unit 1 corresponds to an application service unit provided by the bank and the process processing unit 2 corresponds to an application service unit provided by the warehouse, that is, according to Calling a request to the corresponding application service unit at different stages of the access request, and processing the access request by the application service unit.
  • the processing result of the access request is returned to The flow processing unit 114c is directed by the flow processing unit 114c
  • the next application service unit issues a call request.
  • the access request completes the corresponding processing and generates processing data, after which the electronic transaction service platform stores the processing data in the data storage unit.
  • the access request received by the flow processing unit 114c is encrypted. Therefore, the flow processing unit 114c is further configured to decrypt the encrypted access request, and then according to the corresponding processing. The process is processed.
  • the transaction message sent by the client including the trading information of the steel spot (corresponding to the actual steel trading, related outbound, warehousing and bank settlement, etc.); the contract transaction message (corresponding to procurement, Intention to sell).
  • FIG. 3 is a schematic flow chart of the contract transaction of the embodiment.
  • it corresponds to a transaction message that a user (buyer or seller) issues a contract transaction through a client, and the transaction message is converted by the configuration management unit 112.
  • the access request (which is still a contract transaction in this embodiment) is then transmitted to the service bus 114, and the service bus 114 sorts and processes the data.
  • the specific processing procedure is based on the processing rule stored in the rule unit 113. Determine, specifically including its request type is "contract", the corresponding processing flow is shown in Figure 3.
  • the related processing flow includes: Step S101, a standard contract issuance, and the step is processed by the service bus 114 to issue a call request to the corresponding application service unit (such as a contract application service unit provided inside the transaction processing system) for issuing, the standard
  • the contract includes standard elements such as the transaction product, the transaction time, the transaction place, and the transaction price.
  • Step S102 the contract price check is passed, and the step is also completed by the contract application service unit. If not, the step S120 is performed, and the contract cannot be issued. If the step S103 is performed, it is checked whether the credit of the publishing user is sufficient; Step S103 involves checking the credit, and the flow processing unit in the service bus 114 correspondingly calls the credit application service unit provided by the bank to check the credit of the publishing user.
  • step S104 is performed to perform standard contract credit occupation, and the similar service bus 114 invokes the credit application service unit provided by the bank, and a part of the user's credit occupation is issued;
  • Step S105 the standard contract is successfully generated, this step By the stated The application service unit is completed;
  • step S106 applying for settlement unit association, and step S107, checking whether the association of the application settlement unit is approved, and the above two steps need to associate with the specific settlement unit of the contract transaction, for example, which unit is responsible for The settlement of this contract is also completed by the contract application service unit; if the audit fails, it is executed In step S130, the contract association fails. If the audit is passed, step S108 is executed to generate the associated contract credit occupation.
  • step S109 the standard contract credit occupancy is released.
  • the above two steps involve the credit of the user, which is processed by the process in the service bus 114.
  • the unit correspondingly calls the credit application service unit provided by the bank to complete; after step S110 is executed, the association contract is successfully generated, and is completed by the contract application service unit.
  • the flow of the above contract transaction is based on the processing rule in the rule unit 113, and is uniformly scheduled by the service bus 114, and is called by the corresponding application service unit.
  • the processing rules in the rule unit 113 can be configured and updated by the administrator of the transaction processing system to effectively process the transaction messages of the user, and can change and optimize the corresponding processing rules according to actual needs.
  • the service bus 114 can schedule and process a large number of access requests asynchronously, thereby realizing the conversion of the synchronous access request to the asynchronous processing. Improve the processing efficiency and utilization of the system.
  • Step S201 A seller user sends a transaction message for selling an inventory transaction through the client, and the buyer user passes the client. The message is responsive, and it is desired to buy; step S202, checking whether the buyer user credit is sufficient, and the step is completed by the corresponding processing bank of the credit application service unit provided by the flow processing unit in the service bus 114; if sufficient, the step is performed.
  • step S203 the spot transaction is initiated, step S204, generating a credit occupation of the buyer user, the step is still completed by the credit application service unit provided by the bank; then executing step S205, the buyer and the seller confirm the transaction, and the transaction processing system is integrated internally.
  • the spot confirmation application service unit is completed, and may be determined by the buyer and the seller sending a receipt to the respective client through the spot confirmation application service unit; Step S206, releasing the credit occupation of the purchased user, after obtaining the confirmation of the buyer and the seller Credit application provided by the bank
  • the service unit is completed; then step S207 is executed, the spot transaction is successful, and the points are generated, which are provided by the bank or integrated by the transaction processing system.
  • the stored data to be queried and the processed data generated by the above steps are completed by the data storage unit 13.
  • the transaction messages of the above two embodiments are contract transactions and spot transactions, respectively.
  • It can be a more complicated transaction message, such as a combination of contract transaction and spot transaction, and then converted by the configuration management unit into a relatively independent contract transaction and a spot transaction access request, although the invention has been better.
  • the embodiments are disclosed as above, but are not intended to limit the present invention, and any person skilled in the art can make possible changes to the technical solutions of the present invention by using the methods and technical contents disclosed above without departing from the spirit and scope of the present invention. And the modifications, therefore, are not to be construed as a departure from the scope of the invention.

Abstract

A transaction processing system includes: a client, a service integration platform (11), a data storage unit (13) and a plurality of application serving units, wherein, the service integration platform (11) receives a transaction message from the client and sends a call request to the corresponding application serving unit; the application serving unit receives the call request, acquires the corresponding storage data from the data storage unit (13) and processes the call request to generate a processing data; the data storage unit (13) provides the corresponding storage data to the application serving unit, and receives the processing data to update the storage data. With the invention, a plurality of application service can be managed uniformly and effectively, then enable to fast and effectively respond to the requests from a plurality of users.

Description

交易处理系统  Transaction processing system
本申请要求于 2010 年 6 月 4 日提交中国专利局、 申请号为 201010197446.X, 发明名称为 "交易处理系统"的中国专利申请的优先权, 其 全部内容通过引用结合在本申请中。  The present application claims priority to Chinese Patent Application No. 201010197446.X, entitled "Transaction Processing System", which is incorporated herein by reference.
技术领域 Technical field
本发明涉及电子商务技术,尤其涉及一种用于大宗产品交易的交易处理系 统。  The present invention relates to electronic commerce technology, and more particularly to a transaction processing system for bulk product transactions.
背景技术 Background technique
随着社会信息化及网络化的深入发展,越来越多的商品交易可以基于电子 商务系统完成。 电子商务系统可以将服务使用者(交易双方)以及服务提供者 (例如金融、 物流服务等)的信息一并整合, 这种整合了多方资源、 信息的平 台有效促进了商品交易的信息沟通, 给服务使用者带来了极大的便利。  With the in-depth development of social information and networking, more and more commodity transactions can be completed based on e-commerce systems. The e-commerce system can integrate the information of the service users (both parties to the transaction) and the service providers (such as financial and logistics services). This platform that integrates multiple resources and information effectively promotes the information communication of commodity transactions. Service users bring great convenience.
通常的,电子商务所涉及的交易处理系统一方面需要整合服务提供者提供 的应用服务, 并以合乎规范的形式对所述应用服务进行管理和整合, 形成与各 种服务类型对应的处理流程, 例如信息发布流程、 商品交易流程等等。 这种规 范化的处理流程可以使得电子商务平台有效的响应使用请求, 提高处理能力。 专利申请号 200710090499.X的中国专利申请即提供了一种业务流程的处理方 法,在保持服务流程相对稳定及标准化的同时, 通过对流程中各步骤的跳转规 则进行细化的设定, 从而可以向服务使用者提供差异化的服务。  Generally, the transaction processing system involved in e-commerce needs to integrate application services provided by service providers on the one hand, and manage and integrate the application services in a standardized form to form a processing flow corresponding to various service types. For example, information release process, commodity transaction process, and so on. This standardized processing flow enables the e-commerce platform to effectively respond to usage requests and improve processing power. The Chinese patent application of Patent Application No. 200710090499.X provides a method for processing a business process, and while maintaining a relatively stable and standardized service process, by refining the jump rules of each step in the process, thereby Differentiated services can be provided to service consumers.
在实际应用中, 交易处理系统往往涉及众多的服务使用者, 需要对各个使 用者的大量请求进行相应的处理。通常情况下,使用者对所述应用服务的调用 属于 "多对多" 的形式, 即多个不同的服务使用者同时调用多个应用服务。 随 着服务使用者的增加,这种多对多的调用形式使得服务使用者与应用服务之间 的调用关系呈几何级数增长,交易处理平台很难快速有效的对服务使用者的请 求做出响应。而且交易处理系统中的应用服务大多情况下是由不同的服务提供 者提供的,新加入的应用服务需要与整个交易处理系统中所有已有的应用服务 建立通信关系, 而且其接口协议可能与已有的应用服务不同, 工作量巨大且容 易出错。  In practical applications, transaction processing systems often involve a large number of service users, and a large number of requests from various users need to be processed accordingly. Usually, the user's call to the application service is in the form of "many-to-many", that is, multiple different service consumers simultaneously call multiple application services. With the increase of service users, this many-to-many call form makes the call relationship between the service user and the application service grow geometrically. It is difficult for the transaction processing platform to make the request of the service user quickly and effectively. response. Moreover, the application services in the transaction processing system are mostly provided by different service providers. The newly added application services need to establish communication relationship with all existing application services in the entire transaction processing system, and the interface protocol may be Some application services are different, and the workload is huge and error-prone.
发明内容 本发明的目的是提供一种交易处理系统,对多个应用服务进行统一、有效 的管理, 能够对多个用户的请求做出快速有效的响应。 Summary of the invention The object of the present invention is to provide a transaction processing system for uniformly and effectively managing a plurality of application services, and capable of responding quickly and efficiently to requests of a plurality of users.
为解决上述问题, 本发明提供了一种交易处理系统, 包括: 客户端、 服 务整合平台、 数据存储单元和多个应用服务单元, 其中,  In order to solve the above problems, the present invention provides a transaction processing system, including: a client, a service integration platform, a data storage unit, and a plurality of application service units, wherein
所述服务整合平台接收所述客户端的交易消息并向相应的应用服务单元 发出调用请求;  The service integration platform receives the transaction message of the client and issues a call request to the corresponding application service unit;
所述应用服务单元接收所述调用请求,从所述数据存储单元获取相应的存 储数据并对所述调用请求进行处理, 产生处理数据; 处理数据以对所述存储数据进行更新。  The application service unit receives the call request, acquires corresponding storage data from the data storage unit, and processes the call request to generate processing data; and processes the data to update the stored data.
本发明的实施例还提供一种交易处理系统, 所述数据存储单元包括: 更新数据子单元, 用于记录所述存储数据, 并接收所述处理数据以对所述 存储数据进行更新;  An embodiment of the present invention further provides a transaction processing system, where the data storage unit includes: an update data subunit, configured to record the storage data, and receive the processing data to update the storage data;
查询数据子单元, 用于对所述更新数据子单元中的存储数据进行备份, 并 接收所述应用服务单元的查询请求向其提供相应的存储数据。  The query data subunit is configured to back up the stored data in the update data subunit, and receive a query request from the application service unit to provide corresponding storage data.
本发明的实施例还提供一种交易处理系统,所述查询数据子单元每隔预定 时间后, 从所述更新数据字单元中获取存储数据并对其进行备份。  Embodiments of the present invention also provide a transaction processing system that retrieves and backs up stored data from the updated data word unit after a predetermined time.
本发明的实施例还提供一种交易处理系统,所述服务整合平台包括配置管 理单元、 服务总线及规则单元, 其中,  An embodiment of the present invention further provides a transaction processing system, where the service integration platform includes a configuration management unit, a service bus, and a rule unit, where
所述配置管理单元用于获取交易消息,将所述交易消息转换为访问请求并 提供给所述服务总线;  The configuration management unit is configured to acquire a transaction message, convert the transaction message into an access request, and provide the service message to the service bus;
所述规则单元用于提供所述访问请求对应的处理规则;  The rule unit is configured to provide a processing rule corresponding to the access request;
所述服务总线接收所述访问请求,并根据其对应的处理规则向相应的应用 服务单元发出调用请求。  The service bus receives the access request and issues a call request to a corresponding application service unit according to its corresponding processing rule.
本发明的实施例还提供一种交易处理系统,所述处理规则包括多个请求类 型以及每一请求类型对应的处理流程。  Embodiments of the present invention also provide a transaction processing system that includes a plurality of request types and a processing flow corresponding to each request type.
本发明的实施例还提供一种交易处理系统, 所述服务总线包括: 请求队列, 接收所述访问请求并对其进行排队;  An embodiment of the present invention further provides a transaction processing system, the service bus comprising: a request queue, receiving the access request and queuing the access request;
请求处理单元,从所述请求队列中获取预定数量的访问请求, 并根据所述 访问请求对应的请求类型将该访问请求发送至对应的流程处理单元; 流程处理单元,接收所述请求处理单元发出的访问请求, 并根据其对应的 处理流程向相应的应用服务单元发出调用请求。 Requesting a processing unit to obtain a predetermined number of access requests from the request queue, and according to the The request type corresponding to the access request is sent to the corresponding flow processing unit; the flow processing unit receives the access request issued by the request processing unit, and issues a call request to the corresponding application service unit according to the corresponding processing flow.
本发明的实施例还提供一种交易处理系统,所述请求队列根据所述访问请 求的优先级或接收的时间顺序对其进行排队。  Embodiments of the present invention also provide a transaction processing system that queues request queues according to their priority or received time order.
本发明的实施例还提供一种交易处理系统,所述配置管理单元中存储有访 问请求与交易消息的对应关系,并基于所述对应关系将交易消息转换为访问请 求。  The embodiment of the present invention further provides a transaction processing system, wherein the configuration management unit stores a correspondence between an access request and a transaction message, and converts the transaction message into an access request based on the correspondence.
本发明的实施例还提供一种交易处理系统,所述交易消息包括至少一个访 问请求, 所述配置管理单元将所述交易消息转换为至少一个访问请求。  Embodiments of the present invention also provide a transaction processing system, the transaction message including at least one access request, and the configuration management unit converting the transaction message into at least one access request.
本发明的实施例还提供一种交易处理系统,所述服务整合平台还包括服务 管理单元, 用于对所述应用服务单元进行管理。  An embodiment of the present invention further provides a transaction processing system, where the service integration platform further includes a service management unit, configured to manage the application service unit.
本发明的实施例还提供一种交易处理系统,所述对所述应用服务单元进行 管理包括: 应用服务单元的注册、 监控、 安全配置、 订阅 /发布和版本管理。  Embodiments of the present invention also provide a transaction processing system, and the managing the application service unit includes: registration, monitoring, security configuration, subscription/release, and version management of the application service unit.
本发明的实施例还提供一种交易处理系统,所述服务整合平台还包括服务 端接口单元, 用于所述应用服务单元与服务总线之间的协议转换。  Embodiments of the present invention also provide a transaction processing system, the service integration platform further comprising a server interface unit for protocol conversion between the application service unit and a service bus.
本发明的实施例还提供一种交易处理系统,所述服务整合平台还包括用户 端接口单元, 用于提供接口标准, 并基于所述接口标准接收所述客户端的交易 消息并将其传输至所述配置管理单元。  An embodiment of the present invention further provides a transaction processing system, the service integration platform further includes a client interface unit, configured to provide an interface standard, and receive a transaction message of the client based on the interface standard and transmit the message to the client The configuration management unit.
与现有技术相比, 本发明具有以下优点:  Compared with the prior art, the present invention has the following advantages:
上述技术方案中,将多个应用服务整合在同一交易处理系统中,对多个应 用服务单元进行统一管理, 能够对多个用户的交易消息做出快速有效的处理。  In the above technical solution, a plurality of application services are integrated in the same transaction processing system, and a plurality of application service units are uniformly managed, and the transaction messages of the plurality of users can be quickly and effectively processed.
此外,本技术方案采用两个数据存储子单元对存储数据分别进行更新和查 询, 保证了数据的实时性和有效性。 进一步的, 本技术方案的交易处理系统可 以将用户的交易消息转换为规范的访问请求,从而使得整个交易处理系统提供 的服务类型得到扩展。  In addition, the technical solution uses two data storage sub-units to update and query the stored data separately, thereby ensuring the real-time and validity of the data. Further, the transaction processing system of the present technical solution can convert the user's transaction message into a canonical access request, thereby expanding the service type provided by the entire transaction processing system.
进一步的, 本技术方案的交易处理系统根据访问请求的请求类型, 采用相 应的处理流程向相关的应用服务单元发出调用请求,实现了对多个应用服务单 元的统一管理。 进一步的, 本技术方案中的服务总线对各个访问请求进行排队,且同一时 间对预定数量的访问请求进行并行处理,避免了大量并发的访问请求同时涌入 交易处理系统, 导致系统负荷过高而瘫痪。 Further, the transaction processing system of the technical solution sends a call request to the relevant application service unit according to the request type of the access request, and implements unified management of multiple application service units. Further, the service bus in the technical solution queues each access request, and performs parallel processing on a predetermined number of access requests at the same time, thereby avoiding a large number of concurrent access requests simultaneously flowing into the transaction processing system, resulting in a system load being too high. paralysis.
进一步的, 本技术方案采用服务管理单元对多个应用服务单元进行管理, 实现了版本控制、 安全配置、 订阅 /发布等功能。  Further, the technical solution adopts a service management unit to manage multiple application service units, and implements functions of version control, security configuration, subscription/release, and the like.
进一步的,本技术方案的交易处理系统中通过服务端接口单元进行协议转 换, 能够支持多个不同的应用服务单元。  Further, in the transaction processing system of the present technical solution, protocol conversion is performed through the server interface unit, and a plurality of different application service units can be supported.
另夕卜, 本技术方案的用户接口单元提供接口标准,各客户端基于所述接口 标准发布交易消息, 实现了客户端的统一管理。  In addition, the user interface unit of the technical solution provides an interface standard, and each client issues a transaction message based on the interface standard, thereby realizing unified management of the client.
附图说明 DRAWINGS
图 1是本发明实施例的交易处理系统的结构示意图;  1 is a schematic structural diagram of a transaction processing system according to an embodiment of the present invention;
图 2是图 1所示结构中的服务总线的结构示意图;  2 is a schematic structural diagram of a service bus in the structure shown in FIG. 1;
图 3是本发明的一个实施例的交易消息的处理流程图;  3 is a flowchart of processing of a transaction message according to an embodiment of the present invention;
图 4是本发明的另一个实施例的交易消息的处理流程图。  4 is a flow chart showing the processing of a transaction message in accordance with another embodiment of the present invention.
具体实施方式 detailed description
为使本发明的上述目的、特征和优点能够更为明显易懂, 下面结合附图对 本发明的具体实施方式做详细的说明。  The above described objects, features and advantages of the present invention will become more apparent from the aspects of the appended claims.
在以下描述中阐述了具体细节以便于充分理解本发明。但是本发明能够以 多种不同于在此描述的其它方式来实施,本领域技术人员可以在不违背本发明 内涵的情况下做类似推广。 因此本发明不受下面公开的具体实施方式的限制。  Specific details are set forth in the following description in order to provide a thorough understanding of the invention. However, the present invention can be implemented in a variety of other ways than those described herein, and those skilled in the art can make similar promotion without departing from the spirit of the invention. The invention is therefore not limited by the specific embodiments disclosed below.
现有技术的交易处理系统中, 用户与应用服务之间为多对多的对应方式, 随着用户数量与应用服务种类的增加,使得整个交易处理系统的负荷呈几何级 数级增长,难以维护和管理,而且无法保证对用户的请求进行快速有效的响应。  In the prior art transaction processing system, there is a many-to-many correspondence between the user and the application service. As the number of users and the types of application services increase, the load of the entire transaction processing system increases geometrically, which is difficult to maintain. And management, and there is no guarantee that the user's request will respond quickly and efficiently.
本技术方案使用包括服务总线的服务整合平台对用户的请求和相关的应 用服务单元进行统一的调度和管理。将用户的各种交易消息转化为规范化的访 问请求,使用相应的处理流程来处理,从而可以使用多个应用服务单元对用户 的交易消息进行标准化的处理, 实现了多个应用服务的统一整合和管理。  The technical solution uses a service integration platform including a service bus to uniformly schedule and manage user requests and related application service units. The user's various transaction messages are converted into standardized access requests, and processed by using corresponding processing flows, so that multiple application service units can be used to standardize the transaction messages of the users, thereby realizing unified integration of multiple application services and management.
图 1是本发明实施例的交易处理系统的结构示意图。  1 is a schematic structural diagram of a transaction processing system according to an embodiment of the present invention.
如图 1所示, 本实施例的交易处理系统包括: 客户端, 服务整合平台 11 , 应用服务单元和数据存储单元 13。 As shown in FIG. 1, the transaction processing system of this embodiment includes: a client, a service integration platform 11, Application service unit and data storage unit 13.
其中, 所述客户端在一具实施例中为多个, 分别为客户端 1、 客户端 2至 客户端 n, 交易处理系统的用户通过所述多个客户端发出交易消息。 所述用户 可以是买方, 也可以是卖方; 所述交易消息可以是合约交易, 也可以是现货交 易。  The client is in a plurality of embodiments, namely, client 1, client 2, and client n, and the user of the transaction processing system issues a transaction message through the plurality of clients. The user may be a buyer or a seller; the transaction message may be a contract transaction or a spot transaction.
所述应用服务单元在一具体实施例中为多个, 分别为应用服务单元 1、 应 用服务单元 2至应用服务单元 n, 所述客户端发出的交易消息最终由所述应用 服务单元来执行和处理。所述各个应用服务单元可以由多家不同的服务提供者 提供, 例如在大宗生产资料的交易中, 涉及的具体处理和操作相关的应用程序 可以分别由银行、 物流、 仓储等提供, 其提供的应用程序相当于上述各个应用 服务单元。 所述应用服务单元根据接收到的调用请求后进行相应的处理过程, 在处理过程中从所述数据存储单元 13中获取相关的存储数据, 如银行账户相 关的信用、 积分以及仓储相关的库存情况等, 从而对所述调用请求进行处理, 在处理过程中产生相应的处理数据,如银行账户相关的信用、积分以及仓储相 关的库存情况等的变更。  The application service unit is a plurality of application service units 1, an application service unit 2 to an application service unit n, and the transaction message sent by the client is finally executed by the application service unit and deal with. The respective application service units may be provided by a plurality of different service providers, for example, in the transaction of bulk production materials, the specific processing and operation related applications involved may be provided by banks, logistics, warehousing, etc., respectively. The application is equivalent to each of the above application service units. The application service unit performs a corresponding processing process according to the received call request, and acquires related stored data, such as credits, points, and warehousing related inventory information, from the data storage unit 13 during processing. And so on, thereby processing the call request, and generating corresponding processing data, such as bank account related credits, points, and warehousing related inventory changes during the processing.
所述数据存储单元 13向所述应用服务单元提供相应的存储数据, 并接收 所述应用服务单元产生的处理数据以对其内部的存储数据进行更新。本实施例 中所述数据存储单元 13包括更新数据子单元 131和查询数据子单元 132, 所 述更新数据子单元 131用于记录所述存储数据,并接收所述处理数据以对所述 存储数据进行更新; 所述查询数据子单元 132用于对所述更新数据子单元 131 中的存储数据进行备份,并接收所述应用服务单元的查询请求向其提供相应的 存储数据。所述查询数据子单元 132每隔预定时间后,从所述更新数据子单元 131中获取存储数据并对其进行备份。  The data storage unit 13 provides corresponding storage data to the application service unit, and receives processing data generated by the application service unit to update its internal storage data. The data storage unit 13 in this embodiment includes an update data sub-unit 131 and a query data sub-unit 132, and the update data sub-unit 131 is configured to record the stored data, and receive the processed data to store the data. The query data sub-unit 132 is configured to back up the stored data in the update data sub-unit 131, and receive a query request from the application service unit to provide corresponding storage data thereto. The query data sub-unit 132 acquires the stored data from the update data sub-unit 131 and backs it up every predetermined time.
所述更新数据子单元 131和查询数据子单元 132可以使用分布式的数据库 系统实现。 在一具体实施例中, 以银行相关的应用服务单元为例, 其在处理客 户端 1的交易消息时,对用户甲的信用进行了更改,相应的更改被实时的记录 于所述更新数据子单元 131中, 若同时客户端 2也发出一交易消息,对所述用 户甲的信用进行查询, 则相关的查询数据从所述查询数据字单元 132中获取, 经过一预定时间后,所述查询数据字单元 132对所述更新数据子单元 131中的 存储数据进行备份,使其内部的存储数据为更新后的实时数据, 由于本技术方 案中采用相互独立的更新数据子单元 131和查询数据字单元 132分别进行数据 的更新和查询, 当二者发生沖突时, 数据的更新和查询不会相互影响, 保证了 其中的存储数据的实时性和有效性。 The update data sub-unit 131 and the query data sub-unit 132 can be implemented using a distributed database system. In a specific embodiment, taking the bank-related application service unit as an example, when processing the transaction message of the client 1, the credit of the user A is changed, and the corresponding change is recorded in the update data in real time. In the unit 131, if the client 2 also sends a transaction message to query the credit of the user A, the related query data is obtained from the query data word unit 132, and after a predetermined time, the query Data word unit 132 is in the update data subunit 131 The data is backed up, and the internal storage data is updated real-time data. Since the update data sub-unit 131 and the query data word unit 132 are respectively used in the technical solution to update and query data, when both occur In the event of a conflict, data updates and queries do not affect each other, ensuring the real-time and validity of the stored data.
所述服务整合平台 11接收所述客户端的交易消息并向相应的应用服务单 元发出调用请求, 具体包括: 用户端接口单元 111、 配置管理单元 112、 规则 单元 113、 服务总线 114、 服务管理单元 115以及服务端接口单元 116。  The service integration platform 11 receives the transaction message of the client and sends a call request to the corresponding application service unit, and specifically includes: a client interface unit 111, a configuration management unit 112, a rule unit 113, a service bus 114, and a service management unit 115. And a server interface unit 116.
所述用户端接口单元 111用于提供接口标准,并基于所述接口标准接收所 述客户端的交易消息并将其传输至所述配置管理单元 112。在一具体实施例中, 只要用户端采用所述接口标准发出交易消息, 则可接入所述服务整合平台 11 , 因此,所述用户端接口单元 111可以实现不同种类、不同版本的客户端的接入, 例如同时支持计算机客户端的接入和手机客户端的接入,另外也可以对多个不 同版本的客户端进行支持, 满足用户的需要。  The client interface unit 111 is configured to provide an interface standard and receive a transaction message of the client based on the interface standard and transmit it to the configuration management unit 112. In a specific embodiment, as long as the client sends the transaction message by using the interface standard, the service integration platform 11 can be accessed. Therefore, the client interface unit 111 can implement the connection of different types and different versions of the client. Into, for example, support both computer client access and mobile client access, and can also support multiple different versions of the client to meet the needs of users.
所述配置管理单元 112用于获取所述交易消息,将所述交易消息转换为访 问请求并提供给所述服务总线 114。 在一具体实施例中, 所述交易消息可以为 合约交易、现货交易或者二者的组合, 其中合约交易和现货交易作为单独的访 问请求, 分别对应用规范化的处理规则, 而合约交易和现货交易的组合则被拆 分转换为和与交易和现货交易相应的访问请求的组合,从而实现了通过现有访 问请求的组合来处理新的交易消息。  The configuration management unit 112 is configured to acquire the transaction message, convert the transaction message into an access request, and provide the service bus 114. In a specific embodiment, the transaction message may be a contract transaction, a spot transaction, or a combination of the two, wherein the contract transaction and the spot transaction are separate access requests, respectively applying the normalized processing rules, and the contract transaction and the spot transaction. The combination is split into a combination of access requests corresponding to transactions and spot transactions, thereby enabling processing of new transaction messages through a combination of existing access requests.
所述规则单元 113用于提供所述访问请求对应的处理规则,可以包括多个 请求类型以及每一请求类型对应的处理流程。在一具体实施例中, 所述请求类 型包括 "合约" 和 "现货", 其中现货对应的处理流程包括仓储现货信息的核 对、 银行信用数据的查询、 现货的交割以及银行、 仓储数据的更新等; 而合约 对应的处理流程包括银行信用数据的查询更改、 相关结算单位的核实等。  The rule unit 113 is configured to provide a processing rule corresponding to the access request, and may include multiple request types and a processing flow corresponding to each request type. In a specific embodiment, the request type includes "contract" and "spot", wherein the processing process corresponding to the spot includes the verification of the storage spot information, the inquiry of the bank credit data, the delivery of the spot, and the update of the bank, the warehouse data, and the like. The processing process corresponding to the contract includes the inquiry change of the bank credit data and the verification of the relevant settlement unit.
所述服务总线 114接收所述配置管理单元 112发出的访问请求,并根据所 述规则单元 113提供的处理规则, 即请求类型和相应的处理流程, 向相应的应 用服务单元发出调用请求。 例如根据相关的访问请求, 分别调用银行、 仓储等 服务提供者提供的应用服务单元进行处理。  The service bus 114 receives the access request issued by the configuration management unit 112, and issues a call request to the corresponding application service unit according to the processing rule provided by the rule unit 113, that is, the request type and the corresponding processing flow. For example, according to the relevant access request, the application service unit provided by the service provider such as bank, warehouse, etc. is respectively called for processing.
所述服务管理单元 115用于对所述应用服务单元进行管理, 包括: 应用服 务单元的注册,新整合入本实施例的交易处理系统的应用服务单元需要完成注 册过程才能够被调用和获取访问所述数据存储单元 13的权限, 以接收所述调 用请求并进行相关处理; 应用服务单元的监控,监控各个应用服务单元的状态 信息, 如被调用的次数, 当前的版本信息等; 应用服务单元的安全配置, 对各 个应用服务单元的安全性进行控制,如对于计算机客户端发出的交易消息, 其 安全性较低, 可能为盗用, 则与银行信用相关的应用服务单元不接受信用数据 的更改, 仅接受查询, 而对于手机客户端发出的交易消息, 其与用户关联度较 高, 相应的安全性较高, 则既可以查询也可以更改; 应用服务单元的订阅 /发 布,基于客户端对于不同的应用服务的订阅,采用相应的应用服务单元进行处 理,并将处理结果发布至该客户端,例如客户端 1订阅了每月的账号信用查询, 则银行提供的应用服务单元则每月将相关的信用信息发布至客户端 1 ; 应用服 务单元的版本管理,检测客户端调用的各个应用服务单元的版本, 例如某一应 用服务单元具有两个版本, 初始版本 VI 以及更新版本 V2, 若某一预定期限 (如一个月内)内,针对该应用服务单元的调用请求都 于更新版本 V2的, 则将初始版本 VI从所述服务管理单元 115注销, 使得后续的调用请求仅针对 更新版本 V2, 从而降低了服务总线 114的调用过程的复杂度。 The service management unit 115 is configured to manage the application service unit, including: The registration of the service unit, the application service unit newly integrated into the transaction processing system of the embodiment needs to complete the registration process to be able to be invoked and obtain the access to the data storage unit 13 to receive the call request and perform related processing; Monitoring of application service units, monitoring status information of each application service unit, such as the number of times called, current version information, etc.; security configuration of the application service unit, controlling the security of each application service unit, such as for a computer client The transaction message sent is less secure and may be misappropriated. The application service unit related to bank credit does not accept the change of credit data, only accepts the query, and the transaction information sent by the mobile phone client is related to the user. Higher, correspondingly higher security, can be queried or changed; application service unit subscription/release, based on the client's subscription to different application services, using the corresponding application service unit for processing, and processing results Publish to the client, such as client 1 subscription The monthly account credit inquiry, the application service unit provided by the bank releases the relevant credit information to the client 1 every month; the version management of the application service unit detects the version of each application service unit called by the client, for example, a certain The application service unit has two versions, an initial version VI and an updated version V2. If a request for the application service unit is updated in version V2 within a predetermined period (such as within one month), the initial version VI is The service management unit 115 logs out, so that subsequent call requests are only for the updated version V2, thereby reducing the complexity of the calling process of the service bus 114.
所述服务端接口单元 116用于所述应用服务单元与服务总线 114之间的协 议转换,对应用服务单元和服务总线的接口协议进行统一。在一具体实施例中, 不同的服务提供者如银行、仓储等提供的应用服务单元的实现方式、接口协议 不尽相同, 所述服务端接口单元 116 用于将不同类型如基于超文本传输协议 ( HTTP )或者筒单对象访问协议(SOAP )的应用服务单元的接口信息转换为 与所述服务总线 114兼容的统一协议,便于系统的集成以及不同服务提供者提 供的新的应用服务单元的添加。本实施例中所述服务端接口单元 116可以支持 常见的各种实现协议, 从而提高了适用性。  The server interface unit 116 is used for protocol conversion between the application service unit and the service bus 114, and unifies the interface protocol of the application service unit and the service bus. In a specific embodiment, the implementation manners and interface protocols of the application service units provided by different service providers, such as banks, warehousing, etc., are different, and the server interface unit 116 is configured to use different types such as a hypertext transfer protocol. The interface information of the (HTTP) or Single Object Access Protocol (SOAP) application service unit is converted into a unified protocol compatible with the service bus 114, facilitating integration of the system and addition of new application service units provided by different service providers. . The server interface unit 116 in this embodiment can support various common implementation protocols, thereby improving applicability.
图 2示出了图 1中所示的服务总线 114的结构示意图。  Fig. 2 is a block diagram showing the structure of the service bus 114 shown in Fig. 1.
如图 2所示, 本实施例的服务总线包括: 请求队列 114a, 接收所述配置 管理单元 112产生的访问请求并对其进行排队; 请求处理单元 114b, 从所述 请求队列中获取预定数量的访问请求,并根据所述访问请求对应的请求类型将 该访问请求发送至对应的流程处理单元 114c; 流程处理单元 114c, 接收所述 请求处理单元 114b发出的访问请求, 并根据其对应的处理流程向相应的应用 服务单元发出调用请求。 As shown in FIG. 2, the service bus of this embodiment includes: a request queue 114a, which receives an access request generated by the configuration management unit 112 and queues it; a request processing unit 114b obtains a predetermined number from the request queue. Accessing the request, and sending the access request to the corresponding flow processing unit 114c according to the request type corresponding to the access request; the flow processing unit 114c, receiving the request The access request issued by the processing unit 114b is requested, and an invocation request is issued to the corresponding application service unit according to its corresponding processing flow.
在一具体实施例中, 所述请求队列 114a在接收到访问请求后, 会对其进 行緩存和排序, 不同的访问请求对应于不同的优先级, 由于服务总线 114的请 求处理能力是有限的, 因此, 在设定优先级之后, 优先级高的访问请求优先提 供给请求处理单元 114b, 以保证其被优先处理, 而优先级较低的访问请求可 以暂緩处理。 另外, 所述排队过程还可以根据访问请求接收的时间顺序进行, 先接收到的访问请求优先提供至请求处理单元 114b。  In a specific embodiment, after receiving the access request, the request queue 114a caches and sorts the access request, and different access requests correspond to different priorities. Since the request processing capability of the service bus 114 is limited, Therefore, after the priority is set, the access request with the higher priority is preferentially provided to the request processing unit 114b to ensure that it is preferentially processed, and the access request with the lower priority can be suspended. In addition, the queuing process may also be performed according to the time sequence of receiving the access request, and the first received access request is preferentially provided to the request processing unit 114b.
所述服务总线 114的处理能力主要由请求处理单元 114b决定。 所述请求 处理单元 114b在一具体实施例中可以为多个, 如请求处理单元 1、 请求处理 单元 2至请求处理单元 n, 在同一时刻, 每一请求处理单元仅对一个访问请求 进行处理。 因此, 请求处理单元 114b可以处理的访问请求数量最多不超过请 求处理单元的具体数量。 当一个或多个请求处理单元处于空闲状态时, 所述请 求处理单元 114b就访问请求队列 114a,查看所述请求队列 114a中是否暂存有 未处理的访问请求: 如果存在访问请求尚未处理, 所述请求处理子单元 114b 调用优先级最高的访问请求, 并将所述访问请求发送给相应的流程处理单元 114c。 所述请求处理单元 114b可以对同时进行处理的访问请求的数量进行限 制,避免了大量并发的访问请求同时涌入交易处理系统,导致系统负荷过高而 瘫痪。  The processing capabilities of the service bus 114 are primarily determined by the request processing unit 114b. The request processing unit 114b may be plural in a specific embodiment, such as the request processing unit 1, the request processing unit 2, and the request processing unit n, and each request processing unit processes only one access request at the same time. Therefore, the number of access requests that request processing unit 114b can process does not exceed a specific number of request processing units. When the one or more request processing units are in an idle state, the request processing unit 114b accesses the request queue 114a to check whether the unprocessed access request is temporarily stored in the request queue 114a: if the access request has not been processed, The request processing sub-unit 114b invokes the access request with the highest priority and sends the access request to the corresponding flow processing unit 114c. The request processing unit 114b can limit the number of access requests that are simultaneously processed, and avoids a large number of concurrent access requests simultaneously flowing into the transaction processing system, resulting in a system load being too high.
对于所述流程处理单元 114c, 其中可以包含有多个流程处理单元如流程 处理单元 1、 流程处理单元 2至流程处理单元 n。 与请求处理单元 114b类似, 每个流程处理单元同一时刻也仅处理一个访问请求,但是, 所述流程处理单元 114c 在处理访问请求时, 需要基于所述规则单元提供的与所述访问请求对应 的处理流程, 逐步处理访问请求。 对于处理流程的不同步骤, 所述流程处理单 元 114c分别调用不同的应用服务单元, 例如流程处理单元 1对应于银行提供 的应用服务单元而流程处理单元 2对应于仓储提供的应用服务单元,即根据处 于访问请求的不同阶段分别对对应的应用服务单元发出调用请求,并由所述应 用服务单元处理该访问请求, 在某一处理步骤的应用服务单元处理完之后,访 问请求的处理结果再返回给流程处理单元 114c, 由所述流程处理单元 114c向 下一应用服务单元发出调用请求。 经过处理流程中包括的多个处理步骤之后, 所述访问请求完成对应的处理, 并产生处理数据, 之后, 所述电子交易服务平 台将处理数据存储于所述数据存储单元。作为一个优选的实施例, 所述流程处 理单元 114c接收到的访问请求是经过加密处理的, 因此, 所述流程处理单元 114c还用于对加密后的访问请求进行解密, 之后再根据相应的处理流程进行 处理。 For the flow processing unit 114c, a plurality of flow processing units such as the flow processing unit 1, the flow processing unit 2, and the flow processing unit n may be included. Similar to the request processing unit 114b, each flow processing unit processes only one access request at the same time. However, when processing the access request, the flow processing unit 114c needs to be based on the access request corresponding to the access request provided by the rule unit. Process the process and process the access request step by step. For the different steps of the process flow, the process processing unit 114c respectively calls different application service units, for example, the process processing unit 1 corresponds to an application service unit provided by the bank and the process processing unit 2 corresponds to an application service unit provided by the warehouse, that is, according to Calling a request to the corresponding application service unit at different stages of the access request, and processing the access request by the application service unit. After the application service unit of a processing step is processed, the processing result of the access request is returned to The flow processing unit 114c is directed by the flow processing unit 114c The next application service unit issues a call request. After a plurality of processing steps included in the processing flow, the access request completes the corresponding processing and generates processing data, after which the electronic transaction service platform stores the processing data in the data storage unit. As a preferred embodiment, the access request received by the flow processing unit 114c is encrypted. Therefore, the flow processing unit 114c is further configured to decrypt the encrypted access request, and then according to the corresponding processing. The process is processed.
下面以大宗的生产资料交易为例对本实施例的交易处理系统的工作过程 进行详细说明。 以钢材交易为例, 客户端发出的交易消息: 包括钢材现货的交 易消息 (对应于实际的钢材的买卖, 相关的出库、 入库以及银行结算等); 合 约的交易消息 (对应于采购、 销售的意向)。  The working process of the transaction processing system of this embodiment will be described in detail below by taking a large production data transaction as an example. Take the steel trading as an example, the transaction message sent by the client: including the trading information of the steel spot (corresponding to the actual steel trading, related outbound, warehousing and bank settlement, etc.); the contract transaction message (corresponding to procurement, Intention to sell).
图 3示出了本实施例的合约交易的流程示意图, 结合图 1 , 其对应于某用 户 (买方或卖方)通过客户端发出合约交易的交易消息, 其交易消息由所述配 置管理单元 112转换为访问请求(本实施例中仍为合约交易 ), 之后传输至所 述服务总线 114, 所述服务总线 114对其进行排序和处理, 具体处理过程则依 据所述规则单元 113中存储的处理规则确定, 具体包括其请求类型为 "合约", 对应的处理流程如图 3所示。 相关处理流程包括: 步骤 S101 , 标准合约发布, 本步骤经由所述服务总线 114处理后向相应的应用服务单元(如交易处理系统 内部提供的合约应用服务单元)发出调用请求进行发布, 所述标准合约中包括 交易品、 交易时间、 交易地点、 交易价格等标准要素; 步骤 S102, 合约价格 检查通过, 本步骤也由所述合约应用服务单元完成, 若未通过则执行步骤 S120, 不能发布合约, 如通过则执行步骤 S103 , 检查发布用户的信用是否足 够; 步骤 S103涉及信用的检查, 所述服务总线 114中的流程处理单元相应的 调用银行提供的信用应用服务单元,对发布用户的信用进行检查;若信用足够, 则执行步骤 S104, 进行标准合约信用占用, 类似的服务总线 114对银行提供 的信用应用服务单元进行调用, 将发布用户的一部分信用占用; 步骤 S105 , 标准合约生成成功, 本步骤由所述合约应用服务单元完成; 步骤 S106, 申请 结算单位关联, 以及步骤 S107, 检查申请结算单位的关联是否审核通过, 上 述两个步骤需要对合约交易的具体结算单位进行关联,如具体由哪一单位负责 对本合约进行结算, 也由所述合约应用服务单元完成; 若审核未通过, 则执行 步骤 S130, 合约关联失败; 如审核通过, 则执行步骤 S108, 产生关联合约信 用占用, 步骤 S109, 释放标准合约信用占用, 上述 2个步骤涉及用户的信用, 由所述服务总线 114 中的流程处理单元相应的调用银行提供的信用应用服务 单元完成; 之后执行步骤 S110, 关联合约生成成功, 由所述合约应用服务单 元完成。 3 is a schematic flow chart of the contract transaction of the embodiment. Referring to FIG. 1, it corresponds to a transaction message that a user (buyer or seller) issues a contract transaction through a client, and the transaction message is converted by the configuration management unit 112. The access request (which is still a contract transaction in this embodiment) is then transmitted to the service bus 114, and the service bus 114 sorts and processes the data. The specific processing procedure is based on the processing rule stored in the rule unit 113. Determine, specifically including its request type is "contract", the corresponding processing flow is shown in Figure 3. The related processing flow includes: Step S101, a standard contract issuance, and the step is processed by the service bus 114 to issue a call request to the corresponding application service unit (such as a contract application service unit provided inside the transaction processing system) for issuing, the standard The contract includes standard elements such as the transaction product, the transaction time, the transaction place, and the transaction price. Step S102, the contract price check is passed, and the step is also completed by the contract application service unit. If not, the step S120 is performed, and the contract cannot be issued. If the step S103 is performed, it is checked whether the credit of the publishing user is sufficient; Step S103 involves checking the credit, and the flow processing unit in the service bus 114 correspondingly calls the credit application service unit provided by the bank to check the credit of the publishing user. If the credit is sufficient, step S104 is performed to perform standard contract credit occupation, and the similar service bus 114 invokes the credit application service unit provided by the bank, and a part of the user's credit occupation is issued; Step S105, the standard contract is successfully generated, this step By the stated The application service unit is completed; step S106, applying for settlement unit association, and step S107, checking whether the association of the application settlement unit is approved, and the above two steps need to associate with the specific settlement unit of the contract transaction, for example, which unit is responsible for The settlement of this contract is also completed by the contract application service unit; if the audit fails, it is executed In step S130, the contract association fails. If the audit is passed, step S108 is executed to generate the associated contract credit occupation. In step S109, the standard contract credit occupancy is released. The above two steps involve the credit of the user, which is processed by the process in the service bus 114. The unit correspondingly calls the credit application service unit provided by the bank to complete; after step S110 is executed, the association contract is successfully generated, and is completed by the contract application service unit.
需要说明的是,上述合约交易的流程是根据所述规则单元 113中的处理规 贝' J , 并由所述服务总线 114进行统一调度, 调用相应的应用服务单元完成的。 一方面所述规则单元 113 中的处理规则可以由交易处理系统的管理者进行配 置和更新, 以对用户的交易消息进行有效的处理, 并能够 ^据实际需求对相应 的处理规则进行更改和优化; 另一方面, 由于实际使用中有大量用户同时发出 各种交易消息,所述服务总线 114可以对大量的访问请求进行调度并异步进行 处理, 实现同步的访问请求到异步的处理过程的转换,提高了系统的处理效率 和利用率。  It should be noted that the flow of the above contract transaction is based on the processing rule in the rule unit 113, and is uniformly scheduled by the service bus 114, and is called by the corresponding application service unit. On the one hand, the processing rules in the rule unit 113 can be configured and updated by the administrator of the transaction processing system to effectively process the transaction messages of the user, and can change and optimize the corresponding processing rules according to actual needs. On the other hand, since a large number of users simultaneously issue various transaction messages in actual use, the service bus 114 can schedule and process a large number of access requests asynchronously, thereby realizing the conversion of the synchronous access request to the asynchronous processing. Improve the processing efficiency and utilization of the system.
另夕卜,在上述合约交易处理过程中, 涉及到的合约的属性数据以及相关的 银行信用的存储数据的查询和更新都是通过所述数据存储单元 13完成的。  In addition, in the above contract transaction processing, the attribute data of the contract involved and the inquiry and update of the stored data of the related bank credit are all completed by the data storage unit 13.
图 4示出了另一实施例的现货交易的流程示意图, 结合图 1 , 包括: 步骤 S201 , 卖方用户通过所述客户端发出卖出现货交易的交易消息, 而买方用户通 过所述客户端对于该消息进行响应, 希望买入; 步骤 S202, 检查买方用户信 用是否足够,本步骤由所述服务总线 114中的流程处理单元相应的调用银行提 供的信用应用服务单元完成; 如足够, 则执行步骤 S203 , 现货交易发起, 步 骤 S204, 产生买方用户的信用占用, 本步骤仍由所述银行提供的信用应用服 务单元完成; 之后执行步骤 S205 , 买卖双方用户确认交易, 由所述交易处理 系统内部集成的现货确认应用服务单元完成,具体可以通过买卖双方通过所述 现货确认应用服务单元发送至各自客户端的回执来确定; 步骤 S206, 释放买 入用户的信用占用,在获取买卖双方的确认后由所述银行提供的信用应用服务 单元完成; 之后执行步骤 S207, 现货交易成功, 产生积分, 由银行提供的或 是交易处理系统内部集成的积分应用服务单元完成。类似的, 上述各步骤所需 要查询的存储数据以及产生的处理数据通过所述数据存储单元 13完成。  4 is a schematic flowchart of a spot transaction according to another embodiment. Referring to FIG. 1, the method includes the following steps: Step S201: A seller user sends a transaction message for selling an inventory transaction through the client, and the buyer user passes the client. The message is responsive, and it is desired to buy; step S202, checking whether the buyer user credit is sufficient, and the step is completed by the corresponding processing bank of the credit application service unit provided by the flow processing unit in the service bus 114; if sufficient, the step is performed. S203, the spot transaction is initiated, step S204, generating a credit occupation of the buyer user, the step is still completed by the credit application service unit provided by the bank; then executing step S205, the buyer and the seller confirm the transaction, and the transaction processing system is integrated internally. The spot confirmation application service unit is completed, and may be determined by the buyer and the seller sending a receipt to the respective client through the spot confirmation application service unit; Step S206, releasing the credit occupation of the purchased user, after obtaining the confirmation of the buyer and the seller Credit application provided by the bank The service unit is completed; then step S207 is executed, the spot transaction is successful, and the points are generated, which are provided by the bank or integrated by the transaction processing system. Similarly, the stored data to be queried and the processed data generated by the above steps are completed by the data storage unit 13.
上述两个实施例的交易消息分别为合约交易和现货交易, 在实际应用中, 可以为一较复杂的交易消息,如合约交易与现货交易的组合,之后由所述配置 管理单元将其转换为相对独立的合约交易以及现货交易的访问请求进行处理, 本发明虽然已以较佳实施例公开如上,但其并不是用来限定本发明,任何 本领域技术人员在不脱离本发明的精神和范围内,都可以利用上述揭示的方法 和技术内容对本发明技术方案做出可能的变动和修改, 因此, 凡是未脱离本发 改、 等同变化及修饰, 均属于本发明技术方案的保护范围。 The transaction messages of the above two embodiments are contract transactions and spot transactions, respectively. In practical applications, It can be a more complicated transaction message, such as a combination of contract transaction and spot transaction, and then converted by the configuration management unit into a relatively independent contract transaction and a spot transaction access request, although the invention has been better The embodiments are disclosed as above, but are not intended to limit the present invention, and any person skilled in the art can make possible changes to the technical solutions of the present invention by using the methods and technical contents disclosed above without departing from the spirit and scope of the present invention. And the modifications, therefore, are not to be construed as a departure from the scope of the invention.

Claims

权 利 要 求 Rights request
1. 一种交易处理系统, 其特征在于, 包括客户端、 服务整合平台、 数据存储 单元和多个应用服务单元, 其中, A transaction processing system, comprising: a client, a service integration platform, a data storage unit, and a plurality of application service units, wherein
所述服务整合平台接收所述客户端的交易消息并向相应的应用服务单元 发出调用请求;  The service integration platform receives the transaction message of the client and issues a call request to the corresponding application service unit;
所述应用服务单元接收所述调用请求,从所述数据存储单元获取相应的存 储数据并对所述调用请求进行处理, 产生处理数据; 处理数据以对所述存储数据进行更新。  The application service unit receives the call request, acquires corresponding storage data from the data storage unit, and processes the call request to generate processing data; and processes the data to update the stored data.
2. 根据权利要求 1所述的交易处理系统, 其特征在于,所述数据存储单元包 括:  2. The transaction processing system of claim 1 wherein the data storage unit comprises:
更新数据子单元, 用于记录所述存储数据, 并接收所述处理数据以对所述 存储数据进行更新;  Updating a data subunit, configured to record the stored data, and receive the processed data to update the stored data;
查询数据子单元, 用于对所述更新数据子单元中的存储数据进行备份, 并 接收所述应用服务单元的查询请求向其提供相应的存储数据。  The query data subunit is configured to back up the stored data in the update data subunit, and receive a query request from the application service unit to provide corresponding storage data.
3. 根据权利要求 2所述的交易处理系统, 其特征在于,所述查询数据子单元 每隔预定时间后, 从所述更新数据子单元中获取存储数据并对其进行备份。 3. The transaction processing system according to claim 2, wherein the query data subunit acquires and backs up the stored data from the update data subunit every predetermined time.
4. 根据权利要求 1所述的交易处理系统, 其特征在于,所述服务整合平台包 括配置管理单元、 服务总线及规则单元, 其中, 4. The transaction processing system according to claim 1, wherein the service integration platform comprises a configuration management unit, a service bus, and a rule unit, wherein
所述配置管理单元用于获取交易消息,将所述交易消息转换为访问请求并 提供给所述服务总线;  The configuration management unit is configured to acquire a transaction message, convert the transaction message into an access request, and provide the service message to the service bus;
所述规则单元用于提供所述访问请求对应的处理规则;  The rule unit is configured to provide a processing rule corresponding to the access request;
所述服务总线接收所述访问请求,并根据其对应的处理规则向相应的应用 服务单元发出调用请求。  The service bus receives the access request and issues a call request to a corresponding application service unit according to its corresponding processing rule.
5. 根据权利要求 4所述的交易处理系统, 其特征在于,所述处理规则包括多 个请求类型以及每一请求类型对应的处理流程。  The transaction processing system according to claim 4, wherein the processing rule comprises a plurality of request types and a processing flow corresponding to each request type.
6. 根据权利要求 5所述的交易处理系统, 其特征在于, 所述服务总线包括: 请求队列, 接收所述访问请求并对其进行排队; 请求处理单元,从所述请求队列中获取预定数量的访问请求, 并根据所述 访问请求对应的请求类型将该访问请求发送至对应的流程处理单元; 6. The transaction processing system according to claim 5, wherein the service bus comprises: a request queue, receiving the access request and queuing the same; The request processing unit acquires a predetermined number of access requests from the request queue, and sends the access request to the corresponding process processing unit according to the request type corresponding to the access request;
流程处理单元,接收所述请求处理单元发出的访问请求, 并根据其对应的 处理流程向相应的应用服务单元发出调用请求。  The flow processing unit receives the access request issued by the request processing unit, and issues a call request to the corresponding application service unit according to the corresponding processing flow.
7. 根据权利要求 6所述的交易处理系统, 其特征在于,所述请求队列根据所 述访问请求的优先级或接收的时间顺序对其进行排队。 7. The transaction processing system of claim 6, wherein the request queue queues the access requests according to their priority or received time order.
8. 根据权利要求 4所述的交易处理系统, 其特征在于,所述配置管理单元中 存储有访问请求与交易消息的对应关系,并基于所述对应关系将交易消息转换 为访问请求。  8. The transaction processing system according to claim 4, wherein the configuration management unit stores a correspondence between the access request and the transaction message, and converts the transaction message into an access request based on the correspondence.
9. 根据权利要求 8所述的交易处理系统, 其特征在于,所述交易消息包括至 少一个访问请求, 所述配置管理单元将所述交易消息转换为至少一个访问请 求。 9. The transaction processing system of claim 8, wherein the transaction message includes at least one access request, and the configuration management unit converts the transaction message into at least one access request.
10. 根据权利要求 4所述的交易处理系统, 其特征在于,所述服务整合平台还 包括服务管理单元, 用于对所述应用服务单元进行管理。  The transaction processing system according to claim 4, wherein the service integration platform further comprises a service management unit, configured to manage the application service unit.
11. 根据权利要求 10所述的交易处理系统, 其特征在于, 所述对所述应用服 务单元进行管理包括: 应用服务单元的注册、 监控、 安全配置、 订阅 /发布和 版本管理。 11. The transaction processing system according to claim 10, wherein the managing the application service unit comprises: registration, monitoring, security configuration, subscription/release, and version management of the application service unit.
12. 根据权利要求 4所述的交易处理系统, 其特征在于,所述服务整合平台还 包括服务端接口单元, 用于所述应用服务单元与服务总线之间的协议转换。  12. The transaction processing system of claim 4, wherein the service integration platform further comprises a server interface unit for protocol conversion between the application service unit and a service bus.
13. 根据权利要求 4所述的交易处理系统, 其特征在于,所述服务整合平台还 包括用户端接口单元, 用于提供接口标准, 并基于所述接口标准接收所述客户 端的交易消息并将其传输至所述配置管理单元。 The transaction processing system according to claim 4, wherein the service integration platform further comprises a client interface unit, configured to provide an interface standard, and receive the transaction message of the client based on the interface standard and It is transmitted to the configuration management unit.
PCT/CN2010/076367 2010-06-04 2010-08-26 Transaction processing system WO2011150601A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010197446.X 2010-06-04
CN201010197446.XA CN102024233B (en) 2010-06-04 2010-06-04 Transaction processing system

Publications (1)

Publication Number Publication Date
WO2011150601A1 true WO2011150601A1 (en) 2011-12-08

Family

ID=43865503

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/076367 WO2011150601A1 (en) 2010-06-04 2010-08-26 Transaction processing system

Country Status (2)

Country Link
CN (1) CN102024233B (en)
WO (1) WO2011150601A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106355310A (en) * 2016-08-25 2017-01-25 镇江易商宝网络科技有限公司 E-commerce management method and system

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102360482A (en) * 2011-09-26 2012-02-22 北京金马甲产权网络交易有限公司 Network bidding system
CN104036418A (en) * 2014-06-09 2014-09-10 宁波公众信息产业有限公司 Digital electronic trading system
US10360267B2 (en) * 2015-06-10 2019-07-23 Futurewei Technologies, Inc. Query plan and operation-aware communication buffer management
CN106779973A (en) * 2017-01-05 2017-05-31 吴占云 A kind of collecting and distributing trading service platform of agricultural product and its method
CN106952095A (en) * 2017-03-13 2017-07-14 安徽文化艺术品交易中心股份有限公司 A kind of art sales data handling system
CN107977887A (en) * 2017-12-18 2018-05-01 桐城市绿峰电子商务有限公司 A kind of transaction processing system
CN110245111A (en) * 2019-06-14 2019-09-17 中汇信息技术(上海)有限公司 A kind of realization method and system of abatement business

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060282400A1 (en) * 2005-06-10 2006-12-14 Muralidhar Kalavacharla Apparatus, system, and method for encapsulating logical units of work using business objects
CN101655950A (en) * 2009-06-30 2010-02-24 阿里巴巴集团控股有限公司 Method, device and system for realizing merging payment
CN101710411A (en) * 2009-12-01 2010-05-19 中国建设银行股份有限公司 Method and equipment for processing real-time task

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1595460A (en) * 2003-09-08 2005-03-16 程敏夫 A system and method for finishing bank transactions via local area wireless network
CN1622104A (en) * 2003-11-28 2005-06-01 华为技术有限公司 Transaction payment method
CN101308513A (en) * 2008-06-27 2008-11-19 福建星网锐捷网络有限公司 Distributed system cache data synchronous configuration method and apparatus

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060282400A1 (en) * 2005-06-10 2006-12-14 Muralidhar Kalavacharla Apparatus, system, and method for encapsulating logical units of work using business objects
CN101655950A (en) * 2009-06-30 2010-02-24 阿里巴巴集团控股有限公司 Method, device and system for realizing merging payment
CN101710411A (en) * 2009-12-01 2010-05-19 中国建设银行股份有限公司 Method and equipment for processing real-time task

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106355310A (en) * 2016-08-25 2017-01-25 镇江易商宝网络科技有限公司 E-commerce management method and system

Also Published As

Publication number Publication date
CN102024233A (en) 2011-04-20
CN102024233B (en) 2014-03-12

Similar Documents

Publication Publication Date Title
WO2011150601A1 (en) Transaction processing system
WO2019196244A1 (en) Real-time order callback method and system
US10789237B2 (en) Providing a distributed transaction information storage service
US7548969B2 (en) Computer system polling with adjustable intervals based on rules and server states
US20030110085A1 (en) Maintaining synchronization of information published to multiple subscribers
WO2021135169A1 (en) Blockchain-based management method, terminal, apparatus, and storage medium
US20080250143A1 (en) Grid accounting method and system
CN107656818A (en) The flow implementation method and related system of a kind of bill business
US20070027784A1 (en) Network payment framework
EP1780983B1 (en) Service broker integration layer for supporting telecommunication client service requests
WO2011150599A1 (en) Service oriented electronic trading platform
Das et al. A QoS and profit aware cloud confederation model for IaaS service providers
CN111127181B (en) Voucher accounting method and device
CN111800434A (en) Multi-channel asset docking platform and working method thereof
KR101662965B1 (en) Method and system to embed applications in a web platform
CN112669157A (en) Transaction method, device and system based on block chain and readable storage medium
JP2001034679A (en) Stock trade system based upon hand-held device
CN112866421A (en) Intelligent contract operation method and device based on distributed cache and NSQ
AU2016272701A1 (en) Systems and methods for publicly verifiable authorization
US8756320B2 (en) Web service grid architecture
CN112686528B (en) Method, device, server and medium for distributing customer service resources
JP2001022714A (en) Server computer, load decentralization system, telephone exchange system, and load decentralizing method
CN104240049A (en) Comprehensive order handling platform
TW200428251A (en) System and method for managing inventory
CN110413918A (en) Data transmission method for uplink, device, equipment and storage medium

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10852396

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10852396

Country of ref document: EP

Kind code of ref document: A1