CN102611642A - System for processing nonsynchronous message and method for system to send message and monitor processing task - Google Patents

System for processing nonsynchronous message and method for system to send message and monitor processing task Download PDF

Info

Publication number
CN102611642A
CN102611642A CN2012100450659A CN201210045065A CN102611642A CN 102611642 A CN102611642 A CN 102611642A CN 2012100450659 A CN2012100450659 A CN 2012100450659A CN 201210045065 A CN201210045065 A CN 201210045065A CN 102611642 A CN102611642 A CN 102611642A
Authority
CN
China
Prior art keywords
task
message
queue
processing
asynchronous
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN2012100450659A
Other languages
Chinese (zh)
Inventor
俞晓鸿
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
HANGZHOU SHANLIANG TECHNOLOGY Co Ltd
Original Assignee
HANGZHOU SHANLIANG 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 HANGZHOU SHANLIANG TECHNOLOGY Co Ltd filed Critical HANGZHOU SHANLIANG TECHNOLOGY Co Ltd
Priority to CN2012100450659A priority Critical patent/CN102611642A/en
Publication of CN102611642A publication Critical patent/CN102611642A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Multi Processors (AREA)

Abstract

The invention discloses a system for processing nonsynchronous message and a method for the system to send message and monitor processing task. The system comprises a plurality of trunked ends and a queue server end, wherein each trunked end comprises an application server and a plurality of client sides, each client side selects a queue server according to default rules, when information is sent, each trunked end serves as a sending end to select the corresponding queue server to transmit the information in a nonsynchronous way by adopting a distributed queue way; when tasks need to be processed, each trunked end serves as a monitoring end to establish a monitoring thread, setting a monitoring queue and monitor the queue server so as to process the tasks in a nonsynchronous way; the queue server end comprises a plurality of queue servers, which are used for receiving nonsynchronous information sent by each trunked end and storing tasks to be processed. According to the system and the method, the efficient and reliable transmission of the nonsynchronous information can be realized, and the system has the characteristics of strong expansibility, complete fault tolerance, convenience in use, low maintenance cost, convenient monitoring management and the like.

Description

The method of handling the system of asynchronous message and sending message, monitoring Processing tasks
Technical field
The present invention relates to a kind of method of handling the system of asynchronous message and sending message, monitoring Processing tasks, the method for particularly relate to a kind of system and transmission message thereof of utilizing distributed queue to handle asynchronous message, monitoring Processing tasks.
Background technology
Message-oriented middleware is to realize the integrated instrument of inter-system data, sets up being connected between system through the message issue of setting up between system with subscribing relationship.Send a message to the message-oriented middleware server by message source system (Origin System); Be message server (Message Server); Server is delivered to the targets of messages system according to subscribing relationship, and the targets of messages system accomplishes corresponding service processing according to content after receiving message.
Present numerous message-oriented middleware produces sheet: the targets of messages system regularly is connected to message server; Whether inquiry has the message that belongs to native system; If have then message is got, this is a kind of processing method of poll.
Yet, adopt the middleware of poll processing method to have following shortcoming mostly at present: 1, heavyweight too, maintenance cost is high, and the expansion of cluster arrangement is cumbersome; 2, efficient is low, and developer's learning cost is high, and the monitoring management cost is high.
Summary of the invention
For overcoming the deficiency that above-mentioned prior art exists; Main purpose of the present invention is to provide a kind of method of handling the system of asynchronous message and sending message, monitoring Processing tasks; It transmits asynchronous message through utilizing distributed asynchronous queue mode, has realized efficient, asynchronous message transmission reliably, and the present invention simultaneously is through the distributed type assemblies structure; Has strong, the complete fault tolerant mechanism of autgmentability, easy to use, advantage such as maintenance cost is low, monitoring management is convenient.
For reaching above-mentioned and other purposes, the present invention provides a kind of system that handles asynchronous message, utilizes distributed asynchronous queue to handle asynchronous message, and it comprises at least:
A plurality of cluster ends; Each cluster end all comprises application server and a plurality of client; Each client is selected queue server according to preset rules, and when sending message, each cluster end is selected corresponding queue server as transmitting terminal and adopted distributed queue's mode to carry out asynchronous communication message; When the need Processing tasks, each cluster end is then created watcher thread as monitoring end, is provided with and monitors formation and monitor queue server, with the asynchronous system Processing tasks; And
The queue server end comprises a plurality of queue servers, and it is used to receive the asynchronous message of each cluster end transmission and stores needs task for processing.
Further, these a plurality of cluster ends adopt distributed deployment.
Further, this preset rules is the polling dispatching algorithm based on weight.
Further, this queue server end also utilizes the relevant information of each task of journal file record.
For reaching above-mentioned and other purposes, the present invention provides a kind of method of transmission message of the system that handles asynchronous message, comprises the steps
Create the socket transmitting terminal;
Receive the message that client is sent;
Whether inspection socket connection pool exists;
If exist, then use original socket connection pool, otherwise, then create new socket connection pool;
If availability according to the load inspection based on weight connects unavailable, then connects automatically again;
Select a socket connection pool;
Create and send message task and task is put into task pool; And
The asynchronous transmission socket messages.
Further, when connection is broken, network is unusual or queue server end when unusual, this connection is unavailable.
Further, transmitting terminal takes place when unusual when in asynchronous transmission message, and this transmitting terminal is reentered into this task in the task pool, resends.
Further, in process of transmitting, if because of network problem causes connecting overtime or the server-side processes task is overtime or it is overtime to read response message, this transmitting terminal is put into task pool with this task again and is sent.
Further, each in this transmitting terminal connection pool do not connect binds with concrete formation, when this transmitting terminal sends, can dynamically arrange to connect employed queued name.
For reaching above-mentioned and other purposes, the present invention provides a kind of method of monitoring Processing tasks of the system that handles asynchronous message, comprises the steps:
Create watcher thread, be provided with and monitor formation and monitor queue server;
Queue server is monitored in each watcher thread circulation;
Corresponding client receives an assignment when having task to handle;
This task of deletion queue server end;
This task of client process;
In handling successfully back deletion assignment file.
Further, also comprise the steps: after client receives an assignment
Whether judge has this task to exist in the assignment file;
If have, then delete this task of queue server end, otherwise this task is write assignment file.
Further,, and start the task in the timer Timing Processing failure formation, delete this assignment file simultaneously if this mission failure of this client process more than three times, then writes the failure formation with this task.
Further, after handling successfully, behind the deletion assignment file, also comprise the step of log to journal file.
Further, for each queue server end, adopt single-threaded circulation to monitor the task of many formations.
Compared with prior art; A kind of method of handling the system of asynchronous message and sending message, monitoring Processing tasks of the present invention; It transmits asynchronous message through utilizing distributed asynchronous queue mode, has realized efficient, asynchronous message transmission reliably, and the present invention simultaneously is through the distributed type assemblies structure; Has strong, the complete fault tolerant mechanism of autgmentability, easy to use, advantage such as maintenance cost is low, monitoring management is convenient.
Description of drawings
The system architecture diagram of the preferred embodiment of the system that Fig. 1 handles asynchronous message for the present invention is a kind of;
The system that Fig. 2 handles asynchronous message for the present invention is a kind of sends the flow chart of steps of preferred embodiment of the method for message;
The flow chart of steps of preferred embodiment of the method for Processing tasks is monitored by the system that Fig. 3 handles asynchronous message for the present invention is a kind of.
Embodiment
Below through specific instantiation and accompanying drawings execution mode of the present invention, those skilled in the art can understand other advantage of the present invention and effect easily by the content that this specification disclosed.The present invention also can implement or use through other different instantiation, and each item details in this specification also can be based on different viewpoints and application, carries out various modifications and change under the spirit of the present invention not deviating from.
The system architecture diagram of the preferred embodiment of the system that Fig. 1 handles asynchronous message for the present invention is a kind of.As shown in Figure 1, a kind of system that handles asynchronous message of the present invention, it mainly utilizes distributed asynchronous queue to handle asynchronous message, comprises at least: a plurality of cluster ends 110 and queue server end 120.
Wherein each cluster end 110 adopts distributed deployment; Each cluster end 110 all includes application server and a plurality of client; Each client can be selected queue server according to roundrobin (polling dispatching) algorithm based on weight; When sending message, each cluster end 110 selects corresponding queue server to adopt distributed queue's mode to carry out asynchronous communication message as transmitting terminal; When the need Processing tasks, each cluster end 110 is then created watcher thread as monitoring end, is provided with and monitors formation and monitor queue server, with the asynchronous system Processing tasks; Queue server 120 comprises a plurality of queue servers, and it is used to receive the asynchronous message of cluster end 110 transmissions and need task for processing, and preferable, queue server also utilizes daily record (binlog) to write down the relevant information of each task.
The system that Fig. 2 handles asynchronous message for the present invention is a kind of sends the flow chart of steps of preferred embodiment of the method for message.As shown in Figure 2, a kind of system that handles asynchronous message of the present invention sends the method for message, comprises the steps:
Step 201 is created Socket (socket) transmitting terminal;
Step 202 is accepted the message that client is sent;
Step 203, whether inspection socket connection pool exists;
Step 204 if exist, is then used original socket connection pool; If do not exist, then create new socket connection pool;
Step 205 checks whether each connection pool is available;
Step 206, if available, then whether inspection has queue server to break off; Otherwise if unavailable, whether the then connection of deletion inefficacy, and inspection has queue server to break off;
Step 207 if there is queue server to break off, is then created new connection, and gets into step 215; Otherwise, then get into step 208 if there is not queue server to break off;
Step 208 according to load balancing, is selected a socket connection pool;
Step 209 is provided with the queued name of transmitting terminal;
Step 210 is created the task (task) of sending message;
Step 211 is put into task pool with the task (task) of sending message;
Step 212, asynchronous transmission Socket (socket) message;
Step 213 judges whether to send successfully;
Step 214 is if send successfully then return messages formation; Otherwise return step 202;
Step 215 judges whether new connection creates success;
Step 216 if create successfully, is then put into the socket connection pool with new connection, and is turned to step 208; Get nowhere if create, then directly turn to step 208.
Preferable, transmitting terminal takes place unusually when in asynchronous transmission message, and then transmitting terminal can be reentered into task (task) in task (task) pond, resends; If because of connectivity problem causes sending failure, also can this task be reentered in the task pool and send out, and can adopt priority in the process of transmitting; Postpone, overtime etc. controlled the correlative detail that sends; Be in the process of transmitting, if because of network problem cause connecting overtime or the server-side processes task overtime, or read the response message supermarket; This task can be thought and sends failure so, can be reentered in the task pool and send.
What need explanation is; In preferred embodiment of the present invention; Transmitting terminal connects each connection in (connection) pond and the concrete formation of getting along well is bound, and when transmitting terminal sends, can dynamically arrange to connect employed queued name, and formula is monopolized in the connection here (connection).
In sum, the present invention can put into task (task) pond with task (task) when each transmission task (task), call transmitting terminal (sender) transmission task (task) simultaneously.Transmitting terminal (sender) can be according to the load based on weight; Automatic inspection connects the availability of (connection), and connection breaks like discovery, or network is unusual; Or unusual grade of queue server end cause connecting (connection) when unavailable, understands timing automatic and reconnect; While is each if connection failure can use other connection that connects in (connection) pond to send task (task).
The flow chart of steps of preferred embodiment of the method for Processing tasks is monitored by the system that Fig. 3 handles asynchronous message for the present invention is a kind of.As shown in Figure 3, the method for Processing tasks is monitored by a kind of system that handles asynchronous message of the present invention, comprises the steps:
Step 301 is created watcher thread, is provided with to monitor formation and monitor queue server;
Step 302, queue server is monitored in each watcher thread circulation;
Step 303, the task that judged whether is handled;
Step 304, if there is task to handle, then client receives an assignment, otherwise continues to monitor queue server;
Step 305 judges whether task exists in the assignment file,
Step 306 if do not exist, then writes assignment file with task, gets into step 307, otherwise directly gets into step 307;
Step 307, the task of deletion queue server end;
Step 308 is judged the deletion result;
Step 309 if delete successfully, then by the client process task, otherwise goes to step 302;
Step 310, the result of inspection client process task;
Step 311 if handle successfully, is then deleted assignment file, if failure, then client continues Processing tasks again;
Step 312, log be to journal file, and go to step 302.
Preferable, if client process task accumulative total is failed three times, then task is write the failure formation, and start the task in the timer Timing Processing failure formation, delete assignment file simultaneously.
In preferred embodiment of the present invention, for for each queue server end, all can adopt single-threaded circulation to monitor the task of many formations, after each task is successfully handled by client, can delete the task (task) of server end simultaneously.
In the present invention's preferred embodiment; Watcher thread is when unusual or queue server end is unusual because of network problem or client application; Can regularly connect the queue server end again; Monitor client when handling task because of self program or database etc. when unusual, can attempt handling this task again, give tacit consent to three failures after meeting this task is joined in the formation (fail queue) of failing; Write simultaneously in the journal file, pass through then to understand the file logging in the corresponding journal file of deletion after this task of timer Timing Processing is handled successfully; If take place unusually this mission failure of client process to be described, can monitor this task and then processing from server end again during deletion queue server end task.
In sum; A kind of method of handling the system of asynchronous message and sending message, monitoring Processing tasks of the present invention; It transmits asynchronous message through utilizing distributed asynchronous queue mode, has realized efficient, asynchronous message transmission reliably, and the present invention simultaneously is through the distributed type assemblies structure; Has strong, the complete fault tolerant mechanism of autgmentability, easy to use, advantage such as maintenance cost is low, monitoring management is convenient.
The foregoing description is illustrative principle of the present invention and effect thereof only, but not is used to limit the present invention.Any those skilled in the art all can be under spirit of the present invention and category, and the foregoing description is modified and changed.Therefore, rights protection scope of the present invention should be listed like claims.

Claims (14)

1. a system that handles asynchronous message utilizes distributed asynchronous queue to handle asynchronous message, and it comprises at least:
A plurality of cluster ends; Each cluster end all comprises application server and a plurality of client; Each client is selected queue server according to preset rules, and when sending message, each cluster end is selected corresponding queue server as transmitting terminal and adopted distributed queue's mode to carry out asynchronous communication message; When the need Processing tasks, each cluster end is then created watcher thread as monitoring end, is provided with and monitors formation and monitor queue server, with the asynchronous system Processing tasks; And
The queue server end comprises a plurality of queue servers, and it is used to receive the asynchronous message of each cluster end transmission and stores needs task for processing.
2. the system of processing asynchronous message as claimed in claim 1 is characterized in that: these a plurality of cluster ends adopt distributed deployment.
3. the system of processing asynchronous message as claimed in claim 1 is characterized in that: this preset rules is the polling dispatching algorithm based on weight.
4. the system of processing asynchronous message as claimed in claim 1 is characterized in that: this queue server end also utilizes the relevant information of each task of journal file record.
5. the method for the transmission message of a system that handles asynchronous message comprises the steps
Create the socket transmitting terminal;
Receive the message that client is sent;
Whether inspection socket connection pool exists;
If exist, then use original socket connection pool, otherwise, then create new socket connection pool;
If availability according to the load inspection based on weight connects unavailable, then connects automatically again;
Select a socket connection pool;
Create and send message task and task is put into task pool; And
The asynchronous transmission socket messages.
6. the method for the transmission message of the system of processing asynchronous message as claimed in claim 5 is characterized in that: when connection is broken, network is unusual or queue server end when unusual, connect unavailable.
7. the method for the transmission message of the system of processing asynchronous message as claimed in claim 5 is characterized in that: transmitting terminal takes place when unusual when in asynchronous transmission message, and this transmitting terminal is reentered into this task in the task pool, resends.
8. the method for the transmission message of the system of processing asynchronous message as claimed in claim 5; It is characterized in that: in process of transmitting; If because of network problem causes connecting overtime or the server-side processes task is overtime or it is overtime to read response message, this transmitting terminal is put into task pool with this task again and is sent.
9. the method for the transmission message of the system of processing asynchronous message as claimed in claim 5 is characterized in that: each in this transmitting terminal connection pool do not connect binds with concrete formation, when this transmitting terminal sends, can dynamically arrange to connect employed queued name.
10. the method for the monitoring Processing tasks of a system that handles asynchronous message comprises the steps:
Create watcher thread, be provided with and monitor formation and monitor queue server;
Queue server is monitored in each watcher thread circulation;
Corresponding client receives an assignment when having task to handle;
This task of deletion queue server end;
This task of client process;
In handling successfully back deletion assignment file.
11. the method for the monitoring Processing tasks of the system of processing asynchronous message as claimed in claim 10 is characterized in that, also comprises the steps: after client receives an assignment
Whether judge has this task to exist in the assignment file;
If have, then delete this task of queue server end, otherwise this task is write assignment file.
12. the method for the monitoring Processing tasks of the system of processing asynchronous message as claimed in claim 10; It is characterized in that: if this mission failure of this client process is more than three times; Then this task is write the failure formation; And start the task in the timer Timing Processing failure formation, delete this assignment file simultaneously.
13. the method for the monitoring Processing tasks of the system of processing asynchronous message as claimed in claim 10 is characterized in that: after handling successfully, behind the deletion assignment file, also comprise the step of log to journal file.
14. the method for the monitoring Processing tasks of the system of processing asynchronous message as claimed in claim 10 is characterized in that:, adopt single-threaded circulation to monitor the task of many formations for each queue server end.
CN2012100450659A 2012-02-27 2012-02-27 System for processing nonsynchronous message and method for system to send message and monitor processing task Pending CN102611642A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2012100450659A CN102611642A (en) 2012-02-27 2012-02-27 System for processing nonsynchronous message and method for system to send message and monitor processing task

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2012100450659A CN102611642A (en) 2012-02-27 2012-02-27 System for processing nonsynchronous message and method for system to send message and monitor processing task

Publications (1)

Publication Number Publication Date
CN102611642A true CN102611642A (en) 2012-07-25

Family

ID=46528803

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2012100450659A Pending CN102611642A (en) 2012-02-27 2012-02-27 System for processing nonsynchronous message and method for system to send message and monitor processing task

Country Status (1)

Country Link
CN (1) CN102611642A (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103067788A (en) * 2012-12-17 2013-04-24 四川长虹电器股份有限公司 Electric appliance control method based on intelligent television
CN103532755A (en) * 2013-10-12 2014-01-22 北京奇虎科技有限公司 Method and system for processing distributed asynchronous events
CN104765798A (en) * 2015-03-26 2015-07-08 深圳市一科互联有限公司 System and method for achieving Mysql remote synchronous fault tolerance enhancement
CN104978230A (en) * 2014-04-02 2015-10-14 腾讯科技(深圳)有限公司 Asynchronous task canceling method, asynchronous task canceling device and electronic equipment
CN103338160B (en) * 2013-07-19 2016-04-20 天津汉柏信息技术有限公司 Based on optimization system and the optimization method of the polling service of buffer queue
CN107463434A (en) * 2017-08-11 2017-12-12 恒丰银行股份有限公司 Distributed task processing method and device
CN107688489A (en) * 2016-08-03 2018-02-13 北京京东尚科信息技术有限公司 A kind of method and system of scheduler task
CN108804237A (en) * 2017-05-05 2018-11-13 北京京东尚科信息技术有限公司 Data real-time statistical method, device, storage medium and electronic equipment
CN109862091A (en) * 2019-01-28 2019-06-07 上海易点时空网络有限公司 Content release processing method and device for community
CN110245011A (en) * 2018-03-08 2019-09-17 北京京东尚科信息技术有限公司 A kind of method for scheduling task and device
CN110309272A (en) * 2018-03-08 2019-10-08 上海擎感智能科技有限公司 Terminal interaction method and system based on NLP technology, cloud platform
CN110633320A (en) * 2018-05-30 2019-12-31 北京京东尚科信息技术有限公司 Processing method, system, equipment and storage medium of distributed data service
CN111182047A (en) * 2019-12-24 2020-05-19 中国银联股份有限公司 Method and system for transferring files between large data platforms across a network
CN113094362A (en) * 2021-04-30 2021-07-09 中国银行股份有限公司 Method and device for reliably delivering and processing asynchronous message
CN113608853A (en) * 2021-08-06 2021-11-05 安徽创新软件集团有限公司 Multithreading data acquisition system based on Internet of things technology
CN114125021A (en) * 2021-10-20 2022-03-01 安徽峰泰技术开发有限公司 Terminal information issuing system based on Netty message drive
CN115065511A (en) * 2022-05-30 2022-09-16 济南浪潮数据技术有限公司 Method and system for processing cluster abnormal event

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020145625A1 (en) * 1999-12-22 2002-10-10 Fujitsu Limited Distributed processing system and network monitoring system
CN101340400A (en) * 2008-08-29 2009-01-07 中兴通讯股份有限公司 Asynchronous message processing method and system
CN101719079A (en) * 2009-12-17 2010-06-02 中国电力科学研究院 Method and device for processing tasks
CN101895429A (en) * 2010-07-28 2010-11-24 新太科技股份有限公司 Message mechanism-based distributed monitoring system design method
CN101917332A (en) * 2010-05-24 2010-12-15 宁波东海蓝帆科技有限公司 Message delivery method for reducing network load of message midware

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020145625A1 (en) * 1999-12-22 2002-10-10 Fujitsu Limited Distributed processing system and network monitoring system
CN101340400A (en) * 2008-08-29 2009-01-07 中兴通讯股份有限公司 Asynchronous message processing method and system
CN101719079A (en) * 2009-12-17 2010-06-02 中国电力科学研究院 Method and device for processing tasks
CN101917332A (en) * 2010-05-24 2010-12-15 宁波东海蓝帆科技有限公司 Message delivery method for reducing network load of message midware
CN101895429A (en) * 2010-07-28 2010-11-24 新太科技股份有限公司 Message mechanism-based distributed monitoring system design method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
虞海江等: "《基于消息中间件的分布式查询系统》", 《计算机应用研究》 *

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103067788A (en) * 2012-12-17 2013-04-24 四川长虹电器股份有限公司 Electric appliance control method based on intelligent television
CN103338160B (en) * 2013-07-19 2016-04-20 天津汉柏信息技术有限公司 Based on optimization system and the optimization method of the polling service of buffer queue
CN103532755A (en) * 2013-10-12 2014-01-22 北京奇虎科技有限公司 Method and system for processing distributed asynchronous events
CN103532755B (en) * 2013-10-12 2016-07-06 北京世界星辉科技有限责任公司 The processing method of distributed asynchronous event and system
CN104978230A (en) * 2014-04-02 2015-10-14 腾讯科技(深圳)有限公司 Asynchronous task canceling method, asynchronous task canceling device and electronic equipment
CN104978230B (en) * 2014-04-02 2019-06-11 腾讯科技(深圳)有限公司 Asynchronous task canceling method, device and electronic equipment
CN104765798A (en) * 2015-03-26 2015-07-08 深圳市一科互联有限公司 System and method for achieving Mysql remote synchronous fault tolerance enhancement
CN104765798B (en) * 2015-03-26 2018-08-07 深圳一科互联有限公司 The strange lands Mysql synchronize the realization system and implementation method of enhancing fault-tolerance
CN107688489A (en) * 2016-08-03 2018-02-13 北京京东尚科信息技术有限公司 A kind of method and system of scheduler task
CN107688489B (en) * 2016-08-03 2021-01-26 北京京东尚科信息技术有限公司 Method and system for scheduling tasks
CN108804237A (en) * 2017-05-05 2018-11-13 北京京东尚科信息技术有限公司 Data real-time statistical method, device, storage medium and electronic equipment
CN107463434A (en) * 2017-08-11 2017-12-12 恒丰银行股份有限公司 Distributed task processing method and device
CN110245011A (en) * 2018-03-08 2019-09-17 北京京东尚科信息技术有限公司 A kind of method for scheduling task and device
CN110309272A (en) * 2018-03-08 2019-10-08 上海擎感智能科技有限公司 Terminal interaction method and system based on NLP technology, cloud platform
CN110633320A (en) * 2018-05-30 2019-12-31 北京京东尚科信息技术有限公司 Processing method, system, equipment and storage medium of distributed data service
CN110633320B (en) * 2018-05-30 2024-01-12 北京京东尚科信息技术有限公司 Processing method, system, equipment and storage medium for distributed data service
CN109862091B (en) * 2019-01-28 2021-11-09 上海易点时空网络有限公司 Content publishing processing method and device for community
CN109862091A (en) * 2019-01-28 2019-06-07 上海易点时空网络有限公司 Content release processing method and device for community
CN111182047B (en) * 2019-12-24 2023-04-07 中国银联股份有限公司 Method and system for transferring files between large data platforms across a network
CN111182047A (en) * 2019-12-24 2020-05-19 中国银联股份有限公司 Method and system for transferring files between large data platforms across a network
CN113094362A (en) * 2021-04-30 2021-07-09 中国银行股份有限公司 Method and device for reliably delivering and processing asynchronous message
CN113094362B (en) * 2021-04-30 2024-04-16 中国银行股份有限公司 Method and device for reliably delivering and processing asynchronous message
CN113608853A (en) * 2021-08-06 2021-11-05 安徽创新软件集团有限公司 Multithreading data acquisition system based on Internet of things technology
CN113608853B (en) * 2021-08-06 2023-11-10 安徽创新软件集团有限公司 Multithread data acquisition system based on internet of things technology
CN114125021A (en) * 2021-10-20 2022-03-01 安徽峰泰技术开发有限公司 Terminal information issuing system based on Netty message drive
CN114125021B (en) * 2021-10-20 2024-01-30 安徽峰泰技术开发有限公司 Terminal information release system based on Netty message drive
CN115065511A (en) * 2022-05-30 2022-09-16 济南浪潮数据技术有限公司 Method and system for processing cluster abnormal event

Similar Documents

Publication Publication Date Title
CN102611642A (en) System for processing nonsynchronous message and method for system to send message and monitor processing task
JP5872731B2 (en) Computer implemented method, non-transitory computer readable medium and computer system for communicating detection of link failure to each of a plurality of nodes of a cluster
KR101233263B1 (en) System and method for providing push service using feedback information
CN102893270A (en) Enterprise client-server system and methods of providing web application support through distributed emulation of websocket communications
CN102385582B (en) Production test data processing method, server and system
CN1909507B (en) Method and system for message transfer
CN112788074B (en) Data transmitting method, processing method, receiving method, apparatus thereof, and storage medium
JP6191159B2 (en) Server, backup system, backup method, and computer program
CN102111419B (en) Message middleware-based client automatic reconnection method
JP5537181B2 (en) Message system
CN115004673B (en) Message pushing method, device, electronic equipment and computer readable medium
CN103581276A (en) Cluster management device and system, service client side and corresponding method
US20180324259A1 (en) Client connection method and system
CN103207841A (en) Method and device for data reading and writing on basis of key-value buffer
CN101014019B (en) Communication method for transmitting message among systems
US7793113B2 (en) Guaranteed deployment of applications to nodes in an enterprise
CN107592215A (en) A kind of method for managing message-oriented middleware
US7552355B2 (en) System for providing an alternative communication path in a SAS cluster
KR101453454B1 (en) Integrated push service system and using method thereof
CN104618466A (en) System for balancing load and controlling overload based on message transfer and control method of system
CN102984174B (en) Reliability guarantee method and system in a kind of distribution subscription system
CN116319732A (en) Message queue centralized configuration management system and method based on RabbitMQ
CN103929455A (en) Asynchronous file transmission system and method comprising network storage equipment
KR100942694B1 (en) Co-operating apparatus using Peer to Peer and method thereof
US9426115B1 (en) Message delivery system and method with queue notification

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
AD01 Patent right deemed abandoned

Effective date of abandoning: 20120725

C20 Patent right or utility model deemed to be abandoned or is abandoned