Movatterモバイル変換


[0]ホーム

URL:


CN117194075B - 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
CN117194075B
CN117194075BCN202311166243.8ACN202311166243ACN117194075BCN 117194075 BCN117194075 BCN 117194075BCN 202311166243 ACN202311166243 ACN 202311166243ACN 117194075 BCN117194075 BCN 117194075B
Authority
CN
China
Prior art keywords
message
application
sdk
channel
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.)
Active
Application number
CN202311166243.8A
Other languages
Chinese (zh)
Other versions
CN117194075A (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 SciencefiledCriticalResearch Institute of War of PLA Academy of Military Science
Priority to CN202311166243.8ApriorityCriticalpatent/CN117194075B/en
Publication of CN117194075ApublicationCriticalpatent/CN117194075A/en
Application grantedgrantedCritical
Publication of CN117194075BpublicationCriticalpatent/CN117194075B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Landscapes

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 (6)

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; the method comprises the following steps: judging whether the application is a composite application or not, if so, reporting channel information to a message bus through an 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 to finish application registration;
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 method comprises the following steps: judging whether the application is a composite application or not, if so, reporting channel information to a message bus through an 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 to finish application registration;
CN202311166243.8A2023-09-112023-09-11Message isolation communication method adapting to multi-mode micro-applicationActiveCN117194075B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202311166243.8ACN117194075B (en)2023-09-112023-09-11Message isolation communication method adapting to multi-mode micro-application

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202311166243.8ACN117194075B (en)2023-09-112023-09-11Message isolation communication method adapting to multi-mode micro-application

Publications (2)

Publication NumberPublication Date
CN117194075A CN117194075A (en)2023-12-08
CN117194075Btrue CN117194075B (en)2024-05-03

Family

ID=88986539

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202311166243.8AActiveCN117194075B (en)2023-09-112023-09-11Message isolation communication method adapting to multi-mode micro-application

Country Status (1)

CountryLink
CN (1)CN117194075B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN106412041A (en)*2016-09-202017-02-15徐蔚System for connecting mobile terminal with service providing equipment and service providing method
CN111614718A (en)*2020-04-102020-09-01广州市玄武无线科技股份有限公司Enterprise communication channel fusion method, device, equipment and readable storage medium
CN112000448A (en)*2020-07-172020-11-27北京计算机技术及应用研究所Micro-service architecture-based application management method
CN113568970A (en)*2021-02-032021-10-29腾讯科技(深圳)有限公司 Application service data management method, apparatus, device and storage medium
CN113592471A (en)*2021-07-292021-11-02中国人民银行清算总中心Payment transaction application system and method
CN113949708A (en)*2021-09-032022-01-18中国人民解放军军事科学院战争研究院Service bus design method supporting gray scale upgrading access flow control
CN114675981A (en)*2020-12-242022-06-28广东飞企互联科技股份有限公司Channel message notification method and device
CN115277855A (en)*2022-07-222022-11-01中国工商银行股份有限公司Request processing method and device, electronic equipment and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN111385173B (en)*2018-12-282023-08-25中兴通讯股份有限公司Message processing method and device, control plane equipment and computer storage medium
US11321322B2 (en)*2020-03-302022-05-03International Business Machines CorporationLightweight DBMS based on functional microservices

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN106412041A (en)*2016-09-202017-02-15徐蔚System for connecting mobile terminal with service providing equipment and service providing method
CN111614718A (en)*2020-04-102020-09-01广州市玄武无线科技股份有限公司Enterprise communication channel fusion method, device, equipment and readable storage medium
CN112000448A (en)*2020-07-172020-11-27北京计算机技术及应用研究所Micro-service architecture-based application management method
CN114675981A (en)*2020-12-242022-06-28广东飞企互联科技股份有限公司Channel message notification method and device
CN113568970A (en)*2021-02-032021-10-29腾讯科技(深圳)有限公司 Application service data management method, apparatus, device and storage medium
CN113592471A (en)*2021-07-292021-11-02中国人民银行清算总中心Payment transaction application system and method
CN113949708A (en)*2021-09-032022-01-18中国人民解放军军事科学院战争研究院Service bus design method supporting gray scale upgrading access flow control
CN115277855A (en)*2022-07-222022-11-01中国工商银行股份有限公司Request processing method and device, electronic equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
基于BPMN2.0的高校一站式服务平台流程设计模型研究;高远;《中国优秀硕士学位论文全文数据库 社会科学Ⅱ辑》;20220515(第5期);H131-340*
基于微服务的智慧校园消息中心构建研究;刘波等;《河北软件职业技术学院学报》;20180717;第20卷(第3期);第1-4+16页*

Also Published As

Publication numberPublication date
CN117194075A (en)2023-12-08

Similar Documents

PublicationPublication DateTitle
CN106453136A (en)Method and device for establishing message queue
CN101710893B (en)Device, system and method for correlating application software service systems
US10425778B2 (en)Distributed transactions on mobile devices via a messaging service provided by a mobile network operator
CN111200653B (en)Multi-platform communication method, multi-platform communication device and intermediate server
CN117194075B (en)Message isolation communication method adapting to multi-mode micro-application
CN116319732A (en)Message queue centralized configuration management system and method based on RabbitMQ
CN1367430A (en)System for group distinctive operation and method
CA3053625C (en)A redirection bridge device and system, a communication system comprising a redirection bridge device or system, a method of redirection bridging, use of a user interface and a software product
CN115086099B (en) Data processing methods, devices, storage media and systems
US11870746B2 (en)Method for chatting messages by topic based on subscription channel reference in server and user device
CN115460280B (en)Primary-side chain data interaction system, method, equipment and medium based on cloud edge cooperation
CN105429981A (en)Game voice transmission method, terminal, voice service module and game system
CN110995803A (en)Upstream and downstream service processing method and system, computer readable storage medium
CN114090210A (en) Method and device for implementing service invocation
CN115378991A (en)Message processing method, device, equipment and computer storage medium
CN109639795B (en)Service management method and device based on AcitveMQ message queue
CN114785631A (en)Communication protocol stack multiplexing method, communication method, computer device and medium
CN112613955A (en)Order processing method and device, electronic equipment and storage medium
CN119402067B (en) Beidou multi-directional communication data forwarding system and method
CN115914330B (en)Heterogeneous inter-application communication method based on NIO asynchronous thread model
CN106874005B (en)Development method and system of financial system
CN115150031B (en)Distributed system message response method and device based on distributed message
EP4123523A1 (en)Method and apparatus for sharing resource, method and apparatus for creating service, and electronic device
CN115988055B (en)Communication method, device, equipment and storage medium
Kumar et al.Implementation of Message Service Queue Using Rabbit MQ

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp