CN117194075A - Message isolation communication method adapting to multi-mode micro-application - Google Patents

Message isolation communication method adapting to multi-mode micro-application Download PDF

Info

Publication number
CN117194075A
CN117194075A CN202311166243.8A CN202311166243A CN117194075A CN 117194075 A CN117194075 A CN 117194075A CN 202311166243 A CN202311166243 A CN 202311166243A CN 117194075 A CN117194075 A CN 117194075A
Authority
CN
China
Prior art keywords
message
application
sdk
information
bus
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
Application number
CN202311166243.8A
Other languages
Chinese (zh)
Other versions
CN117194075B (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.)
Research Institute of War of PLA Academy of Military Science
Original Assignee
Research Institute of War of PLA Academy of Military Science
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 Research Institute of War of PLA Academy of Military Science filed Critical Research Institute of War of PLA Academy of Military Science
Priority to CN202311166243.8A priority Critical patent/CN117194075B/en
Priority claimed from CN202311166243.8A external-priority patent/CN117194075B/en
Publication of CN117194075A publication Critical patent/CN117194075A/en
Application granted granted Critical
Publication of CN117194075B publication Critical patent/CN117194075B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The application discloses a message isolation communication method adapting to multi-mode micro-application, which relates to the technical field of message buses, and is characterized in that SDK is introduced, a client is initialized, a plug-in name is set, and the message isolation communication method is connected to the message bus through the SDK; receiving connection success information returned by the message bus through the SDK; judging the application type, and reporting channel information and an online notification to a message bus through an SDK according to the application type; the message bus sets a message channel according to the channel information and broadcasts the online message to all clients; transmitting real-time information or offline information to a message bus through an SDK; and after receiving the information, the message bus sends the message to the target application according to the online condition of the target application and the message channel. The application supports the end-to-end message transmission between applications developed by different application developers and the message communication isolation between processes in the composite application, thereby realizing the message isolation of the communication between processes in the composite application.

Description

Message isolation communication method adapting to multi-mode micro-application
Technical Field
The application relates to the technical field of message buses, in particular to a message isolation communication method adapting to multi-mode micro-applications.
Background
The message bus is an important component in the distributed system, mainly used for solving the problems of application coupling, asynchronous message, flow cutting and the like, and has a complete set of routing mechanism to determine the message transmission direction and play the role of message routing. Message buses are often used in micro-service architecture, which enables more efficient and secure inter-communication between micro-services.
However, currently, application developers do not agree on a message bus when developing applications. The message bus does not form a general message passing format and a request format, so that the message bus technology can only be applied to various applications respectively developed or can be re-developed to be compatible with other message bus functions when needed, and the message bus technology on the market has the following defects:
1. the architecture of the message bus is complex relative to other architectures, requiring more effort to implement and maintain;
2. due to the asynchronous nature of message transmission, message buses may not be suitable for real-time applications, especially in high concurrency situations, which may lead to message loss or delay;
3. the reliability of the message bus is relatively low, and the problems of message loss, repeated transmission and the like can occur;
4. in the case of a high load, the scalability of the message bus is relatively low, and thus, when the system scale is enlarged, problems in terms of scalability may be encountered;
5. the existing message bus does not consider the problem of process message isolation in a composite application formed by combining a plurality of processes, and cannot meet the communication requirements in the composite application.
Disclosure of Invention
Therefore, the application provides a message isolation communication method adapting to multi-mode micro-applications, which aims to solve the problem of inconsistent message buses in the prior art.
In order to achieve the above object, the present application provides the following technical solutions:
in a first aspect, a message isolation communication method for adapting a multi-modal micro-application includes:
introducing SDK and initializing a client;
setting a plug-in name and connecting to a message bus through an SDK;
receiving connection success information returned by the message bus through the SDK;
judging the application type, and reporting channel information and an online notification to the message bus through the SDK according to the application type; the message bus sets a message channel according to channel information and broadcasts an online message to all clients;
transmitting real-time information or offline information to the message bus through the SDK; and after receiving the information, the message bus sends the information to the target application according to the online condition of the target application and the reporting condition of the message channel.
Preferably, the judging application type reports channel information and online notification to the message bus through the SDK according to the application type; the message bus sets a message channel according to channel information and broadcasts an online message to all clients, and the message bus specifically comprises the following steps:
judging whether the application is a composite application or not;
if the channel information is the composite application, reporting channel information to the message bus through the SDK; the message bus sets message channels according to channel information;
if the application is not the composite application, judging whether the application is the micro application or not;
if the application is the micro application, judging whether the application is the B-terminal application, and reporting channel information and uploading information to the message bus through the SDK according to the judging condition.
Preferably, the determining whether the application is a B-side application, and reporting channel information and an online notification to the message bus through the SDK according to the determining situation specifically includes:
if the application is the B-side application, opening a webpage to modify a webpage user agent, adding channel information, and setting a plug-in name through an SDK; the SDK analyzes channel information in the user agent and reports the channel information to the message bus; the message bus sets message channels according to channel information;
if the application is not the B-side application, setting a plug-in name through the SDK; the SDK searches an application process tree, judges whether the application belongs to the composite application again through the application process tree, if the application is not the composite application, the SDK sends an online notification to the message bus, and if the application is the composite application, the composite application process number is analyzed as channel information.
Preferably, the sending real-time information or offline information to the message bus through the SDK specifically includes:
the SDK judges whether the application is connected with the message bus or not;
if so, sending the message to the message bus;
if no connection exists, adding the message to a cache offline message queue;
judging whether the message is overtime;
if not, continuing to judge whether the application is connected with the message bus or not;
if the connection is made, judging whether the time is overtime;
if not, dequeuing the message and sending an offline message to the message bus;
if the time is out, the message is dequeued and no longer sent.
Preferably, after receiving the information, the message bus sends the message to the target application according to the online condition of the target application and the reporting condition of the message channel, and specifically includes:
judging whether the target application is online or not;
if yes, judging whether a message channel exists between the target application and the sending application;
if a message channel exists, sending the message to a target application;
if the target application is not online or the target application does not have a message channel, storing the message into an offline message queue to wait for the target application to be online or report the message channel;
if the messages in the offline message queue are overtime, the messages are removed from the queue, and the message transmission fails; if the messages in the offline message queue are not overtime, the target application is continued to wait for the online or message reporting channel.
In a second aspect, a message isolation communication system adapted for multimodal micro applications, comprising:
the SDK introducing module is used for introducing the SDK and initializing the client;
the connection module is used for setting the plug-in name and is connected to the message bus through the SDK;
receiving connection success information returned by the message bus through the SDK;
the application registration module is used for judging the application type, and reporting channel information and online notification to the message bus through the SDK according to the application type; the message bus sets a message channel according to channel information and broadcasts an online message to all clients;
the message sending module is used for sending real-time information or offline information to the message bus through the SDK; and after receiving the information, the message bus sends the information to the target application according to the online condition of the target application and the reporting condition of the message channel.
In a third aspect, a computer device includes a memory storing a computer program and a processor implementing steps of a message quarantine communication method adapted to a multimodal micro-application when the computer program is executed.
In a fourth aspect, a computer readable storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of a message quarantine communication method adapted to multimodal micro-applications.
Compared with the prior art, the application has at least the following beneficial effects:
the application provides a message isolation communication method adapting to multi-mode micro-applications, which initializes a client by introducing an SDK; setting a plug-in name, and connecting to a message bus through an SDK; receiving connection success information returned by the message bus through the SDK; judging the application type, and reporting channel information and an online notification to the message bus through the SDK according to the application type; the message bus sets a message channel according to the channel information and broadcasts the online message to all clients; transmitting real-time information or offline information to a message bus through an SDK; and after receiving the information, the message bus sends the information to the target application according to the online condition of the target application and the reporting condition of the message channel. The message isolation communication method adapting to the multi-mode micro-application provided by the application supports end-to-end message transmission between applications developed by different application developers and message communication isolation between processes in the composite application, can meet the message communication requirement of the multi-mode application, realizes message isolation of inter-process communication in the composite application, and meets the communication requirement in the composite application.
Drawings
In order to more intuitively illustrate the prior art and the application, several exemplary drawings are presented below. It should be understood that the specific shape and configuration shown in the drawings are not generally considered limiting conditions in carrying out the application; for example, those skilled in the art will be able to make routine adjustments or further optimizations for the addition/subtraction/attribution division, specific shapes, positional relationships, connection modes, dimensional proportion relationships, and the like of certain units (components) based on the technical concepts and the exemplary drawings disclosed in the present application.
FIG. 1 is a main flow chart of a message isolation communication method adapted to a multi-mode micro-application according to a first embodiment of the present application;
FIG. 2 is a flowchart of an application registration process according to a first embodiment of the present application;
FIG. 3 is a flow chart of an application sending a message to a message bus according to a first embodiment of the present application;
fig. 4 is a flowchart of a message bus for sending a message to an application according to a first embodiment of the present application.
Detailed Description
The application will be further described in detail by means of specific embodiments with reference to the accompanying drawings.
In the description of the present application: unless otherwise indicated, the meaning of "a plurality" is two or more. The terms "first," "second," "third," and the like in this disclosure are intended to distinguish between the referenced objects without a special meaning in terms of technical connotation (e.g., should not be construed as emphasis on the degree of importance or order, etc.). The expressions "comprising", "including", "having", etc. also mean "not limited to" (certain units, components, materials, steps, etc.).
The terms such as "upper", "lower", "left", "right", "middle", etc. are generally used herein for convenience of visual understanding with reference to the drawings and are not to be construed as absolute limitations on the positional relationship of the actual product. Such changes in the relative positional relationship without departing from the technical idea of the present application are also considered as the scope of the present application.
Example 1
Referring to fig. 1, the present embodiment provides a message isolation communication method adapted to a multi-mode micro-application, which relates to the field of message communication between multi-mode applications, wherein the multi-mode applications refer to a WEB application, a C/S structure application, and a composite application composed of a plurality of processes and having a common parent process.
The method provided by the embodiment is mainly used for communication and data exchange among the various different multi-mode applications, supports offline message sending and receiving, and can automatically add channel identifiers for message clients in the same father process in the composite application, so that message isolation in the same father process is effectively realized, and message receiving and transmitting disorder of the same message client identifiers is avoided.
The method comprises the following steps:
s1: introducing SDK and initializing a client;
specifically, an SDK, i.e., a software development kit, is a collection of development tools used by software engineers to create application software for a specific software package, software framework, hardware platform, operating system, etc., and in general, an SDK is an SDK used to develop applications under a Windows platform.
S2: setting a plug-in name and connecting to a message bus through an SDK;
specifically, after the connection to the message bus, the message bus sets the plug-in name as a unique theme, sets the client as an upper line, and then sends the connection success information to the application through the SDK.
S3: receiving connection success information returned by the message bus through the SDK;
specifically, the application completes the connection of the application after receiving the connection success information.
S4: judging the application type, and reporting channel information and an online notification to a message bus through an SDK according to the application type; the message bus sets a message channel according to the channel information and broadcasts the online message to all clients;
referring to fig. 2, specifically, it is determined whether the application is a composite application;
if the channel information is the composite application, reporting the channel information to a message bus through the SDK; the message bus sets a message channel according to the channel information to finish application registration;
if the application is not the composite application, judging whether the application is the micro application or not;
if the application is the micro application, judging whether the application is the B-end application or not;
if the application is applied at the B end, opening a webpage to modify a webpage user agent, adding channel information, setting a plug-in name through an SDK, analyzing channel information in the user agent by the SDK, reporting a message bus, setting a message channel according to the channel information by the message bus, and finishing application registration;
if the application is not the B-side application, setting a plug-in name through the SDK, searching an application process tree by the SDK, and judging whether the application belongs to the composite application or not again through the application process tree; if the application is not the composite application, sending an online notification to a message bus, receiving the online message by the message bus, and broadcasting the message to all clients; if the application is the composite application, analyzing the composite application process number as channel information, reporting the channel information to a message bus, receiving the channel information by the message bus and setting a message channel, thereby completing application registration.
S5: transmitting real-time information or offline information to a message bus through an SDK; and after receiving the information, the message bus sends the information to the target application according to the online condition of the target application and the reporting condition of the message channel.
Referring to fig. 3, the method for sending real-time information or offline information to the message bus through the SDK specifically includes:
the application sends a message to the SDK, and the SDK judges whether the application is connected with a message bus or not;
if so, sending the message to the message bus;
if no connection exists, adding the message to a cache offline message queue;
judging whether the message is overtime or not by the message in the message queue;
if the message bus is not overtime, attempting disconnection reconnection, and continuously judging whether the application is connected with the message bus or not;
if the connection is made, judging whether the time is overtime; if not, the message dequeues and sends an offline message to the message bus; if the time is out, the message is dequeued and is not sent any more;
if the connection is not available, the disconnection reconnection is continuously attempted until the time-out dequeue is reached, and the transmission is not performed.
Referring to fig. 4, after receiving information, a message bus sends the message to a target application according to a target application online condition and a message channel reporting condition, and specifically includes:
judging whether the target application is online or not;
if yes, judging whether a message channel exists between the target application and the sending application;
if a message channel exists, sending the message to a target application;
if the target application is not online or the target application does not have a message channel, storing the message into an offline message queue to wait for the target application to be online or report the message channel;
if the messages in the offline message queue are overtime, the messages are removed from the queue, and the message transmission fails; if the messages in the offline message queue are not overtime, the target application is continued to wait for the online or message reporting channel.
After the steps are finished, the message is sent, the receiving party receives the message, or the sending party receives the message sending failure notification.
The method provided by the embodiment can be used in applications developed by a plurality of different developers and breaks an information island, the applications can realize a series of actions such as quote, connection, registration, channel, on-line notification, off-line notification, appointed application sending information, off-line receiving information and the like by sending certain standard information to a message bus, help users realize cooperative work among the applications, improve the efficiency and user experience of application programs, and help application developers realize borderless calling and storage of data.
Compared with the prior art, the embodiment supports end-to-end message transmission between applications developed by different developers and message communication isolation between processes in the composite application, and can meet the message communication requirements of multi-mode applications (such as WEB applications, C/S architecture applications, composite applications formed by combining a plurality of processes and the like). In addition, the offline messaging mechanism can ensure the reachability of the message, and by providing the encapsulated message SDK in different technology stacks to the upper layer business application, the upper layer business application can concentrate on the business development without concern for the messaging underlying technology.
Example two
The embodiment provides a message isolation communication system adapting to multi-mode micro-applications, which comprises the following steps:
the SDK introducing module is used for introducing the SDK and initializing the client;
the connection module is used for setting the plug-in name and is connected to the message bus through the SDK;
receiving connection success information returned by the message bus through the SDK;
the application registration module is used for judging the application type, and reporting channel information and online notification to the message bus through the SDK according to the application type; the message bus sets a message channel according to channel information and broadcasts an online message to all clients;
the message sending module is used for sending real-time information or offline information to the message bus through the SDK; and after receiving the information, the message bus sends the information to the target application according to the online condition of the target application and the reporting condition of the message channel.
For a specific limitation of a messaging system suitable for use between multimodal applications, reference is made to the above limitation of a messaging isolation communication method for adapting to a multimodal micro application, which is not described in detail herein.
Example III
The embodiment provides a computer device, which comprises a memory and a processor, wherein the memory stores a computer program, and the processor realizes the steps of a message isolation communication method adapting to multi-mode micro-applications when executing the computer program.
Example IV
The present embodiment provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of a message quarantine communication method adapted to multimodal micro-applications.
Any combination of the technical features of the above embodiments may be performed (as long as there is no contradiction between the combination of the technical features), and for brevity of description, all of the possible combinations of the technical features of the above embodiments are not described; these examples, which are not explicitly written, should also be considered as being within the scope of the present description.
The application has been described above with particularity and detail in connection with general description and specific embodiments. It should be understood that numerous conventional modifications and further innovations may be made to these specific embodiments, based on the technical concepts of the present application; but these conventional modifications and further innovations may also fall within the scope of the claims of the present application as long as they do not depart from the technical spirit of the present application.

Claims (8)

1. A message isolation communication method adapted to a multi-modal micro-application, comprising:
introducing SDK and initializing a client;
setting a plug-in name and connecting to a message bus through an SDK;
receiving connection success information returned by the message bus through the SDK;
judging the application type, and reporting channel information and an online notification to the message bus through the SDK according to the application type; the message bus sets a message channel according to channel information and broadcasts an online message to all clients;
transmitting real-time information or offline information to the message bus through the SDK; and after receiving the information, the message bus sends the information to the target application according to the online condition of the target application and the reporting condition of the message channel.
2. The message isolation communication method for adapting to the multi-mode micro-application according to claim 1, wherein the judging application type reports channel information and an online notification to the message bus through an SDK according to the application type; the message bus sets a message channel according to channel information and broadcasts an online message to all clients, and the message bus specifically comprises the following steps:
judging whether the application is a composite application or not;
if the channel information is the composite application, reporting channel information to the message bus through the SDK; the message bus sets message channels according to channel information;
if the application is not the composite application, judging whether the application is the micro application or not;
if the application is the micro application, judging whether the application is the B-terminal application, and reporting channel information and uploading information to the message bus through the SDK according to the judging condition.
3. The method for message isolation communication adapted to a multimodal micro application according to claim 2, wherein the determining whether the application is a B-side application, and reporting channel information and an online notification to the message bus through an SDK according to a determination condition, specifically includes:
if the application is the B-side application, opening a webpage to modify a webpage user agent, adding channel information, and setting a plug-in name through an SDK; the SDK analyzes channel information in the user agent and reports the channel information to the message bus; the message bus sets message channels according to channel information;
if the application is not the B-side application, setting a plug-in name through the SDK; the SDK searches an application process tree, judges whether the application belongs to the composite application again through the application process tree, if the application is not the composite application, the SDK sends an online notification to the message bus, and if the application is the composite application, the composite application process number is analyzed as channel information.
4. The message quarantine communication method adapted to a multimodal micro application as claimed in claim 1, wherein the sending real-time information or offline information to the message bus through the SDK specifically includes:
the SDK judges whether the application is connected with the message bus or not;
if so, sending the message to the message bus;
if no connection exists, adding the message to a cache offline message queue;
judging whether the message is overtime;
if not, continuing to judge whether the application is connected with the message bus or not;
if the connection is made, judging whether the time is overtime;
if not, dequeuing the message and sending an offline message to the message bus;
if the time is out, the message is dequeued and no longer sent.
5. The message isolation communication method for adapting to the multi-mode micro-application according to claim 1, wherein the message bus sends the message to the target application according to the online condition of the target application and the reporting condition of the message channel after receiving the message, specifically comprising:
judging whether the target application is online or not;
if yes, judging whether a message channel exists between the target application and the sending application;
if a message channel exists, sending the message to a target application;
if the target application is not online or the target application does not have a message channel, storing the message into an offline message queue to wait for the target application to be online or report the message channel;
if the messages in the offline message queue are overtime, the messages are removed from the queue, and the message transmission fails; if the messages in the offline message queue are not overtime, the target application is continued to wait for the online or message reporting channel.
6. A message isolation communication system adapted for multi-modal micro-applications, comprising:
the SDK introducing module is used for introducing the SDK and initializing the client;
the connection module is used for setting the plug-in name and is connected to the message bus through the SDK;
receiving connection success information returned by the message bus through the SDK;
the application registration module is used for judging the application type, and reporting channel information and online notification to the message bus through the SDK according to the application type; the message bus sets a message channel according to channel information and broadcasts an online message to all clients;
the message sending module is used for sending real-time information or offline information to the message bus through the SDK; and after receiving the information, the message bus sends the information to the target application according to the online condition of the target application and the reporting condition of the message channel.
7. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any one of claims 1 to 5 when the computer program is executed.
8. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 5.
CN202311166243.8A 2023-09-11 Message isolation communication method adapting to multi-mode micro-application Active CN117194075B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311166243.8A CN117194075B (en) 2023-09-11 Message isolation communication method adapting to multi-mode micro-application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311166243.8A CN117194075B (en) 2023-09-11 Message isolation communication method adapting to multi-mode micro-application

Publications (2)

Publication Number Publication Date
CN117194075A true CN117194075A (en) 2023-12-08
CN117194075B CN117194075B (en) 2024-05-03

Family

ID=

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106412041A (en) * 2016-09-20 2017-02-15 徐蔚 System for connecting mobile terminal with service providing equipment and service providing method
CN111614718A (en) * 2020-04-10 2020-09-01 广州市玄武无线科技股份有限公司 Enterprise communication channel fusion method, device, equipment and readable storage medium
CN112000448A (en) * 2020-07-17 2020-11-27 北京计算机技术及应用研究所 Micro-service architecture-based application management method
US20210194788A1 (en) * 2018-12-28 2021-06-24 Zte Corporation Message processing method and apparatus, control-plane device, and computer storage medium
US20210303577A1 (en) * 2020-03-30 2021-09-30 International Business Machines Corporation Lightweight dbms based on functional microservices
CN113568970A (en) * 2021-02-03 2021-10-29 腾讯科技(深圳)有限公司 Application service data management method, device, equipment and storage medium
CN113592471A (en) * 2021-07-29 2021-11-02 中国人民银行清算总中心 Payment transaction application system and method
CN113949708A (en) * 2021-09-03 2022-01-18 中国人民解放军军事科学院战争研究院 Service bus design method supporting gray scale upgrading access flow control
CN114675981A (en) * 2020-12-24 2022-06-28 广东飞企互联科技股份有限公司 Channel message notification method and device
CN115277855A (en) * 2022-07-22 2022-11-01 中国工商银行股份有限公司 Request processing method and device, electronic equipment and storage medium

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106412041A (en) * 2016-09-20 2017-02-15 徐蔚 System for connecting mobile terminal with service providing equipment and service providing method
US20210194788A1 (en) * 2018-12-28 2021-06-24 Zte Corporation Message processing method and apparatus, control-plane device, and computer storage medium
US20210303577A1 (en) * 2020-03-30 2021-09-30 International Business Machines Corporation Lightweight dbms based on functional microservices
CN111614718A (en) * 2020-04-10 2020-09-01 广州市玄武无线科技股份有限公司 Enterprise communication channel fusion method, device, equipment and readable storage medium
CN112000448A (en) * 2020-07-17 2020-11-27 北京计算机技术及应用研究所 Micro-service architecture-based application management method
CN114675981A (en) * 2020-12-24 2022-06-28 广东飞企互联科技股份有限公司 Channel message notification method and device
CN113568970A (en) * 2021-02-03 2021-10-29 腾讯科技(深圳)有限公司 Application service data management method, device, equipment and storage medium
CN113592471A (en) * 2021-07-29 2021-11-02 中国人民银行清算总中心 Payment transaction application system and method
CN113949708A (en) * 2021-09-03 2022-01-18 中国人民解放军军事科学院战争研究院 Service bus design method supporting gray scale upgrading access flow control
CN115277855A (en) * 2022-07-22 2022-11-01 中国工商银行股份有限公司 Request processing method and device, electronic equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
刘波等: "基于微服务的智慧校园消息中心构建研究", 《河北软件职业技术学院学报》, vol. 20, no. 3, 17 July 2018 (2018-07-17), pages 1 - 4 *
高远: "基于BPMN2.0的高校一站式服务平台流程设计模型研究", 《中国优秀硕士学位论文全文数据库 社会科学Ⅱ辑》, no. 5, 15 May 2022 (2022-05-15), pages 131 - 340 *

Similar Documents

Publication Publication Date Title
CN112583931B (en) Message processing method, message middleware, electronic device, and storage medium
WO2021088641A1 (en) Data transmission method, data processing method, data reception method and device, and storage medium
CN101710893B (en) Device, system and method for correlating application software service systems
CN113391979A (en) Processing method, equipment and system for monitoring data display and storage medium
US10425778B2 (en) Distributed transactions on mobile devices via a messaging service provided by a mobile network operator
CN110635932A (en) OpenStack control plane-based virtual network performance optimization method
CN117194075B (en) Message isolation communication method adapting to multi-mode micro-application
CN110557321B (en) Information transmission method, network equipment and terminal
CN117194075A (en) Message isolation communication method adapting to multi-mode micro-application
KR20080024751A (en) Apparatus for lightweighting application through duplicating management of application in environment of osgi middleware for embedded terminal and method thereof
CN116010130B (en) Cross-card link aggregation method, device, equipment and medium for DPU virtual port
US11870746B2 (en) Method for chatting messages by topic based on subscription channel reference in server and user device
CN111200653A (en) Multi-platform communication method, multi-platform communication device and intermediate server
CN110995803A (en) Upstream and downstream service processing method and system, computer readable storage medium
CN112866268B (en) Message processing method and system
CN111061576B (en) Method and system for creating entity object
CN114844907A (en) Bank transaction high-speed low-connection-number implementation method based on MQ asynchronous receiving and transmitting
CN109639795B (en) Service management method and device based on AcitveMQ message queue
CN109783066B (en) Method for realizing data association and processing of DDS internal entity
CN113312190A (en) Cooperative processing method and device for government affair service business
CN111726280A (en) Instant message transmission method and device, electronic equipment and storage medium
CN111866157A (en) Cloud service gateway and cloud service internal and external request format conversion method
CN115914330B (en) Heterogeneous inter-application communication method based on NIO asynchronous thread model
CN106874005B (en) Development method and system of financial system
US20230139834A1 (en) Asynchronous network inventory 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