CN106789587B - Communication device and method for reliable message in cloud computing environment - Google Patents

Communication device and method for reliable message in cloud computing environment Download PDF

Info

Publication number
CN106789587B
CN106789587B CN201611233420.XA CN201611233420A CN106789587B CN 106789587 B CN106789587 B CN 106789587B CN 201611233420 A CN201611233420 A CN 201611233420A CN 106789587 B CN106789587 B CN 106789587B
Authority
CN
China
Prior art keywords
message
messages
rule
engine
rule engine
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.)
Expired - Fee Related
Application number
CN201611233420.XA
Other languages
Chinese (zh)
Other versions
CN106789587A (en
Inventor
金暐
云晓春
舒敏
邹潇湘
彭义刚
董琳
高昕
王锟
李海灵
王中华
侯美佳
李佳
杨云鹏
陈善清
高小天
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
National Computer Network and Information Security Management Center
Original Assignee
National Computer Network and Information Security Management Center
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 National Computer Network and Information Security Management Center filed Critical National Computer Network and Information Security Management Center
Priority to CN201611233420.XA priority Critical patent/CN106789587B/en
Publication of CN106789587A publication Critical patent/CN106789587A/en
Application granted granted Critical
Publication of CN106789587B publication Critical patent/CN106789587B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/212Monitoring or handling of messages using filtering or selective blocking
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/214Monitoring or handling of messages using selective forwarding
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/50Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a communication device and a method for reliable messages in a cloud computing environment, which are used for counting related information according to the conditions of message sending, forwarding, issuing and the like in a message server, matching message rule engine configuration and automatically configuring the message server to ensure that the message service has optimal performance on the premise of ensuring the stability, thereby effectively solving the problem of low message sending reliability caused by unstable factors such as message loss, server abnormity and the like in the message server under the conditions of message overload, unexpected power failure and the like.

Description

Communication device and method for reliable message in cloud computing environment
Technical Field
The invention relates to the technical field of communication, in particular to a communication device and method for reliable messages in a cloud computing environment.
Background
In a cloud computing management platform, the distribution, the heterogeneity and the autonomy of the system become more and more obvious. Communication between application systems is somewhat limited due to limitations in network bandwidth and system complexity. In a large-scale distributed environment, the messaging mechanism provides an effective solution for many-to-many asynchronous communication between distributed systems.
The message queue is a core component for driving the distributed application system, a publisher drives the operation of a related module by publishing a message to a message server, and a subscriber drives the operation of the related module by subscribing the message from the message server. The market is that there are many open source message middleware, such as RabbitMQ, ActiveMQ and ZeroMQ, which are powerful message middleware and provide high-performance reliable message routing and forwarding functions.
The transmission of the message needs to ensure the reliability, and the condition that the resource state is inconsistent due to the loss of the message in the transmission process is avoided. Substantially all message middleware has associated mechanisms to ensure reliable delivery of messages. Such as a) each message is assigned a unique identifier (UUID) to track and validate each message. b) The message includes check bits to perform integrity checking on the message. c) An acknowledgment retransmission mechanism, wherein each time a message is sent, a relevant acknowledgment message must be returned, and if no acknowledgment message is received, the message is reissued. d) The message sending and receiving transaction, the process of message publishing to the message server and the message receiving from the message server are put into the related transaction, if the transaction fails, the state of the message is rolled back, the reason of the message failure is analyzed, and the message is tried to be sent or received again.
The above reliable mechanism is a universal message transmission mode for the message itself, but in a special scenario, reliability cannot be effectively guaranteed, for example, the message volume is too large instantaneously, and unexpected situations such as sudden power off of the server may cause loss of the message.
Disclosure of Invention
In view of the foregoing analysis, the present invention aims to provide a communication apparatus and method for reliable messaging in a cloud computing environment, which solve the above problems, in whole or at least in part.
In order to solve the problems, the invention is mainly realized by the following technical scheme:
one aspect of the present invention provides a communication apparatus for reliable messages in a cloud computing environment, the apparatus comprising:
the message server is used for receiving the message of the message sender, forwarding a message backup to the rule engine, and pushing the message to a related message receiver according to the receiving rule of the receiver and the forwarding rule of the message server;
the rule engine is used for classifying the messages according with the rules according to the preset classification rules, forwarding the classified messages to the analysis engine, matching the messages with the relevant rules according to the analysis result of the messages sent by the analysis engine, and dynamically adjusting the message server by using the setting according with the configuration rules of the message server;
and the analysis engine is used for analyzing the message sent by the rule engine and feeding back an analysis result to the rule engine.
Further, the message server is further configured to maintain a connection between the message publisher and the message recipient through the message queue, maintain a message distribution structure through a message topic, and filter a message to be published to the recipient according to a preset message filtering rule.
Further, the rule engine is further configured to classify messages meeting the rules according to preset message types, where the message types include one or more of resource lifecycle messages, exception warning messages, notification and response messages, and user operation messages.
Further, the analysis engine is configured to analyze the message sent by the rule engine, determine that the message is a warning message, a message causing system crash, or a message requiring manual intervention, classify, analyze, and sort different messages, and feed back an analysis result to the rule engine.
Further, the rule engine is used for configuring more resources of the message server according to the relevant rules when the messages are too much in the life cycle of the resources.
The invention also provides a communication method of reliable messages in the cloud computing environment, which comprises the following steps:
the message server receives the message of the message sender, forwards a message backup to the rule engine, and pushes the message to a related message receiver according to the receiving rule of the receiver and the forwarding rule of the message server;
the rule engine classifies messages according with rules according to preset classification rules, forwards the classified messages to an analysis engine, matches the messages with relevant rules according to the analysis results of the messages sent by the analysis engine, and dynamically adjusts the message server by using the setting according with the configuration rules of the message server;
and the analysis engine analyzes the message sent by the rule engine and feeds back the analysis result to the rule engine.
The method further comprises the following steps: the message server maintains the connection between the message publisher and the message receiver through the message queue, maintains the message distribution structure through the message subject, and filters the message to be published to the receiver according to the preset message filtering rule.
Further, the rule engine classifies messages according to preset classification rules, and the method specifically includes:
the rule engine classifies messages according with rules according to preset message types, wherein the message types comprise one or more of resource life cycle messages, abnormal warning messages, notification and response messages and user operation messages.
Further, the analyzing engine analyzes the message sent by the rule engine and feeds back an analysis result to the rule engine, and the method specifically includes:
the analysis engine is used for analyzing the message sent by the rule engine, judging whether the message is a warning message, a message causing system crash or a message needing manual intervention, classifying, analyzing and sorting different messages, and feeding back an analysis result to the rule engine.
Further, the rule engine configures more resources of the message server according to the relevant rules when the resource lifecycle has too many messages.
The invention has the following beneficial effects:
the invention counts the relevant information according to the conditions of message sending, forwarding, releasing and the like in the message server, matches the message rule engine configuration, and automatically configures the message server, so that the message service has optimal performance on the premise of ensuring the stability, thereby effectively solving the problem of low message sending reliability caused by unstable factors such as message loss, server abnormity and the like in the message server under the conditions of message overload, unexpected power failure and the like.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
Fig. 1 is a schematic structural diagram of a communication device for reliable messaging in a cloud computing environment according to an embodiment of the present invention;
FIG. 2 is a diagram of a message queue according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a message topic according to an embodiment of the present invention.
Detailed Description
The preferred embodiments of the present invention will now be described in detail with reference to the accompanying drawings, which form a part hereof, and which together with the embodiments of the invention serve to explain the principles of the invention. For the purpose of clarity and simplicity, a detailed description of known functions and configurations in the devices described herein will be omitted when it may obscure the subject matter of the present invention.
The invention provides a communication device and a method for reliable messages in a cloud computing environment. The invention is successfully applied to the cloud computing management platform and the computing platform of the experimental platform. The invention is further described in detail below with reference to the figures and several examples. It should be understood that the specific embodiments described herein are merely illustrative of the invention and do not limit the invention.
An embodiment of the present invention provides a communication device for reliable messages in a cloud computing environment, and referring to fig. 1, the device includes:
the message server is used for receiving the message of the message sender, forwarding a message backup to the rule engine, and pushing the message to a related message receiver according to the receiving rule of the receiver and the forwarding rule of the message server;
for example, there are four messages: 1. the message of virtual machine creation, 2, the message of virtual machine destruction, 3, the message of virtual network creation, 4, the message of virtual network destruction, through defining the receiving rule: only the messages of the virtual machine are received, then the corresponding forwarding rules only forward the message 1 and the message 2, or the receiving rules are defined: only messages created by the entity are received, the corresponding forwarding rules forward only message 1 and message 3.
The rule engine is used for classifying the forwarding rules of the messages according to preset classification, transmitting the classified results to the analysis engine, matching the messages with the forwarding rules according to the analysis results of the messages sent by the analysis engine, and dynamically adjusting the message server by using the settings conforming to the configuration rules of the message server;
and the analysis engine is used for analyzing the forwarding rule of the message sent by the rule engine and feeding back the analysis result to the rule engine.
The invention counts the relevant information according to the conditions of message sending, forwarding, releasing and the like in the message server, matches the message rule engine configuration, and automatically configures the message server, so that the message service has optimal performance on the premise of ensuring the stability, thereby effectively solving the problem of low message sending reliability caused by unstable factors such as message loss, server abnormity and the like in the message server under the conditions of message overload, unexpected power failure and the like.
In specific implementation, the message server according to the embodiment of the present invention maintains the connection between the message publisher and the message receiver through the message queue, maintains the message distribution structure through the message topic, and filters the message to be published to the receiver according to the preset message filtering rule.
The rule engine classifies messages according with rules according to preset message types, wherein the message types comprise one or more of resource life cycle messages, abnormal warning messages, notification and response messages and user operation messages.
The analysis engine of the embodiment of the invention analyzes the message sent by the rule engine, judges that the message is a warning message, a message causing system crash or a message needing manual intervention, classifies, analyzes and arranges different messages, and feeds back the analysis result to the rule engine.
The rule engine of the embodiment of the invention configures more resources of the message server according to the relevant rules when the message is too much in the life cycle of the resource.
The device according to the invention will be explained and illustrated in detail below by means of a specific example:
the message communication mainly comprises five modules: the system comprises a message sender, a message receiver, a message server, a rule engine and an analysis engine.
The message flows in each module, a message sender publishes the message to a message server, the message server forwards a message backup to a rule engine, the rule engine classifies messages conforming to the rule and then forwards the messages to an analysis engine, the analysis engine feeds back an analysis result to the rule engine, the rule engine matches with a relevant rule, and the message server is dynamically adjusted by using the setting conforming to the configuration rule of the server.
2. Message rule engine
The rules in the rules engine mainly include classification processing of messages, including resource lifecycle messages, exception warning messages, notification and response messages, and user operation messages.
3. Message statistical analysis algorithm
The message statistics include overall statistics: number of messages sent, number of messages distributed, etc. in 5 seconds
Different analysis strategies are used for the classification of messages in the rules engine, see the message rules engine section for details.
Specifically, the present invention mainly comprises the following aspects:
the message server is a container for receiving and forwarding messages, all messages are sent to the message server (Broker), and the message server pushes the messages to relevant message receivers according to the receiving rules of the receivers and the forwarding rules of the message server.
The message server maintains a data structure related to message forwarding, as shown in fig. 2 and 3, and includes:
a Message Queue (Message Queue) maintains a connection between both Message publishers and Message receivers, thereby enabling peer-to-peer communication between Message receivers and publishers. This type of communication can guarantee that data arrives in sequence, and is more efficient due to point-to-point communication.
Message Topic (Message Topic) maintains the structure of Message distribution, Message receivers place Message filters to be received on a server, the server filters out messages to be distributed to the receivers according to the Message filters, one receiver can receive messages of a plurality of publishers, and one Message can be distributed to a plurality of receivers.
The rule engine is responsible for processing message forwarding logic and server dynamic configuration logic, the former pushes messages to related receivers according to logic rules, so that the logic rules of message forwarding are related to related business processes, which business systems need to know which messages, which messages need to be known under what conditions and the like, and the rules need to be initially configured according to business after the systems are online; the rule engine dynamically configures the message server according to the service rules of the message server, so that the message server is kept in the most stable running state all the time.
Message forwarding logic rules: rules forwarded to an analysis Engine
The classification of the message by the rule-installed message scenario forwarded to the analysis engine includes:
resource lifecycle messages: and forwarding the messages of resource application, creation, release, deletion and the like to a resource life cycle module of the analysis engine, and counting which resources are applied more frequently and which resources are released more frequently or counting the cycle lengths of different resources.
System anomaly warning message: the information is classified according to the warning level of the system, and the system information is judged to be warning, possible to crash and required to be manually intervened. And classifying, analyzing and sorting different messages, and further forwarding the messages to a system alarm module so as to take corresponding measures, such as automatically expanding the computing capacity of the virtual machine or contacting an administrator to limit the resource use.
Notification and response messages: the notification is that a message is sent to a receiver in a targeted manner, and the message sender can further complete subsequent work after the receiver receives the message and sends out a confirmation notification. By this mechanism, a synchronization mechanism is implemented between different systems. The analysis engine automatically matches the notification and the response message, and deletes the outdated response message, thereby ensuring that the system synchronization process is not blocked.
The user operates the message: regardless of any action performed by the user in the system, a relevant message is sent to record the user's behavior. The analysis engine makes corresponding prompts or warnings for behaviors of the user with improper operation by analyzing the user behavior context.
Reception rules delegated by the message receiver to the server:
the message receiver sets a message filter to filter out the messages which are not concerned by the receiver, thereby receiving the messages more efficiently. The message receiver sends the filtering condition of the message to a rule engine, the rule engine configures a server according to the setting of a message filter, and the syntax of the filter is as follows:
rule engine rules preset rules, different messages are respectively sent to different analysis engines, and analysis is carried out aiming at different message types
For example, the system abnormal alarm message classifies information according to the warning level of the system, and judges which system messages are warning, which may cause breakdown, and which require manual intervention. And classifying, analyzing and sorting different messages, and further forwarding the messages to a system alarm module so as to take corresponding measures, such as automatically expanding the computing capacity of the virtual machine or contacting an administrator to limit the resource use.
Dynamically configuring a message server:
the rule engine configures the server according to the relevant rule, for example, when the message data amount reaches 60 ten thousand per second, 300M of memory is allocated to the message server, and when the message data amount reaches 120 ten thousand per second, 500M of memory is allocated to the message server.
When the system automatically applies for a large amount of resources, the system can send a large amount of resource life cycle messages, a system analyzer carries out statistical analysis according to an analysis module of the resource life cycle messages and feeds back the analysis results to a rule engine, the rule engine finds that the resource life cycle messages are too much, and the rule engine configures more resources of a message server according to related rules so as to meet the requirements of the message server.
The embodiment of the invention also provides a communication method of the reliable message in the cloud computing environment, which comprises the following steps:
the message server receives the message of the message sender, forwards a message backup to the rule engine, and pushes the message to a related message receiver according to the receiving rule of the receiver and the forwarding rule of the message server;
the rule engine classifies messages according with rules according to preset classification rules, forwards the classified messages to an analysis engine, matches the messages with relevant rules according to the analysis results of the messages sent by the analysis engine, and dynamically adjusts the message server by using the setting according with the configuration rules of the message server;
and the analysis engine analyzes the message sent by the rule engine and feeds back the analysis result to the rule engine.
In specific implementation, the message server according to the embodiment of the present invention maintains the connection between the message publisher and the message receiver through the message queue, maintains the message distribution structure through the message topic, and filters the message to be published to the receiver according to the preset message filtering rule.
In specific implementation, the rule engine of the embodiment of the present invention classifies messages that meet rules according to preset classification rules, and specifically includes:
the rule engine classifies messages according with rules according to preset message types, wherein the message types comprise one or more of resource life cycle messages, abnormal warning messages, notification and response messages and user operation messages.
In specific implementation, the analysis engine of the embodiment of the present invention analyzes the message sent by the rule engine, and feeds back an analysis result to the rule engine, and specifically includes:
the analysis engine is used for analyzing the message sent by the rule engine, judging whether the message is a warning message, a message causing system crash or a message needing manual intervention, classifying, analyzing and sorting different messages, and feeding back an analysis result to the rule engine.
In specific implementation, when the rule engine of the embodiment of the present invention has too many messages in the resource life cycle, more resources of the message server are configured according to the relevant rules.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (6)

1. A device for reliable message communication in a cloud computing environment, comprising:
the message server is used for receiving the message of the message sender and forwarding a message backup to the rule engine;
the rule engine is used for classifying the messages according to preset classification, transmitting the classified messages to the analysis engine, matching the messages with forwarding rules according to the analysis result of the classified messages fed back by the analysis engine, and dynamically adjusting the processing resources configured by the message server by using the settings conforming to the configuration rules of the message server;
the rule engine is also used for classifying and processing the messages according with the rules according to preset message types, wherein the message types comprise one or more of resource life cycle messages, abnormal warning messages, notification and response messages and user operation messages;
the analysis engine is used for analyzing the classified messages sent by the rule engine, judging whether the messages are warning messages, messages causing system breakdown or messages needing manual intervention, classifying, analyzing and sorting different messages and feeding back the analysis results to the rule engine;
the message server is also used for pushing the message to the related message receiver according to the receiving rule of the receiver and the forwarding rule of the corresponding message matched with the rule engine.
2. The apparatus of claim 1,
the message server is also used for maintaining the connection between the message publisher and the message receiver through the message queue, maintaining the message distribution structure through the message subject, and filtering the message to be published to the receiver according to the preset message filtering rule.
3. The apparatus of claim 1,
and the rule engine is used for configuring more resources of the message server according to the relevant rules when the messages are excessive in the life cycle of the resources.
4. A method for communicating reliable messages in a cloud computing environment, the method comprising:
the message server receives the message of the message sender, and forwards a message backup to the rule engine;
the rule engine classifies the messages according to preset classification, transmits the classified messages to the analysis engine, matches the messages with forwarding rules according to the analysis result of the classified messages fed back by the analysis engine, and dynamically adjusts the processing resources configured by the message server by using the setting conforming to the configuration rules of the message server;
the rule engine classifies messages according to preset classifications, and specifically comprises the following steps:
the rule engine classifies messages according with rules according to preset message types, wherein the message types comprise one or more of resource life cycle messages, abnormal warning messages, notification and response messages and user operation messages;
the analysis engine analyzes the classified messages sent by the rule engine and feeds back the analysis result to the rule engine, and the method specifically comprises the following steps:
the analysis engine is used for analyzing the message sent by the rule engine, judging whether the message is a warning message, a message causing system crash or a message needing manual intervention, classifying, analyzing and sorting different messages and feeding back an analysis result to the rule engine;
and the message server pushes the message to the related message receiver according to the receiving rule of the receiver and the forwarding rule of the message server matched with the rule engine.
5. The method of claim 4, further comprising:
the message server maintains the connection between the message publisher and the message receiver through the message queue, maintains the message distribution structure through the message subject, and filters the message to be published to the receiver according to the preset message filtering rule.
6. The method of claim 4, further comprising:
and the rule engine configures more resources of the message server according to the relevant rules when the messages are too much in the life cycle of the resources.
CN201611233420.XA 2016-12-28 2016-12-28 Communication device and method for reliable message in cloud computing environment Expired - Fee Related CN106789587B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611233420.XA CN106789587B (en) 2016-12-28 2016-12-28 Communication device and method for reliable message in cloud computing environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611233420.XA CN106789587B (en) 2016-12-28 2016-12-28 Communication device and method for reliable message in cloud computing environment

Publications (2)

Publication Number Publication Date
CN106789587A CN106789587A (en) 2017-05-31
CN106789587B true CN106789587B (en) 2021-05-18

Family

ID=58921425

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611233420.XA Expired - Fee Related CN106789587B (en) 2016-12-28 2016-12-28 Communication device and method for reliable message in cloud computing environment

Country Status (1)

Country Link
CN (1) CN106789587B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109756552B (en) * 2018-08-22 2020-03-31 比亚迪股份有限公司 Passenger information system message distribution method and device and passenger information system
CN109741121A (en) * 2018-09-29 2019-05-10 比亚迪股份有限公司 AFC system and Rail Transit System based on ActiveMQ
CN112532528B (en) * 2020-11-30 2023-04-25 北京百度网讯科技有限公司 Message routing method and device for rule engine
CN113671963A (en) * 2021-08-23 2021-11-19 深圳市小二极客科技有限公司 Three-terminal control system for robot transmission service

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103516738A (en) * 2012-06-21 2014-01-15 中兴通讯股份有限公司 Message distribution method, device and system
US8656018B1 (en) * 2008-09-23 2014-02-18 Gogrid, LLC System and method for automated allocation of hosting resources controlled by different hypervisors
CN105956060A (en) * 2016-04-27 2016-09-21 浪潮(北京)电子信息产业有限公司 Method and device for resource pooling of message-oriented middleware

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050091322A1 (en) * 2003-10-27 2005-04-28 International Business Machines Corporation Method, system and program product for communicating over a network
CN101610252A (en) * 2009-07-24 2009-12-23 饶元 A kind of network on-line field configuration, predetermined and auditing system and method
US8627442B2 (en) * 2011-05-24 2014-01-07 International Business Machines Corporation Hierarchical rule development and binding for web application server firewall
WO2013082793A1 (en) * 2011-12-08 2013-06-13 华为技术有限公司 Method, device and system for controlling service transmission
CN104618304B (en) * 2013-11-01 2017-12-15 新华三技术有限公司 Data processing method and data handling system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8656018B1 (en) * 2008-09-23 2014-02-18 Gogrid, LLC System and method for automated allocation of hosting resources controlled by different hypervisors
CN103516738A (en) * 2012-06-21 2014-01-15 中兴通讯股份有限公司 Message distribution method, device and system
CN105956060A (en) * 2016-04-27 2016-09-21 浪潮(北京)电子信息产业有限公司 Method and device for resource pooling of message-oriented middleware

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
《业务支撑系统云化平台资源调度方案》;牟宏蕾;《电信科学》;20151230(第S1期);全文 *

Also Published As

Publication number Publication date
CN106789587A (en) 2017-05-31

Similar Documents

Publication Publication Date Title
CN106789587B (en) Communication device and method for reliable message in cloud computing environment
US9838483B2 (en) Methods, systems, and computer readable media for a network function virtualization information concentrator
CN102981943A (en) Method and system for monitoring application logs
CN104243216A (en) Maintenance method and device of cluster server
CN112202635B (en) Link monitoring method and device, storage medium and electronic device
CN112422684B (en) Target message processing method and device, storage medium and electronic device
CN108513268A (en) The processing method and SMS platform of short message exception
CN106993043A (en) Data communication system and method based on agency
CN102611630B (en) A kind of message acceptance control method and system
KR20180037342A (en) Application software error monitoring, statistics management service and solution method.
CN108092789A (en) The management method and device of network section template
CN100531154C (en) System and method for realizing message service
CN103297477B (en) A kind of data acquisition reporting system and data processing method and proxy server
CN108614820B (en) Method and device for realizing streaming source data analysis
CN107231284B (en) Message sending method and terminal equipment
CN110519337B (en) Node state judging and collecting method, state decision device and state collector
CN105187490B (en) A kind of transfer processing method of internet of things data
CN108632321A (en) Treating method and apparatus based on scheduling of resource under big data platform
CN110198246B (en) Method and system for monitoring flow
CN113992425B (en) Method for receiving and transmitting network data packet, network equipment and communication system
CN115220993B (en) Process monitoring method and device, vehicle and storage medium
CN108781215B (en) Network service implementation method, service controller and communication system
CN113918358A (en) Log sending method and device and log management system
CN105513300A (en) Information alarm transmission system for mobile communication
CN104104555A (en) Monitoring method and system, control terminal and execution terminal

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
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20210518

Termination date: 20211228

CF01 Termination of patent right due to non-payment of annual fee