CN115914346A - Internet of things message processing method and device, electronic equipment and storage medium - Google Patents
Internet of things message processing method and device, electronic equipment and storage medium Download PDFInfo
- Publication number
- CN115914346A CN115914346A CN202110910238.8A CN202110910238A CN115914346A CN 115914346 A CN115914346 A CN 115914346A CN 202110910238 A CN202110910238 A CN 202110910238A CN 115914346 A CN115914346 A CN 115914346A
- Authority
- CN
- China
- Prior art keywords
- message
- internet
- things
- service
- queue
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000003672 processing method Methods 0.000 title claims abstract description 23
- 238000003860 storage Methods 0.000 title claims abstract description 19
- 238000012545 processing Methods 0.000 claims abstract description 72
- 238000000034 method Methods 0.000 claims abstract description 42
- 230000015654 memory Effects 0.000 claims description 25
- 238000009826 distribution Methods 0.000 claims description 17
- 230000008569 process Effects 0.000 claims description 16
- 238000007726 management method Methods 0.000 description 26
- 239000003795 chemical substances by application Substances 0.000 description 19
- 230000006870 function Effects 0.000 description 17
- 238000010586 diagram Methods 0.000 description 14
- 238000004891 communication Methods 0.000 description 8
- 238000012216 screening Methods 0.000 description 7
- 238000006243 chemical reaction Methods 0.000 description 6
- 238000010276 construction Methods 0.000 description 6
- 238000001914 filtration Methods 0.000 description 5
- 238000005516 engineering process Methods 0.000 description 3
- 238000004590 computer program Methods 0.000 description 2
- 230000014509 gene expression Effects 0.000 description 2
- 230000003993 interaction Effects 0.000 description 2
- 238000005259 measurement Methods 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 230000004044 response Effects 0.000 description 2
- 238000013515 script Methods 0.000 description 2
- 239000007787 solid Substances 0.000 description 2
- 230000000007 visual effect Effects 0.000 description 2
- 230000002159 abnormal effect Effects 0.000 description 1
- 238000003491 array Methods 0.000 description 1
- 238000013473 artificial intelligence Methods 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 230000008878 coupling Effects 0.000 description 1
- 238000010168 coupling process Methods 0.000 description 1
- 238000005859 coupling reaction Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 235000019800 disodium phosphate Nutrition 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 239000000463 material Substances 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000006855 networking Effects 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
- 239000002904 solvent Substances 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
- 230000001960 triggered effect Effects 0.000 description 1
Images
Landscapes
- Information Transfer Between Computers (AREA)
Abstract
The application provides an Internet of things message processing method, an Internet of things message processing device, electronic equipment and a computer-readable storage medium; the method comprises the following steps: receiving an Internet of things message sent by Internet of things equipment; determining at least one message consumer service corresponding to the message of the internet of things based on the message type of the message of the internet of things and the corresponding relation between the message type and the message consumer service; determining a target message queue associated with each of the at least one message consumer service; adding the internet of things message to each target message queue; the message consumer service is used for consuming and processing the Internet of things messages in the associated target message queue. Through the method and the device, various types of internet of things messages can be processed efficiently and flexibly.
Description
Technical Field
The present application relates to the technology of internet of things, and in particular, to a method and an apparatus for processing messages in internet of things, an electronic device, and a storage medium.
Background
At present, when most of internet of things devices access an internet of things system, a long connection mode of a Transmission Control Protocol (TCP) is adopted. After the internet of things equipment acquires the internet of things data through various sensors, the data are uploaded to the internet of things access service in the form of message messages through various protocols. And after the access service analyzes the message, storing the message into the third-party message queue middleware according to the protocol type. And finally, the data processing service reads the data in the message queue middleware and performs upper-layer service logic processing. However, the processing mode of the message is quite solid, and efficient processing of various types of messages is difficult to adapt.
Disclosure of Invention
The embodiment of the application provides an Internet of things message processing method and device, electronic equipment and a computer readable storage medium, which can efficiently and flexibly process various types of Internet of things messages.
The technical scheme of the embodiment of the application is realized as follows:
the embodiment of the application provides a method for processing messages of the Internet of things, which comprises the following steps:
receiving an Internet of things message sent by Internet of things equipment;
determining at least one message consumer service corresponding to the message of the internet of things based on the message type of the message of the internet of things and the corresponding relation between the message type and the message consumer service;
determining a target message queue associated with each of the at least one message consumer service;
adding the internet of things message to each target message queue;
the message consumer service is used for consuming and processing the Internet of things messages in the associated target message queue.
In the foregoing solution, the determining at least one message consumer service corresponding to the message of the internet of things based on the message type of the message of the internet of things and the correspondence between the message type and the message consumer service includes: adding, by a producer proxy service, the Internet of things message to a corresponding initial message queue based on a message type of the Internet of things message; reading the message of the internet of things from the initial message queue through a message distribution service, and determining at least one message consumer service corresponding to the message of the internet of things based on the corresponding relation between the message type and the message consumer service; the internet of things messages in the target message queue are sent to the message consumer service through the consumer proxy service, so that the message consumer service can consume and process the received internet of things messages.
In the above scheme, adding the internet of things message to a corresponding initial message queue by the producer agent service based on the message type of the internet of things message includes: analyzing the message of the Internet of things through a producer agent service to obtain the message type of the message of the Internet of things; and adding the message of the Internet of things to the corresponding initial message queue through a producer agent service based on the corresponding relation between the message type and the initial message queue.
In the foregoing scheme, the adding the internet of things message to each target message queue includes: performing consumption processing on the Internet of things message to obtain a message copy of the Internet of things message; adding the message copy to each target message queue.
In the above scheme, the method further comprises: and pushing the internet of things message in the target message queue to the corresponding message consumer service at a first pushing rate so that the corresponding message consumer service can consume and process the received internet of things message.
In the above scheme, the method further comprises: receiving a flow control instruction aiming at a target message queue; and adjusting the first pushing rate to a second pushing rate based on the flow control instruction, and pushing the internet of things messages in the target message queue to corresponding message consumer services at the second pushing rate.
In the above scheme, the method further comprises: presenting a message configuration interface; and responding to the configuration operation aiming at the message configuration interface, and obtaining the corresponding relation between the configured message type and the message consumer service.
In the above scheme, the method further comprises: reading the internet of things message in the target message queue, and performing rule matching on the read internet of things message through a preset rule; and when the rule matching is passed, sending the read internet of things message to a corresponding message consumer service.
In the above scheme, the method further comprises: presenting a rule configuration interface; and responding to the rule configuration operation aiming at the rule configuration interface, and obtaining the preset rule of the configuration.
An embodiment of the present application further provides an internet of things message processing apparatus, including:
the receiving module is used for receiving the Internet of things message sent by the Internet of things equipment;
the service determining module is used for determining at least one message consumer service corresponding to the message of the Internet of things based on the message type of the message of the Internet of things and the corresponding relation between the message type and the message consumer service;
a queue determination module to determine a target message queue associated with each of the at least one message consumer service;
the adding module is used for adding the Internet of things message to each target message queue;
the message consumer service is used for consuming and processing the Internet of things messages in the associated target message queue.
An embodiment of the present application further provides an electronic device, including:
a memory for storing executable instructions;
and the processor is used for realizing the method provided by the embodiment of the application when executing the executable instructions stored in the memory.
The embodiment of the present application further provides a computer-readable storage medium, which stores executable instructions and is used for implementing the method provided by the embodiment of the present application when being executed by a processor.
In the embodiment of the application, at least one message consumer service corresponding to the message of the internet of things is determined based on the message type of the received message of the internet of things and the corresponding relation between the message type and the message consumer service, the message of the internet of things is added to all target message queues associated with the message consumer service, so that the message of the internet of things in the associated target message queues is consumed and processed through the message consumer service, the message of the internet of things is added to the target message queues corresponding to the corresponding message consumer service according to the message type, and the management of the messages of the internet of things of different types is more flexible through the association relation between different target message queues and the corresponding message consumer service.
Drawings
Fig. 1 is an alternative architecture diagram of an internet of things message processing system 100 provided by an embodiment of the present application;
fig. 2 is an alternative structural schematic diagram of an electronic device 200 provided in the embodiment of the present application;
fig. 3 is an alternative flow chart of a message processing method of the internet of things according to an embodiment of the present disclosure;
FIG. 4 is an alternative schematic diagram of the message bus service provided by the present application;
fig. 5 is an optional flowchart of the message processing method for the internet of things according to the embodiment of the present application;
fig. 6 is an alternative architecture diagram of an internet of things message processing system provided by an embodiment of the present application;
fig. 7 is an alternative flow chart of a message processing method of the internet of things according to an embodiment of the present disclosure;
fig. 8 is an alternative flow chart of a message processing method of the internet of things according to an embodiment of the present disclosure;
fig. 9 is an alternative architecture diagram of an internet of things message processing system provided by an embodiment of the present application;
fig. 10 is an alternative flow chart of a message processing method of the internet of things according to an embodiment of the present application;
fig. 11 is an alternative architecture diagram of an internet of things message processing system provided by an embodiment of the present application;
fig. 12 is an alternative architecture diagram of an internet of things message processing system according to an embodiment of the present disclosure.
Detailed Description
In order to make the purpose, technical solutions and advantages of the present application clearer, the present application will be described in further detail with reference to the accompanying drawings, the described embodiments should not be considered as limiting the present application, and all other embodiments obtained by a person of ordinary skill in the art without making creative efforts fall within the protection scope of the present application.
In the following description, reference is made to "some embodiments" which describe a subset of all possible embodiments, but it is understood that "some embodiments" may be the same subset or different subsets of all possible embodiments, and may be combined with each other without conflict.
In the following description, references to the terms "first \ second \ third" are only to distinguish similar objects and do not denote a particular order, but rather the terms "first \ second \ third" are used to interchange specific orders or sequences, where appropriate, so as to enable the embodiments of the application described herein to be practiced in other than the order shown or described herein.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs. The terminology used herein is for the purpose of describing embodiments of the present application only and is not intended to be limiting of the application.
Before further detailed description of the embodiments of the present application, terms and expressions referred to in the embodiments of the present application will be described, and the terms and expressions referred to in the embodiments of the present application will be used for the following explanation.
1) Networking of vehicles: the vehicle-mounted equipment on the vehicle effectively utilizes all vehicle dynamic information in the information network platform through a wireless communication technology, and provides different functional services in the running process of the vehicle. It can be seen that the internet of vehicles exhibits the following features: the Internet of vehicles can provide guarantee for the distance between the vehicles, and the probability of collision accidents of the vehicles is reduced; the Internet of vehicles can help the vehicle owner to navigate in real time, and the efficiency of traffic operation is improved through communication with other vehicles and a network system.
2) Kaffa (Kafka) cluster: a cluster with a Kafka messaging system is running. The Kafka messaging system, which is a kind of publish-subscribe messaging system, is widely used due to its high message throughput efficiency, and is a distributed system that can be operated on a cluster consisting of one or more servers.
In the related technology, after the internet of things equipment uploads the message to the internet of things system, the internet of things system firstly analyzes the data to obtain the message type, then caches the data to a specific message queue middleware according to the message type, and meanwhile, the specific message consumer service carries out consumption processing. The logic has strong coupling between service and message processing, and when the message type is newly added, not only the access service needs to be adapted and adjusted, but also the consumption service needs to be adapted and adjusted. In addition, when some types of message data need to be processed by multiple consuming services, the related adjustment of the service code is usually required, which increases the service intrusiveness of the system architecture. The system needs to support horizontal expansion and access of massive internet of things devices, the message consumption processing makes it difficult to process new types of messages when the system is expanded or other internet of things devices are accessed, if the system is adapted to the new types of internet of things messages, the system needs to be upgraded and modified, the workload of upgrading and modifying the system is large, and manpower and material resources are consumed.
Based on this, embodiments of the present application provide an internet of things message processing method, an internet of things message processing device, an electronic device, and a computer-readable storage medium, which can efficiently and flexibly process multiple types of internet of things messages.
First, a message processing system of the internet of things provided by the embodiment of the present application is described, referring to fig. 1, where fig. 1 is an optional architecture schematic diagram of a message processing system 100 of the internet of things provided by the embodiment of the present application, an internet of things device 101 is connected to an electronic device 102 through a network, and the electronic device 102 is connected to at least one message consumer service 103-1 to 103-n through the network. Wherein n is a positive integer greater than or equal to 1. In some embodiments, the internet of things device 101 may be an intelligent device such as an intelligent home device, an intelligent wearable device, and an intelligent vehicle-mounted device, and the electronic device 102 may be a server. The server may be an independent physical server, a server cluster or a distributed system formed by a plurality of physical servers, or a cloud server providing a basic cloud computing service internet-of-things server such as a cloud service, a cloud database, cloud computing, a cloud function, cloud storage, a Network service, cloud communication, a middleware service, a domain name service, a security service, a Content Delivery Network (CDN) service, a big data and artificial intelligence platform, and the like. The network may be a wide area network or a local area network, or a combination of both. The terminal and the server 101 may be directly or indirectly connected through wired or wireless communication, and the embodiment of the present application is not limited thereto.
And the internet of things device 101 is configured to generate an internet of things message and send the internet of things message to the electronic device 102.
The electronic service 102 is used for receiving an internet of things message sent by the internet of things equipment; determining at least one message consumer service corresponding to the message of the internet of things based on the message type of the message of the internet of things and the corresponding relation between the message type and the message consumer service; determining a target message queue associated with each of the at least one message consumer service; adding the internet of things message to each target message queue.
And the message consumer services 103-1 to 103-n are used for consuming and processing the Internet of things messages in the associated target message queue.
Next, an electronic device for implementing the message processing method of the internet of things provided in the embodiment of the present application is described, referring to fig. 2, where fig. 2 is an optional structural schematic diagram of an electronic device 200 provided in the embodiment of the present application, and the electronic device for implementing the message processing method of the internet of things provided in the embodiment of the present application is described. The electronic device 200 shown in fig. 2 includes: at least one processor 201, memory 205, at least one network interface 202, and a user interface 203. The various components in the electronic device 200 are coupled together by a bus system 204. It is understood that the bus system 204 is used to enable communications among the components. The bus system 204 includes a power bus, a control bus, and a status signal bus in addition to a data bus. For clarity of illustration, however, the various buses are labeled as bus system 204 in fig. 2.
The Processor 201 may be an integrated circuit chip having Signal processing capabilities, such as a general purpose Processor, a Digital Signal Processor (DSP), or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, etc., wherein the general purpose Processor may be a microprocessor or any conventional Processor, etc.
The user interface 203 includes one or more output devices 2031, including one or more speakers and/or one or more visual display screens, that enable the presentation of media content. The user interface 203 also includes one or more input devices 2032 including user interface components that facilitate user input, such as a keyboard, mouse, microphone, touch screen display, camera, other input buttons and controls.
The memory 205 may be removable, non-removable, or a combination thereof. Exemplary hardware devices include solid state memory, hard disk drives, optical disk drives, and the like. Memory 205 may optionally include one or more storage devices at an internet-of-things location remote from processor 201.
The memory 205 may include either volatile memory or nonvolatile memory, and may also include both volatile and nonvolatile memory. The nonvolatile Memory may be a Read Only Memory (ROM), and the volatile Memory may be a Random Access Memory (RAM). The memory 205 described in embodiments herein is intended to comprise any suitable type of memory.
In some embodiments, the memory 205 is capable of storing data, examples of which include programs, modules, and data structures, or a subset or superset thereof, in support of various operations, in embodiments of the present application, the memory 205 has stored therein an operating system 2051, a network communication module 2052, a presentation module 2053, an input processing module 2054, and an internet of things message processing device 2055; in particular, the amount of the solvent to be used,
an operating system 2051, which includes system programs for handling various basic system services and performing hardware-related tasks, such as a framework layer, a core library layer, a driver layer, etc., for implementing various basic services and for handling hardware-based tasks;
a network communication module 2052 for communicating to other computing devices via one or more (wired or wireless) network interfaces 202, exemplary network interfaces 202 including: bluetooth, wireless compatibility authentication (WiFi), and Universal Serial Bus (USB), etc.;
a presentation module 2053 for enabling presentation of information (e.g., user interfaces for operating peripherals and displaying content and information) via one or more output devices 2031 (e.g., display screens, speakers, etc.) associated with the user interface 203;
an input processing module 2054 for detecting one or more user inputs or interactions from one of the one or more input devices 2032 and for translating the detected inputs or interactions.
In some embodiments, the message processing device of the internet of things provided by the embodiment of the present application may be implemented in software, and fig. 2 illustrates the message processing device 2055 of the internet of things stored in the memory 205, which may be software in the form of programs and plug-ins, and includes the following software modules: a receiving module 20551, a service determination module 20552, a queue determination module 20553 and an adding module 20554, which are logical and thus can be arbitrarily combined or further split depending on the functionality implemented. The functions of the respective modules will be explained below.
In other embodiments, the message processing Device of the internet of things provided in this embodiment may be implemented in hardware, and for example, the message processing Device of the internet of things provided in this embodiment may be a processor in the form of a hardware decoding processor, which is programmed to execute the message processing method of the internet of things provided in this embodiment, for example, the processor in the form of the hardware decoding processor may be one or more Application Specific Integrated Circuits (ASICs), DSPs, programmable Logic Devices (PLDs), complex Programmable Logic Devices (CPLDs), field Programmable Gate Arrays (FPGAs), or other electronic components.
The message processing method of the internet of things provided by the embodiment of the present application is described below with reference to exemplary applications and implementations of the terminal provided by the embodiment of the present application. Referring to fig. 3, fig. 3 is an optional schematic flow chart of the message processing method of the internet of things provided in the embodiment of the present application, and as shown in fig. 3, the message processing method of the internet of things includes the following steps:
the message consumer service is used for consuming and processing the Internet of things messages in the associated target message queue.
It should be noted that the message of the internet of things is a message generated by the device of the internet of things. The internet of things equipment comprises one or more message producer services, and the message producer services generate corresponding types of internet of things messages. In this application embodiment, the internet of things device may be a vehicle-mounted device accessing to the internet of vehicles, and the message producer service may be, for example, a Global Positioning System (GPS) service, a speed measurement service, and the like, which is not limited in this application embodiment. In actual implementation, after the message producer service in the internet of things equipment generates the internet of things message, the internet of things message is sent to the electronic equipment. The electronic equipment receives the Internet of things message sent by the Internet of things equipment. In the embodiment of the application, an internet of things message generated by a message producer service corresponds to one message type, for example, a GPS message generated by a GPS service corresponds to one message type, and speed data obtained by speed measurement service corresponds to another message type.
In actual implementation, after receiving the message of the internet of things, the electronic device analyzes the message of the internet of things to obtain a message type of the message of the internet of things. And then, determining at least one message consumer service corresponding to the message of the Internet of things based on the message type of the message of the Internet of things and the corresponding relation between the message type and the message consumer service. The message consumer service is used for consuming and processing the messages of the Internet of things. The message consumer service may be, for example, a navigation service, an overspeed warning service, etc., which is not limited in this embodiment of the present application. The navigation service can consume and process the GPS information and utilize the GPS information to navigate. The overspeed alarm service can perform consumption processing on the speed data, namely the internet of things message, judge whether overspeed occurs or not based on the speed data, and send out an alarm when overspeed occurs.
In an embodiment of the application, one message type may correspond to one or more message consumer services. That is, there may be one or more message consumer services that perform consumption processing on the internet of things message of the same message type, for example, for the internet of things message of the message type of the GPS message, the corresponding message consumer service may be a navigation service, a ticket purchase platform service, an express delivery service, and the like.
In some embodiments, a message bus service is arranged in the electronic device, the message bus service is constructed on an access service of the internet of things device, and the electronic device implements the internet of things message processing method provided by the embodiments of the present application through the message bus service. Illustratively, referring to fig. 4, fig. 4 is an alternative schematic diagram of the message bus service provided by the present application. The message bus services include a message distribution service, a producer-proxy service (producer-proxy), a consumer-proxy service (consumer-proxy), and a Kafka cluster. In the embodiment of the application, the Kafka cluster provides a caching function and a message subscribing and publishing function for the internet of things messages, so that any service accessing the message bus can subscribe the internet of things messages of a specific message type generated by other services. The message Identifier (ID) shown in fig. 4 refers to an Identifier of the internet of things message, and the subscription ID refers to an Identifier of a message consumer service subscribing to the corresponding internet of things message. Based on the message bus service shown in fig. 4, referring to fig. 5, fig. 5 is an optional flowchart of the message processing method of the internet of things provided in the embodiment of the present application, and step 302 may also be implemented by the following method:
step 502, reading the internet of things message from the initial message queue through a message distribution service, and determining at least one message consumer service corresponding to the internet of things message based on a corresponding relationship between message types and message consumer services;
the internet of things messages in the target message queue are sent to the message consumer service through the consumer proxy service, so that the message consumer service can consume and process the received internet of things messages. In actual implementation, the internet of things equipment reports the internet of things message generated by the message producer service to the message bus service, and processes the received internet of things message through the producer agent service in the message bus service. In this embodiment of the present application, step 501 may also be implemented as follows: analyzing the message of the Internet of things through a producer agent service to obtain the message type of the message of the Internet of things; and adding the message of the Internet of things to the corresponding initial message queue through a producer agent service based on the corresponding relation between the message type and the initial message queue.
In actual implementation, the electronic device receives the internet of things message generated by the message producer service of the internet of things device through the producer agent service, analyzes the received internet of things message through the producer agent service to obtain the message type of the internet of things message, and adds the internet of things message to the corresponding initial message queue based on the corresponding relation between the message type and the initial message queue. Specifically, when the electronic device obtains a new message type through parsing, an initial message queue is created for the message type, and the created initial message queue is bound to the message type. Here, the electronic service may set a queue identifier for each initial message queue to distinguish between different initial message queues.
It should be understood that the electronic device provided in the embodiment of the present application may communicate with multiple pieces of internet of things devices, different pieces of internet of things devices may generate internet of things messages of the same message type, and may also generate internet of things messages of different message types.
It should be noted that, in the embodiment of the present application, the initial message queue is disposed in the Kafka cluster. Referring to fig. 6, fig. 6 is a schematic diagram of an alternative architecture of an internet of things message processing system provided in the embodiment of the present application. The electronic equipment adds the received Internet of things message to the corresponding initial message queue according to the message type through the producer agent service, reads the Internet of things message in the initial message queue from the Kafka cluster through the message distribution service, and performs consumption processing on the read Internet of things message. Here, the consumption processing of the message distribution service on the internet of things message specifically includes analyzing the internet of things message to obtain a message type of the internet of things message, and determining at least one message consumer service corresponding to the internet of things message based on a correspondence between the message type of the internet of things message and the message consumer service. Specifically, the corresponding relationship between the message type and the message consumer service is a subscription relationship between the message type and the message consumer service, and the message consumer service may subscribe to the internet of things message of the corresponding message type and store the subscription relationship in the Kafka cluster. Here, the subscription relationship may be a correspondence between a message type and an identification of a message consumer service.
Then, the electronic device determines, through the message distribution service, at least one message consumer service corresponding to the internet-of-things message read from the initial message queue based on a correspondence (i.e., a subscription) between the message type and the message consumer service, and then determines an associated target message queue based on the message consumer service. It should be noted that each message consumer service corresponds to a target message queue. And the electronic equipment adds the read internet of things message to each target message queue through the message distribution service.
In some embodiments, the message distribution service distributes the message in the initial message queue by means of consumption processing, and specifically, step 104 may also be implemented by: performing consumption processing on the Internet of things message to obtain a message copy of the Internet of things message; adding the message copy to each target message queue.
In actual implementation, the electronic device performs consumption processing on the read internet of things message through the message distribution service, copies the read internet of things message to obtain a corresponding message copy, and adds the message copy to each target message queue. It should be noted that the internet of things message after being consumed and processed is deleted by the electronic device.
In some embodiments, after the electronic device adds the internet of things message to the target message queue through the message distribution service, the electronic device may further continue to process the internet of things message in the target message queue. Specifically, referring to fig. 7, fig. 7 is an optional flowchart of the message processing method for the internet of things provided in the embodiment of the present application, and after step 104, the following steps may be further performed:
In actual implementation, the electronic device pushes the internet of things message in the target message queue to a corresponding message consumer service through the consumer proxy service. Specifically, the electronic device reads the internet of things message from the target message queue at a first push rate, and pushes the internet of things message queue read from the target message queue to a message consumer service associated with the corresponding target message queue. And after receiving the Internet of things message, the message consumer service carries out consumption processing on the received Internet of things message. It should be noted that different types of message consumer services perform corresponding consumption processing on the internet of things message for the service function. For example, the message consumer service, navigation service, may perform consumption processing on the received GPS message, and perform map navigation using the GPS message.
In some embodiments, the electronic device may further control a push rate of the internet of things messages in the target message queue. Specifically, referring to fig. 8, fig. 8 is an optional flowchart of the method for processing the message of the internet of things provided in the embodiment of the present application, and after step 701, the following steps may also be performed:
In practical implementation, when a bottleneck occurs in the message consumer server, which causes that the message consumption speed of the message consumer service cannot catch up with the message production speed, the message needs to be limited; when the message cannot be processed due to the abnormal consumption service, the message needs to be cached, so that the message can be continuously processed when the service of the message consumer is recovered, and the data loss is avoided. Specifically, the flow control instruction may be generated by being automatically triggered based on a certain condition, for example, when the electronic device detects that the consumption rate of the internet of things message in the target message queue is less than the generation rate of the internet of things message in the initial message queue, the push rate of the internet of things message in the target message queue needs to be limited, and then the flow control instruction for reducing the push rate is generated. The flow control instructions may also be generated upon receiving a feedback message of the message consumer service, which may be, for example, too heavily loaded by the message consumer service. The flow control instruction may also be a front-end control instruction received by the electronic device, specifically, the electronic device presents a management interface, and presents a flow control function item in the management interface, the user may trigger a corresponding flow control operation based on the flow control function item, and the electronic device receives the flow control operation for the flow control function item, and generates the flow control instruction. And then, after receiving the flow control instruction, the electronic device adjusts the first pushing rate to a second pushing rate indicated by the flow control instruction based on the flow control instruction, and pushes the internet of things message in the target message queue at the second pushing rate. It should be understood that, the first push rate and the second push rate are both greater than or equal to 0BPS, and when the push rate is 0BPS, the internet of things message in the target message queue is not pushed. In some embodiments, the electronic device may further stop pushing the internet of things message in response to a message pushing closing instruction for the message pushing switch, so that the message pushing may be stopped during an upgrade or failure of the downstream message consumer service, the internet of things message may be cached, and the pushing may be continued after the downstream message consumer service is recovered.
In the embodiment of the application, the message of the internet of things is transferred to the target message queue, so that the target message queue can be conveniently managed to control the message flow, the rate of pushing the message to the message consumer service can be limited, and the message consumer service is helped to reduce the memory peak value.
In some embodiments, the electronic device further includes a message bus management front-end through which the user can associate the internet of things message. Specifically, referring to fig. 9, fig. 9 is an alternative architecture diagram of an internet of things message processing system provided in the embodiment of the present application. The electronic equipment is internally provided with a message bus service and also comprises a display, and the message bus management front end of the message bus management portal website can be displayed through the display. The message bus service comprises a message bus web interface service, a cluster management service, a producer proxy service, a message distribution service and a consumer proxy service. The message bus web interface service is mainly responsible for message and message subscription management service, provides an interface for the message bus management front end to call, and a user using the message bus can perform subscription relationship configuration through the message bus management front end of the message bus management portal website to obtain the internet of things message generated by the message producer service accessed into the message bus. The producer agent service is responsible for receiving the internet of things message generated by the message producer service of the external internet of things equipment, and writing the internet of things message into an initial message queue corresponding to the kafka message middleware according to the producer ID and the message type in the internet of things message. The message distribution service reads the internet of things message stored in the kafka message middleware by the producer agent service, determines a receiver (message consumer service) of the internet of things message through a subscription relation and a message consumer service set, generates a message copy and stores the message copy in a target message queue associated with the receiver in the kafka message middleware. The consumer proxy service is responsible for pulling the internet of things messages in the target message queue from the kafka message middleware and pushing the internet of things messages to the external message consumer service at a defined rate. The cluster management service is responsible for cluster management and node configuration of producer agent services, message distribution services and consumer agent services. In addition, the message bus management front end comprises a message subscription management front end and a cluster management front end. The message subscription management front end is used for controlling the message bus web interface service so as to manage the subscription relationship between the internet of things message and the message consumer service. The cluster management front end is used for controlling cluster management service so as to manage the Internet of things messages of the Kafka cluster, and particularly manages producer agent service, message distribution service and consumer agent service, so that management of an initial message queue and a target message queue in the Kafka cluster is realized. The message bus service provided by the embodiment of the application supports horizontal expansion and cluster deployment, and has high availability and high expansibility.
Based on the message processing system of the internet of things shown in fig. 9, in some embodiments, the following may also be performed: presenting a message configuration interface; and responding to the configuration operation aiming at the message configuration interface, and obtaining the corresponding relation between the configured message type and the message consumer service.
It should be noted that, the electronic device presents a message configuration interface through the message bus management front end, and the user may trigger a corresponding configuration operation based on the message configuration interface. The electronic device responds to the configuration operation aiming at the message configuration interface, and obtains the corresponding relation between the configured message type and the message consumer service. Here, the correspondence between the message type and the message consumer service is used for the message distribution service to determine the message consumer proxy service corresponding to the internet of things message based on the message type of the internet of things message read from the initial message queue, thereby determining a target message queue of the determined message consumer proxy service to add the internet of things message to the target message queue.
According to the method and the device, the message bus service is added between the access service and the upper layer business processing service, the generation and consumption of the message of the Internet of things are decoupled, the message bus service performs unified processing, the development efficiency of the message processing system of the Internet of things is improved, the message of the Internet of things is transferred and stored between two message queues (an initial message queue and a target message queue), a front-end interface is provided for a user to configure the subscription relation between the message of the Internet of things and the message consumer service, the pushing rate of the message of the Internet of things is controlled, and the message of the Internet of things is managed more flexibly. In addition, a unified interface is provided for configuration management of the internet of things messages, and operation management of users can be more convenient, visual and simple.
In some embodiments, after the message bus service, the functions of screening, processing and converting the internet of things messages pushed from the target message queue are also provided, so that the internet of things messages pushed from the target message queue are further managed to relieve the message processing pressure of the message consumer service. Specifically, referring to fig. 10, fig. 10 is an optional flowchart of the message processing method of the internet of things provided in the embodiment of the present application, and after step 104, the following steps may be further performed:
1001, reading the internet of things message in a target message queue, and performing rule matching on the read internet of things message through a preset rule;
step 1002, when the rule matching passes, sending the read internet of things message to a corresponding message consumer service.
In actual implementation, when the opportunity of pushing the internet of things message in the target message queue arrives, the electronic device reads the internet of things message in the target message queue, and performs rule matching on the read internet of things message through a preset rule. Here, the preset rule may be implemented by a rule engine. Exemplarily, referring to fig. 11, fig. 11 is an alternative architecture diagram of a message processing system of the internet of things provided by the embodiment of the present application. According to the method and the device, the capability of screening, processing and forwarding the internet of things messages according to the rules can be provided through the rule engine service, the user can customize the preset rules of data screening, the preset rules of data format conversion or the preset rules of message forwarding, so that the internet of things messages matched with the rules can be screened and then sent to the message consumer service, or the internet of things messages are subjected to format conversion and then sent to the message consumer service, or the internet of things messages are forwarded to other back-end services, and more services are obtained to process the internet of things messages. In the embodiment of the application, the rule engine supports screening and filtering of the internet of things messages according to the message types and the attribute values, and then sends the processed internet of things messages to corresponding destinations. For example, the internet of things information with the speed attribute reported by the internet of things equipment is set to be greater than the threshold value of 60 kilometers per hour, and the internet of things information with the speed greater than 60 kilometers per hour is filtered. The processed internet of things message can be pushed to a destination address according to configuration, and the destination comprises a hypertext transfer protocol (HTTP) service, a Kafka message queue, a database and the like.
It should be noted that, when filtering the message of the internet of things, the filtering is performed based on the ID of the message of the internet of things, and the ID of the message of the internet of things may be associated with the ID of the device of the internet of things. In some embodiments, the electronic device may uniformly filter the internet of things messages from the internet of things device by setting a preset rule for filtering the ID of the internet of things device, thereby providing a convenient and flexible message filtering management manner.
For convenience of illustration, the message processing system of the internet of things is simplified as shown in fig. 12 in the embodiment of the present application. Referring to fig. 12, fig. 12 is a schematic diagram of an optional architecture of an internet of things message processing system provided in the embodiment of the present application, and the internet of things message processing system provided in the embodiment of the present application may be summarized into four parts: the system comprises an Internet of things device access service, a message bus service, a rule engine service and an application service. The message bus service and the rule engine service are arranged in the electronic equipment provided by the embodiment of the application, the internet of things equipment access service is arranged in the access server, and the application service is arranged in the corresponding application server. And the message bus service caches and stores the message of the internet of things, and stores the message of the internet of things to a corresponding target message queue according to the message type. When the message pushing moment comes, the message bus service reads the internet of things message from the target message queue and sends the internet of things message to the rule engine service, and the rule engine service performs rule matching on the internet of things message so as to send the internet of things message to the corresponding application service according to a rule matching result. Here, the application service may be a message consumer service or a message storage service. The message storage service may be a database or may be a Kafka message queue. The rule engine service can send the internet of things message to the corresponding message consumer service according to the rule matching result, or send the internet of things message to a database for storage, or send the internet of things message to a Kafka message queue for caching, and the like.
In some embodiments, the electronic device further provides a configuration interface for the preset rule, so that a user can perform custom configuration on the preset rule. Specifically, the message processing method for the internet of things provided by the embodiment of the present application may further perform: presenting a rule configuration interface; and responding to the rule configuration operation aiming at the rule configuration interface, and obtaining the preset rule of the configuration.
In actual implementation, the electronic device presents a rule configuration interface, a user can trigger rule configuration operation through the rule configuration interface, and the electronic device responds to the rule configuration operation aiming at the rule configuration interface to obtain a preset rule of configuration. Specifically, the electronic device may present a rule configuration function item for each target message queue in the configuration interface, perform configuration of a corresponding preset rule on the internet of things message in the corresponding target message queue through the rule configuration function item, and perform rule matching on the internet of things message in the target message queue according to the preset rule configured for the target message queue. The electronic equipment can also present a uniform rule configuration function item in the configuration interface, perform uniform preset rule configuration through the uniform rule configuration function item, and perform rule matching on the internet of things messages in all the target message queues by using the preset rule. It should be understood that the unified preset rule may set a plurality of sub-matching rules, and the plurality of sub-matching rules are used to uniformly match the rules of all the messages of the internet of things, so as to facilitate uniform rule matching management of the messages of the internet of things. In some embodiments, the preset rules are implemented by a rule engine, in actual implementation, the electronic device presents a construction function item for the rule engine in the configuration interface, receives a rule engine construction operation based on the construction function item, and constructs a corresponding rule engine in response to the rule engine construction operation. After the rule engine is constructed, the pushed internet of things message can be further subjected to rule matching through the rule engine, so that the internet of things message is distributed based on the result of the rule matching.
In the embodiment of the application, at least one message consumer service corresponding to the message of the internet of things is determined based on the message type of the received message of the internet of things and the corresponding relation between the message type and the message consumer service, the message of the internet of things is added to all target message queues associated with the message consumer service, so that the message of the internet of things in the associated target message queues is consumed and processed through the message consumer service, the message of the internet of things is added to the target message queue corresponding to the corresponding message consumer service according to the message type, and the management of the message of the internet of things of different types is more flexible through the association relation between different target message queues and the corresponding message consumer service.
Continuing with the example structure of the message processing device 2055 implemented as a software module provided in this embodiment of the present application, in some embodiments, as shown in fig. 2, the software module stored in the message processing device 2055 of the memory 205 may include:
the receiving module 20551 is configured to receive an internet of things message sent by an internet of things device;
a service determining module 20552, configured to determine, based on the message type of the internet of things message and a correspondence between the message type and a message consumer service, at least one message consumer service corresponding to the internet of things message;
a queue determination module 20553, configured to determine a target message queue associated with each of the at least one message consumer service;
an adding module 20554, configured to add the internet of things message to each target message queue;
the message consumer service is used for consuming and processing the Internet of things messages in the associated target message queue.
In some embodiments, the service determination module is further configured to add, by a producer agent service, the internet of things message to a corresponding initial message queue based on a message type of the internet of things message; reading the message of the internet of things from the initial message queue through a message distribution service, and determining at least one message consumer service corresponding to the message of the internet of things based on the corresponding relation between the message type and the message consumer service; the internet of things messages in the target message queue are sent to the message consumer service through the consumer proxy service, so that the message consumer service can consume and process the received internet of things messages.
In some embodiments, the adding module is further configured to parse the internet of things message through a producer agent service to obtain a message type of the internet of things message; and adding the message of the Internet of things to the corresponding initial message queue through a producer agent service based on the corresponding relation between the message type and the initial message queue.
In some embodiments, the adding module is further configured to perform consumption processing on the internet of things message to obtain a message copy of the internet of things message; adding the message copy to each target message queue.
In some embodiments, the internet of things message processing apparatus further comprises: and the message pushing module is used for pushing the Internet of things messages in the target message queue to the corresponding message consumer service at a first pushing rate so that the corresponding message consumer service can consume and process the received Internet of things messages.
In some embodiments, the internet of things message processing apparatus further comprises: the flow control module is used for receiving a flow control instruction aiming at the target message queue; and adjusting the first pushing rate to a second pushing rate based on the flow control instruction, and pushing the internet of things messages in the target message queue to corresponding message consumer services at the second pushing rate.
In some embodiments, the internet of things message processing apparatus further comprises: the message configuration module is used for presenting a message configuration interface; and responding to the configuration operation aiming at the message configuration interface, and obtaining the corresponding relation between the configured message type and the message consumer service.
In some embodiments, the internet of things message processing apparatus further comprises: the message screening module is used for reading the Internet of things messages in the target message queue and performing rule matching on the read Internet of things messages through preset rules; and when the rule matching passes, sending the read Internet of things message to a corresponding message consumer service.
In actual implementation, the preset rules can be implemented as a rule engine, and the rule engine provides the capability of screening, processing and forwarding the internet of things messages according to the rules. In the embodiment of the application, the rule engine may screen the internet of things messages based on a certain condition, and the rules are matched with the passed internet of things messages, that is, the internet of things messages screened by the rule engine are sent to the corresponding message consumer services. In some embodiments, the rule engine may also perform format conversion on the internet of things message in a specific format, and send the internet of things message after format conversion to a corresponding message consumer service. The format conversion may be, for example, converting the internet of things message from Object Notation (JSON) format to HyperText Markup Language (HTML) format. In some embodiments, the rule engine may also forward the screened internet of things message to another service, for example, a message storage service, where the message storage service may be a Kafka message queue or a database, and this is not specifically limited in this embodiment of the present application.
In some embodiments, the internet of things message processing apparatus further comprises: the rule configuration module is used for presenting a rule configuration interface; and responding to the rule configuration operation aiming at the rule configuration interface, and obtaining the preset rule of the configuration.
In actual implementation, a user can customize a preset rule through a rule configuration interface. The preset rule may be, for example, data screening of the internet of things message, data format conversion of the internet of things message, or message forwarding of the internet of things message. By configuring the preset rules, the corresponding rule matching can be carried out on the message of the internet of things by utilizing the configured preset rules. In some embodiments, if the preset rule is implemented by the rule engine, the rule engine construction function item is presented on the rule configuration interface, and the corresponding rule engine is constructed by the rule engine construction function item.
Embodiments of the present application provide a computer program product or computer program comprising computer instructions stored in a computer readable storage medium. The processor of the computer device reads the computer instructions from the computer-readable storage medium, and executes the computer instructions, so that the computer device executes the message processing method of the internet of things described in the embodiments of the present application.
Embodiments of the present application provide a computer-readable storage medium having stored therein executable instructions, which when executed by a processor, will cause the processor to execute the method provided by the embodiments of the present application.
In some embodiments, the computer-readable storage medium may be memory such as FRAM, ROM, PROM, EPROM, EEPROM, flash, magnetic surface memory, optical disk, or CD-ROM; or may be various devices including one or any combination of the above memories.
In some embodiments, the executable instructions may be in the form of a program, software module, script, or code written in any form of programming language, including compiled or interpreted languages, or declarative or procedural languages, and it may be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment.
By way of example, executable instructions may correspond, but do not necessarily have to correspond, to files in a file system, and may be stored in a portion of a file that holds other programs or data, such as in one or more scripts in a hypertext Markup Language (HTML) document, in a single file dedicated to the program in question, or in multiple coordinated files (e.g., files that store one or more modules, sub-programs, or portions of code).
By way of example, executable instructions may be deployed to be executed on one computing device or on multiple computing devices at one site or distributed across multiple sites and interconnected by a communication network.
In summary, according to the embodiment of the application, various types of messages of the internet of things can be efficiently and flexibly processed.
The above description is only an example of the present application, and is not intended to limit the scope of the present application. Any modification, equivalent replacement, and improvement made within the spirit and scope of the present application are included in the protection scope of the present application.
Claims (12)
1. An Internet of things message processing method is characterized by comprising the following steps:
receiving an Internet of things message sent by Internet of things equipment;
determining at least one message consumer service corresponding to the message of the internet of things based on the message type of the message of the internet of things and the corresponding relation between the message type and the message consumer service;
determining a target message queue associated with each of the at least one message consumer service;
adding the internet of things message to each target message queue;
the message consumer service is used for consuming and processing the Internet of things messages in the associated target message queue.
2. The method of claim 1, wherein the determining at least one message consumer service corresponding to the message of the internet of things based on the message type of the message of the internet of things and the correspondence between the message type and the message consumer service comprises:
adding, by a producer proxy service, the Internet of things message to a corresponding initial message queue based on a message type of the Internet of things message;
reading the message of the internet of things from the initial message queue through a message distribution service, and determining at least one message consumer service corresponding to the message of the internet of things based on the corresponding relation between the message type and the message consumer service;
the internet of things messages in the target message queue are sent to the message consumer service through the consumer proxy service, so that the message consumer service can consume and process the received internet of things messages.
3. The method of claim 2, wherein adding, by the producer proxy service, the internet of things message to the respective initial message queue based on the message type of the internet of things message comprises:
analyzing the message of the Internet of things through a producer agent service to obtain the message type of the message of the Internet of things;
and adding the message of the Internet of things to the corresponding initial message queue through a producer agent service based on the corresponding relation between the message type and the initial message queue.
4. The method of claim 1, wherein adding the internet of things message to each target message queue comprises:
performing consumption processing on the Internet of things message to obtain a message copy of the Internet of things message;
adding the message copy to each target message queue.
5. The method of claim 1, further comprising:
and pushing the internet of things message in the target message queue to the corresponding message consumer service at a first pushing rate so that the corresponding message consumer service can consume and process the received internet of things message.
6. The method of claim 5, further comprising:
receiving a flow control instruction aiming at a target message queue;
and adjusting the first pushing rate to a second pushing rate based on the flow control instruction, and pushing the internet of things messages in the target message queue to corresponding message consumer services at the second pushing rate.
7. The method of claim 1, further comprising:
presenting a message configuration interface;
and responding to the configuration operation aiming at the message configuration interface, and obtaining the corresponding relation between the configured message type and the message consumer service.
8. The method of claim 1, further comprising:
reading the internet of things message in the target message queue, and performing rule matching on the read internet of things message through a preset rule;
and when the rule matching passes, sending the read Internet of things message to a corresponding message consumer service.
9. The method of claim 8, further comprising:
presenting a rule configuration interface;
and responding to the rule configuration operation aiming at the rule configuration interface, and obtaining the preset rule for configuration.
10. An internet of things message processing device, comprising:
the receiving module is used for receiving the Internet of things message sent by the Internet of things equipment;
the service determining module is used for determining at least one message consumer service corresponding to the message of the Internet of things based on the message type of the message of the Internet of things and the corresponding relation between the message type and the message consumer service;
a queue determination module to determine a target message queue associated with each of the at least one message consumer service;
the adding module is used for adding the Internet of things message to each target message queue;
the message consumer service is used for consuming and processing the Internet of things messages in the associated target message queue.
11. An electronic device, comprising:
a memory for storing executable instructions;
a processor for implementing the method of any one of claims 1 to 9 when executing executable instructions stored in the memory.
12. A computer-readable storage medium having stored thereon executable instructions for, when executed by a processor, implementing the method of any one of claims 1 to 9.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110910238.8A CN115914346B (en) | 2021-08-09 | Internet of things message processing method and device, electronic equipment and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110910238.8A CN115914346B (en) | 2021-08-09 | Internet of things message processing method and device, electronic equipment and storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN115914346A true CN115914346A (en) | 2023-04-04 |
CN115914346B CN115914346B (en) | 2024-10-22 |
Family
ID=
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117033015A (en) * | 2023-07-27 | 2023-11-10 | 中移互联网有限公司 | Message processing method, device, system, equipment and storage medium |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104754036A (en) * | 2015-03-06 | 2015-07-01 | 合一信息技术(北京)有限公司 | Message processing system and processing method based on kafka |
US9436532B1 (en) * | 2011-12-20 | 2016-09-06 | Emc Corporation | Method and system for implementing independent message queues by specific applications |
CN108897607A (en) * | 2018-06-05 | 2018-11-27 | 中国平安人寿保险股份有限公司 | Message treatment method, device, electronic equipment and storage medium |
WO2019218763A1 (en) * | 2018-05-17 | 2019-11-21 | 华为技术有限公司 | Communication method, system and apparatus |
CN110781015A (en) * | 2019-10-28 | 2020-02-11 | 深圳前海微众银行股份有限公司 | Message queue distribution method, device, equipment and computer readable storage medium |
CN111400056A (en) * | 2019-12-31 | 2020-07-10 | 远景智能国际私人投资有限公司 | Message queue-based message transmission method, device and equipment |
CN111585867A (en) * | 2020-03-31 | 2020-08-25 | 北京奇艺世纪科技有限公司 | Message processing method and device, electronic equipment and readable storage medium |
CN111786886A (en) * | 2020-06-30 | 2020-10-16 | 京东数字科技控股有限公司 | Message processing method, device and system, electronic equipment and storage medium |
CN112689020A (en) * | 2020-12-30 | 2021-04-20 | 北京锐安科技有限公司 | Message transmission method, message middleware, electronic equipment and storage medium |
CN112711485A (en) * | 2019-10-25 | 2021-04-27 | 北京沃东天骏信息技术有限公司 | Message processing method and device |
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9436532B1 (en) * | 2011-12-20 | 2016-09-06 | Emc Corporation | Method and system for implementing independent message queues by specific applications |
CN104754036A (en) * | 2015-03-06 | 2015-07-01 | 合一信息技术(北京)有限公司 | Message processing system and processing method based on kafka |
WO2019218763A1 (en) * | 2018-05-17 | 2019-11-21 | 华为技术有限公司 | Communication method, system and apparatus |
CN108897607A (en) * | 2018-06-05 | 2018-11-27 | 中国平安人寿保险股份有限公司 | Message treatment method, device, electronic equipment and storage medium |
CN112711485A (en) * | 2019-10-25 | 2021-04-27 | 北京沃东天骏信息技术有限公司 | Message processing method and device |
CN110781015A (en) * | 2019-10-28 | 2020-02-11 | 深圳前海微众银行股份有限公司 | Message queue distribution method, device, equipment and computer readable storage medium |
CN111400056A (en) * | 2019-12-31 | 2020-07-10 | 远景智能国际私人投资有限公司 | Message queue-based message transmission method, device and equipment |
CN111585867A (en) * | 2020-03-31 | 2020-08-25 | 北京奇艺世纪科技有限公司 | Message processing method and device, electronic equipment and readable storage medium |
CN111786886A (en) * | 2020-06-30 | 2020-10-16 | 京东数字科技控股有限公司 | Message processing method, device and system, electronic equipment and storage medium |
CN112689020A (en) * | 2020-12-30 | 2021-04-20 | 北京锐安科技有限公司 | Message transmission method, message middleware, electronic equipment and storage medium |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117033015A (en) * | 2023-07-27 | 2023-11-10 | 中移互联网有限公司 | Message processing method, device, system, equipment and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111290763B (en) | Event stream processing cluster manager | |
US9524156B2 (en) | Flexible feature deployment strategy | |
CN102014403B (en) | Method and system for transmitting network topology information | |
CN111666189A (en) | Method and system for declaratively visually configuring Prometheus monitoring alarm | |
CN109905431B (en) | Message processing method and system, storage medium and electronic equipment | |
CN113377626B (en) | Visual unified alarm method, device, equipment and medium based on service tree | |
CN113761412A (en) | Application page display method and device, electronic equipment, medium and application system | |
CN102833272A (en) | Downloading method and device based on user subscription | |
CN114637599A (en) | Cloud resource management method and device, electronic equipment and readable storage medium | |
CN115914346B (en) | Internet of things message processing method and device, electronic equipment and storage medium | |
CN115914346A (en) | Internet of things message processing method and device, electronic equipment and storage medium | |
CN113992622B (en) | Multi-template aggregation message notification sending system and method based on unified model | |
CN108182241B (en) | Data interaction optimization method and device, server and storage medium | |
CN113434233B (en) | Interface jump method and device, storage medium and electronic device | |
CA2788942C (en) | Content-filter publish-subscribe system that optimizes interprocess communications | |
CN114610449A (en) | Multi-cluster resource operation method and system based on unified request entry | |
CN114741444A (en) | Tissue architecture adjusting method and device, electronic equipment and storage medium | |
CN115220698A (en) | Real-time data intelligent detection method and device and computer equipment | |
CN111400060A (en) | Equipment linkage method, device, server and medium | |
CN112230891A (en) | Interface document integration method and device, server and computer storage medium | |
CN114615204B (en) | Air-downloading upgrading method, system and crane | |
CN113422790B (en) | Data management method and device, electronic equipment and computer readable storage medium | |
CN111190911B (en) | Resource allocation method and device and related server | |
CN114553866A (en) | Full data access method, device and computer readable storage medium | |
CN113157462A (en) | Data management method, device, equipment, computer readable storage medium and system |
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 |