CN113839987B - Message distribution method based on message queue, access control system and storage medium - Google Patents

Message distribution method based on message queue, access control system and storage medium Download PDF

Info

Publication number
CN113839987B
CN113839987B CN202110973483.3A CN202110973483A CN113839987B CN 113839987 B CN113839987 B CN 113839987B CN 202110973483 A CN202110973483 A CN 202110973483A CN 113839987 B CN113839987 B CN 113839987B
Authority
CN
China
Prior art keywords
event
message
client
queue
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.)
Active
Application number
CN202110973483.3A
Other languages
Chinese (zh)
Other versions
CN113839987A (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.)
Ralid Information System Co ltd
Original Assignee
Ralid Information System 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 Ralid Information System Co ltd filed Critical Ralid Information System Co ltd
Priority to CN202110973483.3A priority Critical patent/CN113839987B/en
Publication of CN113839987A publication Critical patent/CN113839987A/en
Application granted granted Critical
Publication of CN113839987B publication Critical patent/CN113839987B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07CTIME OR ATTENDANCE REGISTERS; REGISTERING OR INDICATING THE WORKING OF MACHINES; GENERATING RANDOM NUMBERS; VOTING OR LOTTERY APPARATUS; ARRANGEMENTS, SYSTEMS OR APPARATUS FOR CHECKING NOT PROVIDED FOR ELSEWHERE
    • G07C9/00Individual registration on entry or exit
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes

Abstract

The invention discloses a message distribution method based on a message queue, an access control system and a storage medium, wherein the message distribution method comprises the following steps: receiving event messages pushed by a website end in real time, storing the event messages into an event service queue, and formatting the event messages; reading the formatted event message from the event service queue, and distributing the event message to one or more clients subscribing to the same event service queue for display according to a preset distribution rule; the distribution rules are generated according to event pushing frequency, event classification and/or event priority. According to the invention, one-end sending can be realized, multiple ends can be accessed and receive event messages at any time according to requirements, and the use experience of a user is improved.

Description

Message distribution method based on message queue, access control system and storage medium
Technical Field
The invention relates to the field of access control system data processing, in particular to a message distribution method and system based on a message queue.
Background
At present, after an access control system is connected with a plurality of clients, if the real-time pushing of the messages is to be realized, the existing method is to make all clients subscribe to the same message queue, so that the messages in the message queue can be synchronously pushed to all clients. In an actual use scene, different operators generally only need to monitor the equipment which is responsible for management by the operators, and the equipment managed by other operators does not need to be learned; however, the message pushing in the existing message queue can only push messages synchronously, namely event messages of all devices are pushed to all clients, so that the event messages received by the clients are too many, the event messages cannot be filtered, and the management difficulty of operators is increased. Meanwhile, the update frequency of the interface events displayed by the existing client corresponds to the message pushing frequency, so that the user cannot view event information due to too fast refreshing of the interface events of the client, eye fatigue can be easily caused due to too fast refreshing frequency, and user viewing experience is affected.
Disclosure of Invention
In order to overcome the defects of the prior art, one of the purposes of the invention is to provide a message distribution method based on a message queue, which can realize one-end sending, multi-end access and receiving of event messages at any time according to requirements and improve the use experience of users.
The second object of the present invention is to provide an access control system, which executes the above-mentioned message distribution method.
It is a further object of the present invention to provide a storage medium.
One of the purposes of the invention is realized by adopting the following technical scheme:
A message queue-based message distribution method, comprising:
Receiving event messages pushed by a website end in real time, storing the event messages into an event service queue, and formatting the event messages;
The event information read from the event service queue is distributed to one or more clients subscribing to the same event service queue for display according to a preset distribution rule; the distribution rules are generated according to event pushing frequency, event classification and/or event priority.
Further, before the event message is sent to the client, the method further comprises:
And receiving the setting parameters, and carrying out custom setting on the distribution rule of the event message according to the setting parameters.
Further, the method for receiving the event message pushed by the website end comprises the following steps:
And sending a request for acquiring the equipment state to the corresponding equipment by using the website end, and generating a corresponding event message after the website end receives the state information fed back by the equipment according to the request.
Further, the method for distributing the event message according to the event push frequency comprises the following steps:
And reading event messages from the event service queue at intervals of preset time according to the preset event pushing frequency and sending the event messages to the appointed client, so that the refreshing frequency of the appointed client corresponds to the event pushing frequency.
Further, the method for distributing the event messages according to the event classification comprises the following steps:
The method comprises the steps of matching equipment with one or more designated clients in advance, and associating equipment information with matched client information;
after the event message is read from the event service queue, identifying the equipment information corresponding to the event message and the client information matched with the equipment information, and sending the read event message to the corresponding client for display according to the client information.
Further, the method for distributing the event message according to the event priority comprises the following steps:
Corresponding priorities are set for different events of different devices in advance;
After the event message is read from the event service queue, the priority of the event message is identified, and the event message is distributed to the corresponding client for display when the priority of the event message is judged to be higher than the preset level.
The second purpose of the invention is realized by adopting the following technical scheme:
an access control system for executing the message distribution method based on the message queue, comprising:
The hardware layer is used for storing and pushing event messages in real time;
The service layer is used for storing the event message pushed by the hardware layer into an event service queue and formatting the event message; distributing the formatted event message read from the event service queue to a designated client according to a preset distribution rule;
And the client layer is used for updating and displaying the event message pushed by the service layer and sending setting parameters to the service layer so as to carry out custom setting on the distribution rule.
Further, the event message includes an alarm event and an elimination alarm event.
The third purpose of the invention is realized by adopting the following technical scheme:
A storage medium having stored thereon a computer program which when executed implements the message queue based message distribution method described above.
Compared with the prior art, the invention has the beneficial effects that:
According to the invention, one-end sending and multi-end synchronous message receiving effects are realized in a message queue mode, so that the push instantaneity of the event message is ensured; meanwhile, in the message pushing process, event messages are distributed according to a distribution rule, so that each client can receive the required event messages according to the requirement, and the management efficiency is improved; and the frequency of message pushing is limited, so that the situation that the user cannot view clear event information due to too fast change of the client interface event can be avoided, and the user viewing experience is improved.
Drawings
FIG. 1 is a flow chart of a message distributing method based on a message queue according to the present invention;
FIG. 2 is a schematic block diagram of the access control system of the present invention;
Fig. 3 is a schematic flow chart of the message distribution method applied to an access control system.
Detailed Description
The present invention will be further described with reference to the accompanying drawings and detailed description, wherein it is to be understood that, on the premise of no conflict, the following embodiments or technical features may be arbitrarily combined to form new embodiments.
Example 1
The embodiment provides a message distribution method based on a message queue, as shown in fig. 1, including:
Step S1: receiving event messages pushed by a website end in real time, storing the event messages into an event service queue, and formatting the event messages;
Step S2: the event information read from the event service queue is distributed to one or more clients subscribing to the same event service queue for display according to a preset distribution rule; the distribution rules are generated according to event pushing frequency, event classification and/or event priority.
In this embodiment, one or more devices are networked in advance, after the devices are networked, device state information of each device is collected through a website end, that is, a request for obtaining the device state is sent to all networked devices by the website end, and after receiving the request, each device feeds back the device state information to the website end for display; when the state information of each device is changed, the changed state information of the device is sent to a website end, the website end generates corresponding event messages according to the state information and distributes the event messages to corresponding clients through message queues, so that real-time events of the devices can be checked by different operators in different clients.
Because the data formats of the event messages of different devices may be different, in order to be compatible with different device hardware, the embodiment formats the messages after receiving the event messages pushed by the website end, converts the data in different formats into the format recognizable by the client through a protocol, and distributes the formatted event messages, thereby ensuring that the data transmission between the client and the device hardware layer can be smoothly performed.
In this embodiment, the formatted data are sequentially stored in the event service queue, and when the event message is distributed, the event message is only required to be read from the event service queue, and can be pushed to the client subscribed to the same event service queue for display, so that the client can realize automatic data refreshing, and the effect of traditional manual refreshing is replaced. In the embodiment, message pushing is performed according to a distribution rule in the message pushing process, an operator can edit setting parameters in a corresponding client, the client synchronizes the setting parameters into a service layer, and the service layer can perform self-defined setting on the distribution rule according to the setting parameters, so that event messages are distributed according to a preset distribution rule, and the aim of monitoring different devices and different events by different clients is fulfilled; the setting parameters comprise time pushing frequency, event classification of received events, event priority and the like.
When a plurality of event messages are pushed to a client, the client refreshes the client interface according to the received event messages, if a plurality of event messages are pushed to the same client in a short time, the client needs to refresh for a plurality of times in a short time, so that the user cannot check clear event information due to too fast refreshing of the interface event, and meanwhile, fatigue of eyes of the user is easily caused due to fast refreshing, and the checking experience of the user is influenced; therefore, according to the embodiment, the event message is read from the event service queue at intervals of preset time according to the preset event pushing frequency and is sent to the appointed client, so that the interface refreshing frequency of the appointed client can be set according to the user requirement, the interface refreshing frequency of the client corresponds to the event pushing frequency, the user can be ensured to clearly review each interface event, and the user viewing experience is improved; the event pushing frequency can be set according to actual requirements, and specific numerical values of the event pushing frequency are not limited.
In this embodiment, in order to achieve the purpose of dynamically allocating different devices to different operators for monitoring, event messages may also be distributed according to event classification; the method comprises the steps that equipment is matched with one or more designated clients in advance before information distribution, and equipment information is associated with matched client information; after any event message is read from the event service queue, identifying the equipment information corresponding to the event message, and finding the client information matched with the equipment information according to the equipment information, so that the event message obtained by reading is sent to the corresponding client for display according to the client information. For example, the device a is associated with the client A1 and the client A2, and after the event message of the device a is read from the event service queue, the event message is only synchronously distributed to the client A1 and the client A2, so that operators of the client A1 and the client A2 can view the information of the device a in time; the client side B can not receive the event message related to the device A, which is equivalent to dynamically distributing the device A to operators using the client side A1 and the client side A2, so as to realize that different operators monitor the respectively managed devices, and effectively improve the actual management capability.
In addition, when the state of the equipment is changed, corresponding event messages are generated, if all the event messages are distributed to the client, the client can receive the event messages too fast, and the data transmission pressure of the system is too high, so that the event messages can be distributed according to the event priority in the embodiment; namely, corresponding priorities are set for different events of different devices in advance; after the event message is read from the event service queue, the priority of the event message is identified, and the event message is distributed to the corresponding client for display when the priority of the event message is judged to be higher than the preset level. For example, if the method is applied to an access control system, when the sound setting with low priority in the access control system is changed, the event message can be ignored and pushed; if the alarm state with high priority in the access control system is changed, the corresponding event message is pushed to the client.
Example two
The embodiment provides an access control system, which executes the message distribution method based on the message queue according to the embodiment, and can distribute event information with high priority of alarm event and elimination of alarm event to corresponding clients for display. As shown in fig. 2 and 3, the access control system of the present embodiment mainly includes a hardware layer, a service layer and a client layer; the hardware layer is equivalent to hardware equipment such as an intelligent door lock and the like capable of triggering an alarm in the access control system and is used for storing and pushing event messages in real time; the service layer is used for storing the event message pushed by the hardware layer into an event service queue, formatting the event message, and distributing the formatted event message read from the event service queue to a designated client according to a preset distribution rule. The client layer is used for updating and displaying event messages pushed by the service layer and sending setting parameters to the service layer to carry out custom setting on distribution rules.
Example III
The embodiment provides an electronic device, which comprises a processor, a memory and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the message distribution method based on the message queue in the first embodiment when executing the computer program; in addition, the present embodiment also provides a storage medium having stored thereon a computer program which, when executed, implements the message queue-based message distribution method described above.
The apparatus and the storage medium in this embodiment and the method in the foregoing embodiments are based on two aspects of the same inventive concept, and the detailed description of the method implementation process has been given above, so those skilled in the art can clearly understand the structure and implementation process of the system in this embodiment according to the foregoing description, and the details are omitted herein for brevity.
The above embodiments are only preferred embodiments of the present invention, and the scope of the present invention is not limited thereto, but any insubstantial changes and substitutions made by those skilled in the art on the basis of the present invention are intended to be within the scope of the present invention as claimed.

Claims (6)

1. A message distribution method based on a message queue, comprising:
Receiving an event message pushed by a website end in real time, storing the event message in an event service queue, and formatting the event message, wherein the event message is obtained by sending a request for acquiring the state of equipment to corresponding equipment by the website end, and generating the corresponding event message by the website end receiving equipment according to the state information fed back by the request;
Reading the formatted event message from the event service queue, and distributing the event message to one or more clients subscribing to the same event service queue for display according to a preset distribution rule; the distribution rule is generated according to event pushing frequency, event classification and event priority, wherein the event pushing frequency is that event information is read from the event service queue at intervals of preset time and sent to a designated client, so that the refresh frequency of the designated client corresponds to the event pushing frequency, the event classification is that equipment is matched with one or more designated clients in advance, equipment information is associated with matched client information, after the event information is read from the event service queue, the equipment information corresponding to the event information and the client information matched with the equipment information are identified, and the read event information is sent to the corresponding client for display according to the client information.
2. The message queue-based message distribution method of claim 1, further comprising, prior to delivering the event message to the client:
And receiving the setting parameters, and carrying out custom setting on the distribution rule of the event message according to the setting parameters.
3. The message queue-based message distribution method as claimed in claim 1, wherein the method of distributing the event message according to the event priority comprises:
Corresponding priorities are set for different events of different devices in advance;
After the event message is read from the event service queue, the priority of the event message is identified, and the event message is distributed to the corresponding client for display when the priority of the event message is judged to be higher than the preset level.
4. An access control system, characterized in that a message distribution method based on a message queue according to any one of claims 1 to 3 is performed, the system comprising:
The hardware layer is used for storing and pushing event messages in real time;
The service layer is used for storing the event message pushed by the hardware layer into an event service queue and formatting the event message; distributing the formatted event message read from the event service queue to a designated client according to a preset distribution rule;
And the client layer is used for updating and displaying the event message pushed by the service layer and sending setting parameters to the service layer so as to carry out custom setting on the distribution rule.
5. The door access system of claim 4, wherein the event message comprises an alarm event and a cancel alarm event.
6. A storage medium having stored thereon a computer program which when executed implements the message queue based message distribution method of any one of claims 1 to 3.
CN202110973483.3A 2021-08-24 2021-08-24 Message distribution method based on message queue, access control system and storage medium Active CN113839987B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110973483.3A CN113839987B (en) 2021-08-24 2021-08-24 Message distribution method based on message queue, access control system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110973483.3A CN113839987B (en) 2021-08-24 2021-08-24 Message distribution method based on message queue, access control system and storage medium

Publications (2)

Publication Number Publication Date
CN113839987A CN113839987A (en) 2021-12-24
CN113839987B true CN113839987B (en) 2024-04-30

Family

ID=78961068

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110973483.3A Active CN113839987B (en) 2021-08-24 2021-08-24 Message distribution method based on message queue, access control system and storage medium

Country Status (1)

Country Link
CN (1) CN113839987B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114553947B (en) * 2022-01-29 2024-01-19 北京金堤科技有限公司 Method and device for processing message

Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005060285A1 (en) * 2003-12-08 2005-06-30 Widerthan.Com Co., Ltd. Method for providing information to wireless terminal
CN102195825A (en) * 2010-03-05 2011-09-21 新奥特(北京)视频技术有限公司 Monitoring system and monitoring method thereof for complete interaction between client and server
CN103516585A (en) * 2012-06-29 2014-01-15 北京奇虎科技有限公司 Method and system for distributing messages according to priorities
CN104468819A (en) * 2014-12-24 2015-03-25 福建江夏学院 Message pushing system and method for internet of things
CN104980327A (en) * 2014-04-03 2015-10-14 腾讯科技(深圳)有限公司 Information push method and device
CN105610981A (en) * 2016-02-29 2016-05-25 湖南高至科技有限公司 Quick operational information transfer platform
CN106330750A (en) * 2016-08-17 2017-01-11 成都聚美优品科技有限公司 Controllable high-concurrency distributed message queue push method
CN107122397A (en) * 2017-03-15 2017-09-01 百度在线网络技术(北京)有限公司 Content recommendation method and device
CN107196818A (en) * 2017-05-16 2017-09-22 郑州云海信息技术有限公司 A kind of system and method for Linux cluster monitorings
CN108897631A (en) * 2018-06-27 2018-11-27 杭州贝店科技有限公司 Information push method, device, equipment and storage medium
CN109688018A (en) * 2019-02-26 2019-04-26 广东信通通信有限公司 A kind of alarm information method for pushing and system based on unit exception
CN109698799A (en) * 2019-01-14 2019-04-30 广州荔支网络技术有限公司 A kind of information push method, device and mobile terminal
CN109714391A (en) * 2018-11-23 2019-05-03 工业互联网创新中心(上海)有限公司 Distributed message dissemination system
CN110049118A (en) * 2019-04-12 2019-07-23 深圳乐信软件技术有限公司 Information push method, device, equipment and storage medium
CN110493143A (en) * 2019-07-11 2019-11-22 华东计算技术研究所(中国电子科技集团公司第三十二研究所) Dynamic adjusts method, system, device and the medium of news release frequency
CN111064799A (en) * 2019-12-25 2020-04-24 北京首信科技股份有限公司 Data pushing method, device, equipment and storage medium applied to Internet of things
CN111381981A (en) * 2020-03-04 2020-07-07 上海东普信息科技有限公司 Method, device and equipment for pushing applet messages and storage medium
CN111866191A (en) * 2020-09-24 2020-10-30 深圳市易博天下科技有限公司 Message event distribution method, distribution platform, system and server
CN111917863A (en) * 2020-07-28 2020-11-10 中国平安财产保险股份有限公司 Message pushing method and device, television equipment and computer storage medium
CN112437000A (en) * 2020-11-16 2021-03-02 平安信托有限责任公司 Message queue pushing method and device, computer equipment and storage medium
CN112702190A (en) * 2020-12-11 2021-04-23 广东电力通信科技有限公司 Regional alarm message pushing method and system based on message queue

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10318518B2 (en) * 2015-07-31 2019-06-11 Bank Of America Corporation Event notification tool
US10706069B2 (en) * 2016-06-30 2020-07-07 Facebook, Inc. Techniques for replication of a client database to remote devices

Patent Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005060285A1 (en) * 2003-12-08 2005-06-30 Widerthan.Com Co., Ltd. Method for providing information to wireless terminal
CN102195825A (en) * 2010-03-05 2011-09-21 新奥特(北京)视频技术有限公司 Monitoring system and monitoring method thereof for complete interaction between client and server
CN103516585A (en) * 2012-06-29 2014-01-15 北京奇虎科技有限公司 Method and system for distributing messages according to priorities
CN104980327A (en) * 2014-04-03 2015-10-14 腾讯科技(深圳)有限公司 Information push method and device
CN104468819A (en) * 2014-12-24 2015-03-25 福建江夏学院 Message pushing system and method for internet of things
CN105610981A (en) * 2016-02-29 2016-05-25 湖南高至科技有限公司 Quick operational information transfer platform
CN106330750A (en) * 2016-08-17 2017-01-11 成都聚美优品科技有限公司 Controllable high-concurrency distributed message queue push method
CN107122397A (en) * 2017-03-15 2017-09-01 百度在线网络技术(北京)有限公司 Content recommendation method and device
CN107196818A (en) * 2017-05-16 2017-09-22 郑州云海信息技术有限公司 A kind of system and method for Linux cluster monitorings
CN108897631A (en) * 2018-06-27 2018-11-27 杭州贝店科技有限公司 Information push method, device, equipment and storage medium
CN109714391A (en) * 2018-11-23 2019-05-03 工业互联网创新中心(上海)有限公司 Distributed message dissemination system
CN109698799A (en) * 2019-01-14 2019-04-30 广州荔支网络技术有限公司 A kind of information push method, device and mobile terminal
CN109688018A (en) * 2019-02-26 2019-04-26 广东信通通信有限公司 A kind of alarm information method for pushing and system based on unit exception
CN110049118A (en) * 2019-04-12 2019-07-23 深圳乐信软件技术有限公司 Information push method, device, equipment and storage medium
CN110493143A (en) * 2019-07-11 2019-11-22 华东计算技术研究所(中国电子科技集团公司第三十二研究所) Dynamic adjusts method, system, device and the medium of news release frequency
CN111064799A (en) * 2019-12-25 2020-04-24 北京首信科技股份有限公司 Data pushing method, device, equipment and storage medium applied to Internet of things
CN111381981A (en) * 2020-03-04 2020-07-07 上海东普信息科技有限公司 Method, device and equipment for pushing applet messages and storage medium
CN111917863A (en) * 2020-07-28 2020-11-10 中国平安财产保险股份有限公司 Message pushing method and device, television equipment and computer storage medium
CN111866191A (en) * 2020-09-24 2020-10-30 深圳市易博天下科技有限公司 Message event distribution method, distribution platform, system and server
CN112437000A (en) * 2020-11-16 2021-03-02 平安信托有限责任公司 Message queue pushing method and device, computer equipment and storage medium
CN112702190A (en) * 2020-12-11 2021-04-23 广东电力通信科技有限公司 Regional alarm message pushing method and system based on message queue

Also Published As

Publication number Publication date
CN113839987A (en) 2021-12-24

Similar Documents

Publication Publication Date Title
AU2013353356B2 (en) Transmission of notifications to multiple devices associated with a user
CN109739929A (en) Method of data synchronization, apparatus and system
CN103176790A (en) Application releasing method and application releasing system
CN106357442A (en) Server cluster monitoring method and system
CN113220715B (en) Data processing method, system, computer and readable storage medium
CN110620699B (en) Message arrival rate determination method, device, equipment and computer readable storage medium
CN113839987B (en) Message distribution method based on message queue, access control system and storage medium
CN108933966B (en) Request message processing method, device and system, terminal and storage medium
CN105930249B (en) Using monitoring method and device
CN112565829B (en) Network scheduling method, device and system and readable storage medium
CN112838980B (en) Message processing method, system, device, electronic equipment and storage medium
CN111010290B (en) Service log processing method and device, electronic equipment and storage medium
CN112631687A (en) Configuration method, device and equipment of service cluster
CN105554134A (en) Information synchronization and device
CN115086347B (en) Data synchronization method, device, electronic equipment and storage medium
CN113473240B (en) Data processing method and device for live broadcasting room, electronic equipment and storage medium
CN113965538B (en) Equipment state message processing method, device and storage medium
CN110113208A (en) Alarm information processing method, device, equipment and computer readable storage medium
CN111294231B (en) Resource management method and system
CN115883639A (en) Web real-time message pushing method and device, equipment and storage medium
CN113094131A (en) Prompt resource display method, device, terminal, server and storage medium
CN105337778A (en) Internet of Things event-driven service management system
CN112887165A (en) Data source state determination method and device and computer readable storage medium
CN115955450B (en) Instant message display and push method and device, electronic equipment and storage medium
CN116166711A (en) Statistical method and device for device liveness, electronic device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant