CN103927218A - Event dispatching method and system - Google Patents

Event dispatching method and system Download PDF

Info

Publication number
CN103927218A
CN103927218A CN201410183080.9A CN201410183080A CN103927218A CN 103927218 A CN103927218 A CN 103927218A CN 201410183080 A CN201410183080 A CN 201410183080A CN 103927218 A CN103927218 A CN 103927218A
Authority
CN
China
Prior art keywords
event
message
server
mark
configuration information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201410183080.9A
Other languages
Chinese (zh)
Other versions
CN103927218B (en
Inventor
陆海鹏
陈敏
苏青章
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Pinwei Software Co Ltd
Original Assignee
GUANGZHOU VIP NETWORK TECHNOLOGY 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 GUANGZHOU VIP NETWORK TECHNOLOGY Co Ltd filed Critical GUANGZHOU VIP NETWORK TECHNOLOGY Co Ltd
Priority to CN201410183080.9A priority Critical patent/CN103927218B/en
Publication of CN103927218A publication Critical patent/CN103927218A/en
Application granted granted Critical
Publication of CN103927218B publication Critical patent/CN103927218B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention relates to an event dispatching method and system. The method includes the steps that a message array cluster receives registered events from a management server and subscription configuration information caused by subscription operation of users; a proxy server actively draws and stores all event information in the message array cluster; an execution server actively draws and stores all subscription configuration information in the message array cluster; the proxy server receives event messages initiated by the users and pushes the event messages to a corresponding message array server according to the binding information of the events and the message array server; the execution server draws the event messages in the message array cluster, conducts concurrence control over the event messages and sending the event messages to an event processing address. By the adoption of the event dispatching method and system, development of cross-system event message transfer is simplified, concurrence sending of the event messages can be achieved, and therefore processing efficiency of the event messages is improved.

Description

Event distributing method and system
 
Technical field
The present invention relates to the supporting business technology in network, be specifically related to a kind of Transfer Technology of event and message for cross-system.
 
Background technology
In at present a lot of companies, event and the message transmission of cross-system often adopt manual realization, the method of synchronization realizes simple and reliable, but affect performance, and cause business primary and secondary flow process unintelligible, asynchronous system realizes complicated, no matter adopt MQ(Message Queue) or Redis as message queue, all need plan target to process and wrong treatment scheme complicated and that repeat.This manual mode realizing, lacks unified incident management and control of authority, mixed and disorderly and bad maintenance, and event message treatment effeciency is low.
 
Summary of the invention
The object of the invention is to propose a kind of event distributing method, it can solve the low problem of event message treatment effeciency.
In order to achieve the above object, the technical solution adopted in the present invention is as follows:
Event distributing method, it comprises the following steps:
Step 1, message queue cluster receive the subscription configuration information producing from the event of the registration of management server with because of user's subscription operation, described event is carried out corresponding binding with the Yi Ge Message Queuing server in message queue cluster, and described subscription configuration information comprises event, event handling concurrent number and the event handling address of subscription;
Step 2, proxy server initiatively pull event informations whole in message queue cluster and preserve;
Step 3, execution server initiatively pull subscription configuration informations whole in message queue cluster and preserve;
Step 4, proxy server receive Client-initiated event message, and according to the binding information of event and Message Queuing server, described event message are pushed to corresponding Message Queuing server;
Step 5, execution server pull described event message, and according to subscribing to configuration information, described event message are carried out concurrent control and is sent to event handling address in message queue cluster;
Wherein, the execution sequence of step 2 and step 3 is unrestricted.
Preferably, the event of the message queue cluster of different machine rooms and subscription configuration information initiatively carry out real-time synchronization operation.
Preferably, in step 1, the event of registration has importance degree mark, and described importance degree mark comprises persistence mark and non-persistentization mark.Further preferred, in step 4, if described event message pushes unsuccessfully, further judge the event severity level mark corresponding with described event message, if described importance degree is labeled as persistence mark, described event message kept in to its database and again push, if described importance degree is labeled as non-persistentization mark, abandoning described event message.
The present invention also proposes a kind of for realizing the case distribution system of above-mentioned event distributing method, and it comprises with lower device:
Message-oriented middleware, it is located at message queue cluster, for receiving the subscription configuration information producing from the event of the registration of management server with because of user's subscription operation, described event is carried out corresponding binding with the Yi Ge Message Queuing server in message queue cluster, and described subscription configuration information comprises event, event handling concurrent number and the event handling address of subscription;
First pulls module, and it is located at proxy server, for initiatively pulling the whole event information of message queue cluster and preserving;
Second pulls module, and it is located at execution server, for initiatively pulling the whole subscription configuration information of message queue cluster and preserving;
Pushing module, it is located at proxy server, for receiving Client-initiated event message, and according to the binding information of event and Message Queuing server, described event message is pushed to corresponding Message Queuing server;
Execution module, it is located at execution server, for pulling described event message at message queue cluster, and according to subscribing to configuration information, described event message is carried out concurrent control and is sent to event handling address;
Wherein, first pull module and second to pull the execution sequence of module unrestricted.
Preferably, the event of the message queue cluster of different machine rooms and subscription configuration information initiatively carry out real-time synchronization operation.
Preferably, in message-oriented middleware, the event of registration has importance degree mark, and described importance degree mark comprises persistence mark and non-persistentization mark.Further preferred, in pushing module, if described event message pushes unsuccessfully, further judge the event severity level mark corresponding with described event message, if described importance degree is labeled as persistence mark, described event message kept in to its database and again push, if described importance degree is labeled as non-persistentization mark, abandoning described event message.
The present invention has following beneficial effect:
Simplified the exploitation that the event message between cross-system transmits, the producer, as long as subscribe to event and subscription configuration information is set at management server, gets final product the transmission system of realization event message, and development efficiency is high, and event message can concurrently send, thus the treatment effeciency of raising event message.
 
Accompanying drawing explanation
Fig. 1 is the process flow diagram of the event distributing method of preferred embodiment of the present invention;
Fig. 2 is the system architecture diagram of instantiation of the event distributing method of preferred embodiment of the present invention.
 
Embodiment
Below, by reference to the accompanying drawings and embodiment, the present invention is described further.
As shown in Figure 1, a kind of event distributing method, it comprises the following steps:
Step S1, message queue cluster receive the subscription configuration information producing from the event of the registration of management server with because of user's subscription operation, described event is carried out corresponding binding with the Yi Ge Message Queuing server in message queue cluster, described subscription configuration information comprises event, event handling concurrent number (for example, 5) and event handling address (being HTTP event handling URL) of subscription.Management server can have keeper to manage, interpolation event (being the registration of event), the corresponding Message Queuing server of this event and brief description.When the event of interpolation, can add importance degree mark according to the significance level of event, described importance degree mark comprises persistence mark and non-persistentization mark, to improve data processing performance.
Step S2, proxy server initiatively pull event informations whole in message queue cluster and preserve.For initialized proxy server, all event informations in message queue cluster are all pulled, after initialization, if there is newly-increased event, only pull newly-increased event, and newly-increased event and the event of having preserved are merged.
Step S3, execution server initiatively pull subscription configuration informations whole in message queue cluster and preserve.For initialized execution server, all subscription configuration informations in message queue cluster are all pulled, after initialization, if there is newly-increased subscription configuration information, only pull newly-increased subscription configuration information, and newly-increased subscription configuration information and the subscription configuration information of having preserved are merged.
Step S4, proxy server receive Client-initiated event message, and according to the binding information of event and Message Queuing server, described event message are pushed to corresponding Message Queuing server.If described event message pushes unsuccessfully, further judge the event severity level mark corresponding with described event message, if described importance degree is labeled as persistence mark, described event message kept in to its database and again push, until send successfully, if described importance degree is labeled as non-persistentization mark, abandon described event message, thereby guarantee information can not lose, can recover, and improve system handling property.
Step S5, execution server pull described event message, and according to subscribing to configuration information, described event message are carried out concurrent control and is sent to event handling address in message queue cluster.
Wherein, the execution sequence of step S2 and step S3 is unrestricted, and step S2 can carry out before step S3, also can before step S2, carry out by step S3, and step S2 and step S3 also can carry out simultaneously.
In the present embodiment, message queue cluster has a plurality of, and is configured in different machine rooms, and the event of the message queue cluster of different machine rooms and subscription configuration information initiatively carry out real-time synchronization operation.
The present embodiment also proposes a kind of for realizing the case distribution system of above-mentioned event distributing method, and it comprises with lower device:
Message-oriented middleware, it is located at message queue cluster, for receiving the subscription configuration information producing from the event of the registration of management server with because of user's subscription operation, described event is carried out corresponding binding with the Yi Ge Message Queuing server in message queue cluster, and described subscription configuration information comprises event, event handling concurrent number and the event handling address of subscription.The event of the message queue cluster of different machine rooms and subscription configuration information initiatively carry out real-time synchronization operation.The event of registration has importance degree mark, and described importance degree mark comprises persistence mark and non-persistentization mark.
First pulls module, and it is located at proxy server, for initiatively pulling the whole event information of message queue cluster and preserving.
Second pulls module, and it is located at execution server, for initiatively pulling the whole subscription configuration information of message queue cluster and preserving.
Pushing module, it is located at proxy server, for receiving Client-initiated event message, and according to the binding information of event and Message Queuing server, described event message is pushed to corresponding Message Queuing server.If described event message pushes unsuccessfully, further judge the event severity level mark corresponding with described event message, if described importance degree is labeled as persistence mark, described event message kept in to its database and again push, if described importance degree is labeled as non-persistentization mark, abandon described event message.
Execution module, it is located at execution server, for pulling described event message at message queue cluster, and according to subscribing to configuration information, described event message is carried out concurrent control and is sent to event handling address.
Wherein, first pull module and second to pull the execution sequence of module unrestricted.
As shown in Figure 2, be the system architecture diagram of the concrete application of the present embodiment.Suppose to include machine room 1 and machine room 2.Two machine rooms all dispose message queue cluster, carry out server and proxy server, and wherein machine room 1 also has management server.Message queue cluster comprises a plurality of increment Message Queuing servers and a plurality of Message Queuing server.The function of each device is as follows:
Management server clothes, be used for and connection message queue cluster, the increase of keeper's registered events, deletion, modification and inspection, the incident management information of keeper's registration is sent to increment Message Queuing server and registered events is bound with corresponding Message Queuing server, increment Message Queuing server is for preserving the service of the event of increment and the subscription of increment, the Message Queuing server that registered events is corresponding is the message sending for preserving user, a corresponding Message Queuing server adapting to it of event that user subscribes to.Management server is also for displaying and the analysis of state-event, mainly to call the http status code that event handling URL returns, for example 200: ask successfully, 404: do not find corresponding interface, 500: interface error etc., also have event to carve at a time number of times and the address of processing, whether successfully to this keeper, can analyze event handling, request number of times etc.Management server is shown content of operation with the WEB page.
Proxy server, for connection message queue cluster, while starting initialization, permission that all can be by http request management server is also obtained whole event informations, and be kept at its internal memory; Initiatively subscribe to increment Message Queuing server, receive after the event information of registration, merge with whole event informations; Persistence event, refers to the attribute that keeper arranges when registered events, shows that this event is to process very important message, if it is abnormal failed that proxy server captures while sending event message, can first be saved in local data base queue, then send one by one, and can recover.
Carry out server, for connection message queue cluster, while starting initialization, pull whole subscription configuration informations, initiatively subscribe to increment Message Queuing server, receive after event message, message is processed at the event handling URL of the event message of management server setting by user; And there is concurrent control function, the maximum concurrent number arranging at management server by user, and take management server and control and carry out server at the process number of the event of processing as overall control center carries out logical operation to current concurrent number.
In fact, also comprise a client, for receiving user's operation, and be connected with management server by proxy server.
The present embodiment adopts Rabbit MQ as message-oriented middleware.
The management server of the present embodiment, message queue cluster, carry out between server, proxy server and client all by RPC(Remote Procedure Call Protocol, remote procedure call protocol) connect.
For a person skilled in the art, can make other various corresponding changes and distortion according to technical scheme described above and design, and these all changes and distortion all should belong to the protection domain of the claims in the present invention within.

Claims (8)

1. event distributing method, is characterized in that, comprises the following steps:
Step 1, message queue cluster receive the subscription configuration information producing from the event of the registration of management server with because of user's subscription operation, described event is carried out corresponding binding with the Yi Ge Message Queuing server in message queue cluster, and described subscription configuration information comprises event, event handling concurrent number and the event handling address of subscription;
Step 2, proxy server initiatively pull event informations whole in message queue cluster and preserve;
Step 3, execution server initiatively pull subscription configuration informations whole in message queue cluster and preserve;
Step 4, proxy server receive Client-initiated event message, and according to the binding information of event and Message Queuing server, described event message are pushed to corresponding Message Queuing server;
Step 5, execution server pull described event message, and according to subscribing to configuration information, described event message are carried out concurrent control and is sent to event handling address in message queue cluster;
Wherein, the execution sequence of step 2 and step 3 is unrestricted.
2. event distributing method as claimed in claim 1, is characterized in that, the event of the message queue cluster of different machine rooms and subscription configuration information initiatively carry out real-time synchronization operation.
3. event distributing method as claimed in claim 1, is characterized in that, in step 1, the event of registration has importance degree mark, and described importance degree mark comprises persistence mark and non-persistentization mark.
4. event distributing method as claimed in claim 3, it is characterized in that, in step 4, if described event message pushes unsuccessfully, further judge the event severity level mark corresponding with described event message, if described importance degree is labeled as persistence mark, described event message is kept in to its database and again push, if described importance degree is labeled as non-persistentization mark, abandon described event message.
5. case distribution system, is characterized in that, comprises with lower device:
Message-oriented middleware, it is located at message queue cluster, for receiving the subscription configuration information producing from the event of the registration of management server with because of user's subscription operation, described event is carried out corresponding binding with the Yi Ge Message Queuing server in message queue cluster, and described subscription configuration information comprises event, event handling concurrent number and the event handling address of subscription;
First pulls module, and it is located at proxy server, for initiatively pulling the whole event information of message queue cluster and preserving;
Second pulls module, and it is located at execution server, for initiatively pulling the whole subscription configuration information of message queue cluster and preserving;
Pushing module, it is located at proxy server, for receiving Client-initiated event message, and according to the binding information of event and Message Queuing server, described event message is pushed to corresponding Message Queuing server;
Execution module, it is located at execution server, for pulling described event message at message queue cluster, and according to subscribing to configuration information, described event message is carried out concurrent control and is sent to event handling address;
Wherein, first pull module and second to pull the execution sequence of module unrestricted.
6. case distribution system as claimed in claim 5, is characterized in that, the event of the message queue cluster of different machine rooms and subscription configuration information initiatively carry out real-time synchronization operation.
7. case distribution system as claimed in claim 5, is characterized in that, in message-oriented middleware, the event of registration has importance degree mark, and described importance degree mark comprises persistence mark and non-persistentization mark.
8. case distribution system as claimed in claim 7, it is characterized in that, in pushing module, if described event message pushes unsuccessfully, further judge the event severity level mark corresponding with described event message, if described importance degree is labeled as persistence mark, described event message is kept in to its database and again push, if described importance degree is labeled as non-persistentization mark, abandon described event message.
CN201410183080.9A 2014-04-30 2014-04-30 Event distributing method and system Active CN103927218B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410183080.9A CN103927218B (en) 2014-04-30 2014-04-30 Event distributing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410183080.9A CN103927218B (en) 2014-04-30 2014-04-30 Event distributing method and system

Publications (2)

Publication Number Publication Date
CN103927218A true CN103927218A (en) 2014-07-16
CN103927218B CN103927218B (en) 2017-07-04

Family

ID=51145447

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410183080.9A Active CN103927218B (en) 2014-04-30 2014-04-30 Event distributing method and system

Country Status (1)

Country Link
CN (1) CN103927218B (en)

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104731912A (en) * 2015-03-24 2015-06-24 浪潮集团有限公司 Message transmission method and device for message middleware MQ
CN105095365A (en) * 2015-06-26 2015-11-25 北京奇虎科技有限公司 Information flow data processing method and device
CN106126568A (en) * 2016-06-17 2016-11-16 杭州财人汇网络股份有限公司 One promotes mainly formula serializing buffer memory management method and system
CN106598751A (en) * 2016-10-31 2017-04-26 武汉斗鱼网络科技有限公司 Method and system for distributing event through event bus
CN106656760A (en) * 2016-12-28 2017-05-10 广州赛意信息科技股份有限公司 Message passing method and system based on message queue
CN106776079A (en) * 2016-12-28 2017-05-31 Tcl集团股份有限公司 A kind of method and system for managing user data
CN107659661A (en) * 2017-10-24 2018-02-02 宁波森浦信息技术有限公司 A kind of financial real-time bus system and its control method
CN107659546A (en) * 2016-07-25 2018-02-02 武汉票据交易中心有限公司 A kind of flow path processing method and device and server based on event
CN107995026A (en) * 2017-11-16 2018-05-04 中国银行股份有限公司 Management-control method, management node based on middleware, by pipe node and system
CN108140008A (en) * 2015-10-21 2018-06-08 株式会社Posco Steel handles the Event Service method and frame system of middleware
CN108512943A (en) * 2018-05-07 2018-09-07 苏州德姆斯信息技术有限公司 Embedded device data store system based on message queue and store method
CN108848031A (en) * 2018-06-14 2018-11-20 深圳金证引擎科技有限公司 Information transferring method and device
CN108874562A (en) * 2018-06-21 2018-11-23 北京顺丰同城科技有限公司 Distributed high concurrent message queue supplying system
CN108900482A (en) * 2018-06-13 2018-11-27 平安科技(深圳)有限公司 Execution method, server management system and the storage medium of script
CN109660607A (en) * 2018-12-05 2019-04-19 北京金山云网络技术有限公司 A kind of service request distribution method, method of reseptance, device and server cluster
CN109814997A (en) * 2019-01-18 2019-05-28 创新奇智(广州)科技有限公司 A kind of distributed freedom equilibrium artificial intelligence method for scheduling task and system
CN111586171A (en) * 2020-05-07 2020-08-25 广州虎牙信息科技有限公司 Server operation method and device, electronic equipment and storage medium
CN111737023A (en) * 2020-05-14 2020-10-02 重庆长安汽车股份有限公司 Vehicle-mounted event processing method, cloud server and computer-readable storage medium
CN111796149A (en) * 2020-06-15 2020-10-20 深圳市极致汇仪科技有限公司 Vector network analyzer for entity key touch control
CN112217847A (en) * 2019-07-11 2021-01-12 北京京东尚科信息技术有限公司 Micro service platform, implementation method thereof, electronic device and storage medium
CN112218251A (en) * 2019-07-09 2021-01-12 普天信息技术有限公司 Method and device for processing broadband cluster concurrent service
CN112579156A (en) * 2020-12-11 2021-03-30 百果园技术(新加坡)有限公司 Processing system, processing method, processing device and processing equipment of business event
CN113127162A (en) * 2019-12-31 2021-07-16 阿里巴巴集团控股有限公司 Automatic task execution method and device, electronic equipment and computer storage medium
CN113726896A (en) * 2021-09-01 2021-11-30 看屋(上海)信息科技有限公司 Task distribution system based on commercial intelligent real estate industry
CN111737023B (en) * 2020-05-14 2024-04-30 重庆长安汽车股份有限公司 Vehicle-mounted event processing method, cloud server and computer readable storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070005410A1 (en) * 2005-06-30 2007-01-04 Ebay Inc. Business event processing
CN101202714A (en) * 2006-12-12 2008-06-18 国际商业机器公司 Method and system dispatching a message request to a service provider in a messaging environment
CN101605301A (en) * 2009-07-08 2009-12-16 中兴通讯股份有限公司 A kind of group system and request message distribution method that carries out the multinode transaction
CN101741850A (en) * 2009-12-25 2010-06-16 北京邮电大学 Multitask concurrent executive system and method for hybrid network service
CN101854338A (en) * 2009-03-31 2010-10-06 国际商业机器公司 Subscriber equipment, subscription management method thereof, and real-time communication method and system
CN102143198A (en) * 2010-09-30 2011-08-03 华为技术有限公司 Method, device and system for transferring messages
CN102457906A (en) * 2010-10-26 2012-05-16 中国移动通信集团河南有限公司 Load balancing control method and system of message queues

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070005410A1 (en) * 2005-06-30 2007-01-04 Ebay Inc. Business event processing
CN101202714A (en) * 2006-12-12 2008-06-18 国际商业机器公司 Method and system dispatching a message request to a service provider in a messaging environment
CN101854338A (en) * 2009-03-31 2010-10-06 国际商业机器公司 Subscriber equipment, subscription management method thereof, and real-time communication method and system
CN101605301A (en) * 2009-07-08 2009-12-16 中兴通讯股份有限公司 A kind of group system and request message distribution method that carries out the multinode transaction
CN101741850A (en) * 2009-12-25 2010-06-16 北京邮电大学 Multitask concurrent executive system and method for hybrid network service
CN102143198A (en) * 2010-09-30 2011-08-03 华为技术有限公司 Method, device and system for transferring messages
CN102457906A (en) * 2010-10-26 2012-05-16 中国移动通信集团河南有限公司 Load balancing control method and system of message queues

Cited By (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104731912B (en) * 2015-03-24 2017-12-19 浪潮集团有限公司 A kind of message-oriented middleware MQ method for message transmission and device
CN104731912A (en) * 2015-03-24 2015-06-24 浪潮集团有限公司 Message transmission method and device for message middleware MQ
CN105095365A (en) * 2015-06-26 2015-11-25 北京奇虎科技有限公司 Information flow data processing method and device
CN108140008A (en) * 2015-10-21 2018-06-08 株式会社Posco Steel handles the Event Service method and frame system of middleware
CN106126568A (en) * 2016-06-17 2016-11-16 杭州财人汇网络股份有限公司 One promotes mainly formula serializing buffer memory management method and system
CN107659546A (en) * 2016-07-25 2018-02-02 武汉票据交易中心有限公司 A kind of flow path processing method and device and server based on event
CN106598751A (en) * 2016-10-31 2017-04-26 武汉斗鱼网络科技有限公司 Method and system for distributing event through event bus
CN106776079A (en) * 2016-12-28 2017-05-31 Tcl集团股份有限公司 A kind of method and system for managing user data
CN106656760B (en) * 2016-12-28 2018-02-06 广州赛意信息科技股份有限公司 A kind of message delivery method and system based on message queue
CN106656760A (en) * 2016-12-28 2017-05-10 广州赛意信息科技股份有限公司 Message passing method and system based on message queue
CN107659661A (en) * 2017-10-24 2018-02-02 宁波森浦信息技术有限公司 A kind of financial real-time bus system and its control method
CN107995026A (en) * 2017-11-16 2018-05-04 中国银行股份有限公司 Management-control method, management node based on middleware, by pipe node and system
CN108512943A (en) * 2018-05-07 2018-09-07 苏州德姆斯信息技术有限公司 Embedded device data store system based on message queue and store method
CN108900482B (en) * 2018-06-13 2021-04-16 平安科技(深圳)有限公司 Script execution method, server management system, and storage medium
CN108900482A (en) * 2018-06-13 2018-11-27 平安科技(深圳)有限公司 Execution method, server management system and the storage medium of script
CN108848031A (en) * 2018-06-14 2018-11-20 深圳金证引擎科技有限公司 Information transferring method and device
CN108874562A (en) * 2018-06-21 2018-11-23 北京顺丰同城科技有限公司 Distributed high concurrent message queue supplying system
CN108874562B (en) * 2018-06-21 2022-08-02 北京顺丰同城科技有限公司 Distributed high-concurrency message queue pushing system
CN109660607A (en) * 2018-12-05 2019-04-19 北京金山云网络技术有限公司 A kind of service request distribution method, method of reseptance, device and server cluster
CN109660607B (en) * 2018-12-05 2021-08-27 北京金山云网络技术有限公司 Service request distribution method, service request receiving method, service request distribution device, service request receiving device and server cluster
CN109814997A (en) * 2019-01-18 2019-05-28 创新奇智(广州)科技有限公司 A kind of distributed freedom equilibrium artificial intelligence method for scheduling task and system
CN112218251A (en) * 2019-07-09 2021-01-12 普天信息技术有限公司 Method and device for processing broadband cluster concurrent service
CN112218251B (en) * 2019-07-09 2022-01-07 普天信息技术有限公司 Method and device for processing broadband cluster concurrent service
CN112217847A (en) * 2019-07-11 2021-01-12 北京京东尚科信息技术有限公司 Micro service platform, implementation method thereof, electronic device and storage medium
CN113127162A (en) * 2019-12-31 2021-07-16 阿里巴巴集团控股有限公司 Automatic task execution method and device, electronic equipment and computer storage medium
CN111586171A (en) * 2020-05-07 2020-08-25 广州虎牙信息科技有限公司 Server operation method and device, electronic equipment and storage medium
CN111586171B (en) * 2020-05-07 2023-05-30 广州虎牙信息科技有限公司 Server operation method and device, electronic equipment and storage medium
CN111737023A (en) * 2020-05-14 2020-10-02 重庆长安汽车股份有限公司 Vehicle-mounted event processing method, cloud server and computer-readable storage medium
CN111737023B (en) * 2020-05-14 2024-04-30 重庆长安汽车股份有限公司 Vehicle-mounted event processing method, cloud server and computer readable storage medium
CN111796149A (en) * 2020-06-15 2020-10-20 深圳市极致汇仪科技有限公司 Vector network analyzer for entity key touch control
CN112579156A (en) * 2020-12-11 2021-03-30 百果园技术(新加坡)有限公司 Processing system, processing method, processing device and processing equipment of business event
CN113726896A (en) * 2021-09-01 2021-11-30 看屋(上海)信息科技有限公司 Task distribution system based on commercial intelligent real estate industry
CN113726896B (en) * 2021-09-01 2022-09-27 看屋(上海)信息科技有限公司 Task distribution system based on commercial intelligent real estate industry

Also Published As

Publication number Publication date
CN103927218B (en) 2017-07-04

Similar Documents

Publication Publication Date Title
CN103927218A (en) Event dispatching method and system
CN109542865B (en) Method, device, system and medium for synchronizing configuration files of distributed cluster system
CN102255934B (en) Cloud service dissemination method and cloud service intermediary
CN102255935B (en) Cloud service consuming method, cloud service intermediary and cloud system
CN101902473B (en) Method for synchronously updating data based on grid GIS (Geographic Information System)
US20120066400A1 (en) System and method for parallel muxing between servers in a cluster
CN105472042A (en) WEB terminal controlled message middleware system and data transmission method thereof
WO2014180407A1 (en) Pushing method and device therefor
CN106850788A (en) Towards the integrated framework and integrated approach of multi-source heterogeneous geographic information resources
CN105357286B (en) A kind of real-time messages orientation method for pushing based on Web
CN112100265A (en) Multi-source data processing method and device for big data architecture and block chain
CN104320441B (en) Information sharing method between wireless communication system
CN109462640B (en) Metadata synchronization method, data terminal, interaction system and medium
CN100450105C (en) Synchronous information interface realizing method based on JAVA information service
CN105471700B (en) A kind of methods, devices and systems of Message Processing
CN110309231A (en) A kind of method of data synchronization and system across computer room
CN104243610A (en) Distributed file transmission service method
WO2019231645A1 (en) Change notifications for object storage
CN110213156A (en) A kind of span centre heart group's instant communicating method and system
CN110476154A (en) Proxy server device and method for data collection
CN116489214A (en) Unified service scheduling method, device, medium and equipment based on micro service gateway
CN111124717A (en) Message delivery method, system and computer storage medium
CN109428745B (en) JMS message forwarding method, device, electronic equipment and storage medium
CN109144919B (en) Interface switching method and device
CN116775420A (en) Information creation cloud platform resource display and early warning method and system based on Flink flow calculation

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20170817

Address after: 510000, room 314, No. 01, Fangcun Avenue, Liwan District, Guangdong, Guangzhou

Patentee after: GUANGZHOU WEIPINHUI RESEARCH INSTITUTE CO.,LTD.

Address before: 510370, No. 314, Fangcun Road, Liwan District, Guangdong, Guangzhou two

Patentee before: GUANGZHOU VIP NETWORK TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230209

Address after: 510000 No. 314, Fangcun Avenue, Liwan District, Guangzhou City, Guangdong Province

Patentee after: GUANGZHOU PINWEI SOFTWARE Co.,Ltd.

Address before: 510000 room 01, No.314, Fangcun Avenue middle, Liwan District, Guangzhou City, Guangdong Province

Patentee before: GUANGZHOU WEIPINHUI RESEARCH INSTITUTE CO.,LTD.