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

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

Info

Publication number
CN113839987A
CN113839987A CN202110973483.3A CN202110973483A CN113839987A CN 113839987 A CN113839987 A CN 113839987A CN 202110973483 A CN202110973483 A CN 202110973483A CN 113839987 A CN113839987 A CN 113839987A
Authority
CN
China
Prior art keywords
event
message
queue
client
event message
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
CN202110973483.3A
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.)
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/CN113839987A/en
Publication of CN113839987A publication Critical patent/CN113839987A/en
Pending legal-status Critical Current

Links

Images

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 an event message pushed by a network station end in real time, storing the event message into an event service queue, and formatting the event message; 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 according to a preset distribution rule for display; the distribution rule is generated according to event push frequency, event classification and/or event priority. The invention can realize one-end sending and multi-end accessing and receiving event messages at any time according to requirements, thereby improving the use experience of users.

Description

Message queue-based message distribution method, access control system and storage medium
Technical Field
The invention belongs to the field of data processing of access control systems, and particularly relates 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 a real-time message pushing is to be realized, an existing method is to enable all the clients to subscribe to the same message queue, and then messages in the message queue can be synchronously pushed to all the clients. In an actual use scene, different operators generally only need to monitor the equipment which is managed by the operators, and the equipment managed by other operators does not need to be taken care of; however, the message pushing in the existing message queue can only push messages synchronously, that is, event messages of all devices are pushed to all clients, so that the event messages received by the clients are too many to filter the event messages, and the management difficulty of operators is increased. Meanwhile, the update frequency of the interface event displayed by the existing client corresponds to the message pushing frequency, so that the user cannot view the event information due to the fact that the interface event of the client is refreshed too fast, and the user viewing experience is affected due to the fact that eyes are tired easily due to the fact that the refresh frequency is too fast.
Disclosure of Invention
In order to overcome the defects of the prior art, one of the purposes of the present invention is to provide a message distribution method based on a message queue, which can realize one-end sending, and multiple ends can access and receive event messages at any time according to requirements, thereby improving the user experience.
Another object of the present invention is to provide an access control system, which executes the above 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 distribution method based on a message queue comprises the following steps:
receiving an event message pushed by a network station end in real time, storing the event message into an event service queue, and formatting the event message;
reading the event messages from the event service queue, and distributing the event messages to one or more clients subscribing to the same event service queue according to a preset distribution rule for display; the distribution rule is generated according to event push frequency, event classification and/or event priority.
Further, before sending the event message to the client, the method further includes:
receiving the setting parameters, and carrying out user-defined 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 side comprises the following steps:
and sending a request for acquiring the state of the equipment 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 the event message from the event service queue at preset time intervals according to a preset event push frequency and sending the event message to the appointed client, so that the refresh frequency of the appointed client corresponds to the event push frequency.
Further, the method for distributing the event message according to the event classification comprises the following steps:
matching the equipment with one or more specified clients in advance, and associating the equipment information with the matched client information;
and after reading the event message 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:
setting corresponding priorities for different events of different equipment in advance;
and after reading the event message from the event service queue, identifying the priority of the event message, and when judging that the priority of the event message is higher than the preset level, distributing the event message to a corresponding client for display.
The second purpose of the invention is realized by adopting the following technical scheme:
an access control system, which executes the message distribution method based on the message queue, and the system includes:
the hardware layer is used for storing and pushing the event message 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 specified 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 set parameters to the service layer so as to perform custom setting on the distribution rule.
Further, the event message includes an alarm event and a dismiss 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:
the invention realizes the effect of one-end sending and multi-end synchronous receiving of the message by a message queue mode, and ensures the pushing real-time performance of the event message; meanwhile, the event message is distributed according to the distribution rule in the message pushing process, so that each client can receive the required event message 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 the fact that the client interface event changes too fast can be avoided, and the viewing experience of the user is improved.
Drawings
FIG. 1 is a schematic flow chart of a message distribution method based on a message queue according to the present invention;
FIG. 2 is a schematic block diagram of an access control system according to the present invention;
fig. 3 is a schematic flow chart of the message distribution method applied to the access control system.
Detailed Description
The present invention will be further described with reference to the accompanying drawings and the detailed description, and it should be noted that any combination of the embodiments or technical features described below can be used to form a new embodiment without conflict.
Example one
The present embodiment provides a message distribution method based on a message queue, as shown in fig. 1, including:
step S1: receiving an event message pushed by a network station end in real time, storing the event message into an event service queue, and formatting the event message;
step S2: reading the event messages from the event service queue, and distributing the event messages to one or more clients subscribing to the same event service queue according to a preset distribution rule for display; the distribution rule is generated according to event push frequency, event classification and/or event priority.
In this embodiment, one or more devices are networked in advance, and after the devices are networked, the device state information of each device is collected through a website, that is, the website is used to send a request for obtaining the device state to all the networked devices, and after receiving the request, each device feeds back the device state information to the website for display; when the state information of each device is changed, the changed state information of the devices is sent to the website, the website generates corresponding event messages according to the state information, and the event messages are distributed to corresponding clients through the message queues, so that different operators can check the real-time events of the devices 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, in this embodiment, after receiving the event message pushed by the network station side, the message is formatted, and after converting the data of different formats into a format that can be recognized by the client side through a protocol, the formatted event message is distributed, so that smooth data transmission between the client side and the device hardware layer is ensured.
In this embodiment, formatted data is sequentially stored in the event service queue, and when an event message is distributed, the event message can be pushed to a client subscribing to the same event service queue for display only by reading the event message from the event service queue, so that the client can realize automatic data refreshing and replace the traditional manual refreshing effect. In the embodiment, in the message pushing process, message pushing is required to be performed according to the distribution rule, an operator can edit the setting parameters in the corresponding client, the client synchronizes the setting parameters into the service layer, and the service layer can perform custom setting on the distribution rule according to the setting parameters, so that the event message is distributed according to the preset distribution rule, and the purpose that different clients monitor different devices and different events is achieved; the setting parameters include time push 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 a client interface according to the received event messages, if a plurality of event messages are simultaneously 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 view and see the event information clearly due to the fact that the interface event is refreshed too fast, and meanwhile, the user is easy to fatigue due to the fast refresh, and the viewing experience of the user is influenced; therefore, in the embodiment, the event message is read from the event service queue and sent to the designated client at intervals of the preset event push frequency, so that the interface refresh frequency of the designated client can be set according to the user requirement, the interface refresh frequency of the client corresponds to the event push frequency, the user can clearly look up each interface event, and the user viewing experience is improved; the event push frequency can be set according to actual requirements, and specific numerical values of the event push frequency are not limited herein.
In this embodiment, in order to achieve the purpose of dynamically allocating different devices to different operators for monitoring, event messages may be distributed according to event classifications; the method comprises the steps that equipment is matched with one or more specified clients in advance before message distribution, and equipment information is associated with matched client information; and after reading any event message 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 read event message is sent to the corresponding client for display according to the client information. For example, associating device a with client a1 and client a2, reading the event message of device a from the event service queue, and synchronously distributing the event message to client a1 and client a2 only, so that the operators of client a1 and client a2 can view the information of device a in time; the client B cannot receive the event message related to the device a, which is equivalent to dynamically allocating the device a to the operators using the client a1 and the client a2, so as to realize that different operators monitor the devices managed by the respective operators, thereby effectively improving the actual management capability.
In addition, when any change occurs in the device state, a corresponding event message is generated, and if all event messages are distributed to the client, the receiving frequency of the client is too high, and the transmission pressure of system data is too high, so that the event messages can be distributed according to the event priority; setting corresponding priorities for different events of different equipment in advance; and after reading the event message from the event service queue, identifying the priority of the event message, and when judging that the priority of the event message is higher than the preset level, distributing the event message to a corresponding client for display. 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 changes, the corresponding event message needs to be pushed to the client.
Example two
The present embodiment provides an access control system, which executes the message distribution method based on the message queue according to the first embodiment, and can distribute event information with high priority, such as an alarm event, an alarm event elimination event, and the like, 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 which can trigger alarm in the access control system and is used for storing and pushing event messages in real time; and 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 specified 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 a setting parameter to the service layer so as to perform custom setting on the distribution rule.
EXAMPLE III
The embodiment provides an electronic device, which includes a processor, a memory, and a computer program stored on the memory and operable on the processor, wherein the processor implements the message queue-based message distribution method in the first embodiment when executing the computer program; in addition, the present embodiment also provides a storage medium on which a computer program is stored, the computer program implementing the message queue-based message distribution method described above when executed.
The apparatus and the storage medium in this embodiment are based on two aspects of the same inventive concept, and the method implementation process has been described in detail in the foregoing, so that 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 for the sake of brevity of the description, details are not repeated here.
The above embodiments are only preferred embodiments of the present invention, and the protection scope of the present invention is not limited thereby, and any insubstantial changes and substitutions made by those skilled in the art based on the present invention are within the protection scope of the present invention.

Claims (9)

1. A message distribution method based on a message queue is characterized by comprising the following steps:
receiving an event message pushed by a network station end in real time, storing the event message into an event service queue, and formatting the event message;
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 according to a preset distribution rule for display; the distribution rule is generated according to event push frequency, event classification and/or event priority.
2. The message distribution method based on the message queue as claimed in claim 1, wherein before issuing the event message to the client, further comprising:
receiving the setting parameters, and carrying out user-defined setting on the distribution rule of the event message according to the setting parameters.
3. The message queue-based message distribution method according to claim 1, wherein the method for receiving the event message pushed by the website side comprises:
and sending a request for acquiring the state of the equipment 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.
4. The message queue-based message distribution method of claim 1, wherein the method for distributing the event messages according to the event push frequency comprises:
and reading the event message from the event service queue at preset time intervals according to a preset event push frequency and sending the event message to the appointed client, so that the refresh frequency of the appointed client corresponds to the event push frequency.
5. The message queue-based message distribution method of claim 1, wherein the method for distributing the event messages according to the event classification comprises:
matching the equipment with one or more specified clients in advance, and associating the equipment information with the matched client information;
and after reading the event message 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.
6. The message queue-based message distribution method of claim 1, wherein the method for distributing the event messages according to the event priority comprises:
setting corresponding priorities for different events of different equipment in advance;
and after reading the event message from the event service queue, identifying the priority of the event message, and when judging that the priority of the event message is higher than the preset level, distributing the event message to a corresponding client for display.
7. An access control system for executing the message queue-based message distribution method according to any one of claims 1 to 6, wherein the system comprises:
the hardware layer is used for storing and pushing the event message 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 specified 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 set parameters to the service layer so as to perform custom setting on the distribution rule.
8. The access control system of claim 7, wherein the event message comprises an alarm event and a dismiss alarm event.
9. 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 6.
CN202110973483.3A 2021-08-24 2021-08-24 Message queue-based message distribution method, access control system and storage medium Pending CN113839987A (en)

Priority Applications (1)

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

Applications Claiming Priority (1)

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

Publications (1)

Publication Number Publication Date
CN113839987A true CN113839987A (en) 2021-12-24

Family

ID=78961068

Family Applications (1)

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

Country Status (1)

Country Link
CN (1) CN113839987A (en)

Cited By (1)

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

Citations (23)

* 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
US20170032009A1 (en) * 2015-07-31 2017-02-02 Bank Of America Corporation Event Notification Tool
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
US20180004828A1 (en) * 2016-06-30 2018-01-04 Facebook, Inc. Techniques for replication of a client database to remote devices
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

Patent Citations (23)

* 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
US20170032009A1 (en) * 2015-07-31 2017-02-02 Bank Of America Corporation Event Notification Tool
CN105610981A (en) * 2016-02-29 2016-05-25 湖南高至科技有限公司 Quick operational information transfer platform
US20180004828A1 (en) * 2016-06-30 2018-01-04 Facebook, Inc. Techniques for replication of a client database to remote devices
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

Cited By (2)

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

Similar Documents

Publication Publication Date Title
CN109739929A (en) Method of data synchronization, apparatus and system
EP1929705B1 (en) Device management method using nodes having additional attribute and device management client thereof
US20160012150A1 (en) System and method for main distribution network graph/model/data integration based on remote access and information interaction
CN110620890A (en) File uploading method and system
CN106814975A (en) A kind of memory management method and its system for polymorphic type storage device
CN113220715B (en) Data processing method, system, computer and readable storage medium
CN108881456A (en) A kind of data interaction system, server-side and its data interactive method and system
CN110620699A (en) Message arrival rate determination method, device, equipment and computer readable storage medium
CN111984495A (en) Big data monitoring method and device and storage medium
CN103490978A (en) Terminal, server and message monitoring method
CN107295031A (en) A kind of method of data synchronization and device
CN113839987A (en) Message queue-based message distribution method, access control system and storage medium
CN109583615B (en) Conference room booking method, conference room booking system, conference room booking server and computer readable storage medium
CN111460038A (en) Quasi-real-time data synchronization method and device
CN111010290B (en) Service log processing method and device, electronic equipment and storage medium
CN103905512A (en) Data processing method and equipment
CN110839061A (en) Data distribution method, device and storage medium
CN113965538B (en) Equipment state message processing method, device and storage medium
CN113242254B (en) Communication message processing method, device, terminal equipment and storage medium
CN115629909A (en) Service data processing method and device, electronic equipment and storage medium
CN113473240B (en) Data processing method and device for live broadcasting room, electronic equipment and storage medium
CN111294231B (en) Resource management method and system
CN112767220A (en) Emergency management communication method, system, storage medium and computer equipment
CN105337778A (en) Internet of Things event-driven service management system
CN112004161A (en) Processing method and device of address resources, terminal equipment 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