CN116527751A - Multi-channel message pushing method and system based on micro-service - Google Patents

Multi-channel message pushing method and system based on micro-service Download PDF

Info

Publication number
CN116527751A
CN116527751A CN202310300382.9A CN202310300382A CN116527751A CN 116527751 A CN116527751 A CN 116527751A CN 202310300382 A CN202310300382 A CN 202310300382A CN 116527751 A CN116527751 A CN 116527751A
Authority
CN
China
Prior art keywords
message
service
channel
message pushing
micro
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202310300382.9A
Other languages
Chinese (zh)
Inventor
马鸿图
王佳静
金庆文
张震
陈健
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Whaty Technology Development Co ltd
Original Assignee
Beijing Whaty Technology Development Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Whaty Technology Development Co ltd filed Critical Beijing Whaty Technology Development Co ltd
Priority to CN202310300382.9A priority Critical patent/CN116527751A/en
Publication of CN116527751A publication Critical patent/CN116527751A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • H04W4/14Short messaging services, e.g. short message services [SMS] or unstructured supplementary service data [USSD]
    • 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/70Reducing energy consumption in communication networks in wireless communication networks

Abstract

The invention provides a multi-channel message pushing method and system based on micro-services, which are applied to the technical field of message pushing. The system comprises a unified scheduling and configuration center, wherein both business service and security service are registered in the unified scheduling and configuration center, the business service at least comprises a message pushing service, and the message pushing service is a service formed by aggregating a plurality of message pushing channels. The method comprises the following steps: after the message push service is called, checking whether message parameters uploaded by a calling party are correct or not; if the verification is passed, generating a target message according to the message parameters, pushing the target message into a message queue, and determining a target message pushing channel according to the message parameters; and sending the target message to a target message pushing channel, and sending the target message by using the target message pushing channel. Different information systems can be in butt joint with the message pushing service, and each information system realizing the butt joint can have the pushing capability of various message pushing channels.

Description

Multi-channel message pushing method and system based on micro-service
Technical Field
The invention relates to the technical field of message pushing, in particular to a multi-channel message pushing method and system based on micro services.
Background
Along with the digital transformation upgrading and accelerated development of education enterprises, various information systems are also enhanced and expanded, and the demands on the types and quality of services are also increased. Message pushing is an important function required in each business, and can be applied to the use scenes of course marketing, message reminding, safety verification and the like sent to students.
The message pushing channels are diversified, not centralized and not unified, and when different information systems are respectively connected with the same message pushing channel, the different information systems also need to be respectively and independently developed, so that the problem of repeated development exists. For example, the training system a independently interfaces with the short message transmission of the message pushing channel a, and the training system B independently interfaces with the short message transmission of the message pushing channel B. If the training system A wants to increase the short message sending channel of the message pushing channel B, the training system B wants to increase the short message sending channel of the message pushing channel a, the training system A needs to be in primary docking with the message pushing channel B, and the training system B needs to be in primary docking with the message pushing channel a, namely, the information system needs to be in primary docking as long as a new message pushing channel needs to be added, so that the problem of repeated development when the message pushing channel is expanded exists.
Disclosure of Invention
The invention provides a multi-channel message pushing method and system based on micro-services, which are used for solving the problem of repeated development when channels are expanded due to the fact that message pushing channels are diversified, not centralized and not unified in the prior art, and different information systems are respectively connected with the same message pushing channel. The technical proposal is as follows:
in a first aspect, an embodiment of the present invention provides a method for pushing a multi-channel message based on a micro-service, which is applied to a multi-channel message pushing system based on the micro-service, where the multi-channel message pushing system based on the micro-service includes a unified scheduling and configuration center, and both a business service and a security service are registered in the unified scheduling and configuration center, where the business service includes at least a message pushing service, and the message pushing service is a service formed by aggregating multiple message pushing channels; the multi-channel message pushing method based on the micro-service comprises the following steps:
after the message pushing service is called, checking whether message parameters uploaded by a calling party are correct or not;
if the verification is passed, generating a target message according to the message parameter, pushing the target message to a message queue, and determining a target message pushing channel according to the message parameter;
and sending the target message to the target message pushing channel, and sending the target message by using the target message pushing channel.
Optionally, before invoking the message pushing service, the micro-service based multi-channel message pushing method further includes:
the information system calls an interface from a front-end platform to send a micro-service request to a server;
the server forwards the micro-service request to a gateway;
the gateway forwards the micro-service request to the security service;
and the security service authenticates and authorizes the caller sending the micro service request according to the micro service request.
Optionally, the multi-channel message pushing system based on micro-service further comprises a client management module, and the multi-channel message pushing method based on micro-service further comprises:
entering a message pushing channel configuration function through the client management module;
completing configuration of the message pushing channel according to the message pushing channel configuration information uploaded by the user;
and saving the configuration information.
Optionally, the unified scheduling and configuration center serves the nacos platform for dynamic naming and configuration.
Optionally, the plurality of message pushing channels includes at least two of:
APP push, mail, public number push and short message.
Optionally, the server is an nmginx server.
Optionally, the method for pushing the multi-channel message based on the micro service further comprises the following steps:
obtaining a result of sending the target message by the target message pushing channel, and recording all sending behavior information, wherein the sending behavior information at least comprises: the sending time, the message parameters, the sending content, the sending result and the failure reason.
In a second aspect, an embodiment of the present invention provides a micro-service-based multi-channel message pushing system, including a unified scheduling and configuration center, where both a business service and a security service are registered in the unified scheduling and configuration center, where the business service includes at least a message pushing service, and the message pushing service is a service formed by aggregating multiple message pushing channels; the micro-service-based multi-channel message pushing system further comprises:
the verification module is used for verifying whether the message parameters uploaded by the calling party are correct or not after the message pushing service is called;
the processing module is used for generating a target message according to the message parameters after verification is passed, pushing the target message into a message queue and determining a target message pushing channel according to the message parameters;
and the calling module is used for calling the target message pushing channel to send the target message.
Optionally, the micro-service-based multi-channel message pushing system further comprises a client management module;
the client management module is used for entering a message pushing channel configuration function through the client management module, completing the configuration of the message pushing channel according to the message pushing channel configuration information uploaded by a user, and storing the configuration information.
Optionally, the unified scheduling and configuration center serves the nacos platform for dynamic naming and configuration.
The technical scheme of the invention has the beneficial effects that:
in the method and the system for pushing the multi-channel message based on the micro-service provided by the embodiment of the invention, the multi-channel message pushing system based on the micro-service comprises a unified scheduling and configuration center, business service and security service are registered in the unified scheduling and configuration center, the business service at least comprises a message pushing service, and the message pushing service is a service formed by aggregating a plurality of message pushing channels. In practical application, after the message push service is called, firstly checking whether the message parameters uploaded by the calling party are correct; if the verification is passed, generating a target message according to the message parameters, pushing the target message to a message queue, and determining a target message pushing channel according to the message parameters; and finally, the target message is sent to a target message pushing channel, and the target message is sent by utilizing the target message pushing channel. The different information systems in the invention can be respectively in butt joint with the message pushing service, and because the message pushing service is one service formed by aggregation of a plurality of message pushing channels, each information system in butt joint with the message pushing service can have the pushing capability of a plurality of message pushing channels, thereby avoiding the problems of non-centralized and non-uniform development modes of the traditional message pushing channels and repeated development. And the invention provides consistent interfaces for different information systems, and compared with the prior art that different message pushing channel modes need to be independently docked, the docking mode is simpler and more convenient to invoke.
Drawings
FIG. 1 is a flow chart of a method for pushing multi-channel messages based on micro-services according to an embodiment of the present invention;
FIG. 2 is a flowchart of another method for pushing multi-channel messages based on micro-services according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a multi-channel message pushing system based on micro services according to an embodiment of the present invention.
Detailed Description
In order to make the technical problems, technical solutions and advantages to be solved more apparent, the following detailed description will be given with reference to the accompanying drawings and specific embodiments. In the following description, specific details such as specific configurations and components are provided merely to facilitate a thorough understanding of embodiments of the invention. It will therefore be apparent to those skilled in the art that various changes and modifications can be made to the embodiments described herein without departing from the scope and spirit of the invention. In addition, descriptions of well-known functions and constructions are omitted for clarity and conciseness.
It should be appreciated that reference throughout this specification to "one embodiment" or "an embodiment" means that a particular feature, structure or characteristic described in connection with the embodiment is included in at least one embodiment of the present invention. Thus, the appearances of the phrases "in one embodiment" or "in an embodiment" in various places throughout this specification are not necessarily all referring to the same embodiment. Furthermore, the particular features, structures, or characteristics may be combined in any suitable manner in one or more embodiments.
In various embodiments of the present invention, it should be understood that the sequence numbers of the following processes do not mean the order of execution, and the order of execution of the processes should be determined by the functions and internal logic, and should not constitute any limitation on the implementation process of the embodiments of the present invention.
The invention adopts micro service technology to split various services (such as face recognition service, aurora authentication service, aggregate payment service, message push service and the like) into a plurality of independent projects, each project completes a part of business functions, then the independent projects are independently developed and deployed, and the independent projects become a micro service, thereby forming a service cluster. The message push service is one of the micro services. The invention is based on the background of micro-service, combines the message queues, the access Arian cloud, the messenger cloud, the Ucloud and the aurora pushing of the third party message pushing channels, and integrates the multi-channel and unified message pushing solutions of short message sending, public number message, mail, APP pushing and the like. The invention provides interfaces of different information systems with consistency, and aggregates a plurality of message pushing channels into a message pushing service.
Before implementing the multi-channel message pushing method based on micro services provided by the embodiment of the invention, the invention firstly needs to build a basic micro service framework: a unified dispatch and configuration center for message push services is defined and registered with the micro-service framework. The unified scheduling and configuration center in the embodiment of the invention is a registration center and configuration center of unified scheduling of services, and is an infrastructure for constructing a modern application micro-service architecture taking 'services' as the center. Optionally, the unified scheduling and configuration center in the embodiment of the invention is a nano (Dynamic Naming and Configuration Service ) platform, which is a dynamic service discovery, configuration management and service management platform easy to construct a cloud native application. The business service and the security service in the embodiment of the invention are registered in the unified scheduling and configuration center.
The business services at least comprise message pushing services, wherein the message pushing services are one service formed by aggregating a plurality of message pushing channels.
Further, the embodiment of the invention defines a message pushing channel of the message pushing service. A message push channel refers to a communication medium between a client application and a queue manager for sending and/or receiving messages. The message pushing channel supported by the embodiment of the invention comprises at least two of the following: APP push, mail, public number (such as WeChat public number) push, SMS. The embodiment of the invention aggregates a plurality of message pushing channels into the message pushing service in advance, and the message pushing service can be connected with different information systems.
As shown in fig. 1, an embodiment of the present invention provides a method for pushing a multi-channel message based on a micro service, which is applied to a multi-channel message pushing system based on the micro service, and the method includes:
step 101, after the message push service is invoked, checking whether message parameters uploaded by the caller are correct. If correct, step 102 is performed, and if incorrect, step 104 is performed.
Message parameters refer to parameters necessary to send a message, including the intended recipient, message content, etc. For example, the message parameters during the sending of the short message can include a template number, a signature, a mobile phone number of a receiver, and the like; the message parameters during mail sending can include a receiver mailbox, a mail title, attachment content and the like; the message parameters during the micro-signal public signal pushing can comprise open id of a receiver, dataMap in a template, template id, account number code and the like; the APP push time message parameters may include a sending platform, a sending target, sending content, etc. The message parameters are used to ensure that the message is successfully sent.
As an alternative implementation scheme of the embodiment of the invention, the calling method for calling the message push service in the sending link of the embodiment of the invention can comprise the following steps:
(1) And sending a short message: using Notification factor.Sms () method, calling party is required to provide template number, signature, and mobile phone number of receiver;
(2) E, mail sending: using Notification factor () method, the calling party is required to provide the receiver mailbox, mail title, and attachment content;
(3) WeChat public number pushing: using Notification factor.WxOfficial () method, calling party is required to provide open id of receiver, dataMap in template, template id, account code;
(4) APP pushing: using Notification factor. App () method, calling party is required to provide sending platform, sending target and sending content;
the message parameters provided by the caller are used to specify the content and object of the transmitted information.
The embodiment of the invention firstly checks whether the message parameters uploaded by the calling party are correct, if not, returns error information, shows that the message transmission fails, and if so, continues to execute step 102.
Step 102, generating a target message according to the message parameter, pushing the target message to a message queue, and determining a target message pushing channel according to the message parameter.
Step 103, the target message is sent to the target message pushing channel, and the target message is sent by the target message pushing channel.
If the message parameter check uploaded by the calling party passes, generating a target message according to the message parameter, and pushing the target message to a message queue. The system then processes the service logic, and determines which message pushing channel the message belongs to according to the message parameters uploaded by the calling party, for example, the message parameters uploaded by the calling party are: short message template number: sms_15090987dgfdddd 3783, SMS signature: the XX company can judge that the message belongs to an Alicloud short message channel by receiving the mobile phone number 186XXXX 3654. And then the target message is sent to a target message pushing channel, and the target message pushing channel is utilized to finish the sending of the message.
And 104, returning error information, and failing to send the message.
The multi-channel message pushing method based on the micro-service provided by the embodiment of the invention is applied to a multi-channel message pushing system (system for short) based on the micro-service. The system comprises a unified scheduling and configuration center, wherein both business service and security service are registered in the unified scheduling and configuration center, the business service at least comprises a message pushing service, and the message pushing service is a service formed by aggregating a plurality of message pushing channels. In practical application, after the message push service is called, firstly checking whether the message parameters uploaded by the calling party are correct; if the verification is passed, generating a target message according to the message parameters, pushing the target message to a message queue, and determining a target message pushing channel according to the message parameters; and finally, the target message is sent to a target message pushing channel, and the target message is sent by utilizing the target message pushing channel. The different information systems in the invention can be respectively in butt joint with the message pushing service, and because the message pushing service is one service formed by aggregation of a plurality of message pushing channels, each information system in butt joint with the message pushing service can have the pushing capability of a plurality of message pushing channels, thereby avoiding the problems of non-centralized and non-uniform development modes of the traditional message pushing channels and repeated development. And the invention provides consistent interfaces for different information systems, and compared with the prior art that different message pushing channel modes need to be independently docked, the docking mode is simpler and more convenient to invoke.
As shown in fig. 2, before "invoking the message pushing service" in step 101 of the method shown in fig. 1, the method for pushing a multi-channel message based on a micro service according to the embodiment of the present invention further includes:
in step 201, the information system sends a micro-service request from the front-end platform call interface to the server.
In practical application, when the information system is in butt joint with the message push service, a user of the information system initiates a micro-service calling request on the information system or the information system automatically triggers the micro-service calling request according to the service, the information system sends the micro-service request to the server from a front-end platform calling interface.
Step 202, the server forwards the micro-service request to the gateway.
As an alternative implementation scheme of the embodiment of the invention, the server in the embodiment of the invention is an Nginx server. The Nginx server is used for reverse proxy, and load balancing is achieved. In practical application, when a single server cannot meet a user's request after the access amount of a website reaches a certain level, multiple server clusters are needed to use Nginx as a reverse proxy. And the servers can share the load averagely, so that the condition that a certain server is idle because the load of the certain server is high and down is avoided.
In step 203, the gateway forwards the micro-service request to the security service.
Step 204, the security service authenticates and authorizes the caller sending the micro service request according to the micro service request.
The security service is security verification when invoking the micro-service. The micro-service request contains user basic information. In the embodiment of the invention, the user sending the micro-service request is the information system, and the security service authenticates and authorizes the identity of the information system according to the basic information of the information system. The basic information of the information system may include the number, key, private key, public key, etc. of the information system.
After the security service completes authentication and authorization of the identity of the information system, the information system can call a message push service.
Further, as an optional implementation manner of the embodiment of the present invention, the micro-service-based multi-channel message pushing system further includes a client management module, and the micro-service-based multi-channel message pushing method provided by the embodiment of the present invention may further include:
entering a message pushing channel configuration function through the client management module;
completing configuration of the message pushing channel according to the message pushing channel configuration information uploaded by the user;
and saving the configuration information.
The configuration information of the message pushing channel uploaded by the user can be a mailbox, a public number, a short message service provider, an account, an aurora pushing account and the like, and after the configuration of the message pushing channel is completed and the configuration information is stored, the configuration of the message pushing channel takes effect.
Further, as an optional implementation manner of the embodiment of the present invention, the method for pushing a multi-channel message based on a micro service provided by the embodiment of the present invention may further include: obtaining a result of sending the target message by the target message pushing channel, and recording all sending behavior information, wherein the sending behavior information at least comprises: the sending time, the message parameters, the sending content, the sending result and the failure reason.
The embodiment of the invention provides the message push record storage and query capability. And (3) tracking effects of different services and scenes, wherein the system can acquire the results of sending messages from different message pushing channels, and record all sending behavior information including sending time, message parameters, sending content, sending results, failure reasons and the like in the task records and sending records of the management end, so that the user can track and inquire.
The embodiment of the invention also provides a multi-channel message pushing system based on the micro-service, which comprises a unified scheduling and configuration center, wherein business service and security service are registered in the unified scheduling and configuration center, and the business service at least comprises a message pushing service which is a service formed by aggregating a plurality of message pushing channels; the micro-service-based multi-channel message pushing system further comprises, as shown in fig. 3:
a verification module 100, configured to verify whether the message parameter uploaded by the calling party is correct after the message push service is invoked;
the processing module 200 is configured to generate a target message according to the message parameter after the verification is passed, push the target message to a message queue, and determine a target message pushing channel according to the message parameter;
and the calling module 300 is used for calling the target message pushing channel to send the target message.
As an optional implementation manner of the embodiment of the present invention, the micro-service based multi-channel message push system provided by the embodiment of the present invention further includes a client management module;
the client management module is used for entering a message pushing channel configuration function through the client management module, completing the configuration of the message pushing channel according to the message pushing channel configuration information uploaded by a user, and storing the configuration information.
As an optional implementation manner of the embodiment of the present invention, the multi-channel message pushing system based on micro-service provided by the embodiment of the present invention further includes a record saving module, configured to obtain a result of sending a target message by the target message pushing channel, and record all sending behavior information, where the sending behavior information at least includes: the sending time, the message parameters, the sending content, the sending result and the failure reason.
Optionally, the unified scheduling and configuration center in the embodiment of the present invention is a nacos platform.
Optionally, the multiple message pushing channels in the embodiment of the present invention include at least two of the following: APP push, mail, public number push and short message.
Optionally, the server in the embodiment of the present invention is an nmginx server.
It should be noted that, the multi-channel message pushing system based on the micro-service provided by the embodiment of the present invention is a system corresponding to the multi-channel message pushing method based on the micro-service in the foregoing embodiment, and all implementation means in the embodiment of the multi-channel message pushing method based on the micro-service are applicable to the embodiment of the multi-channel message pushing system based on the micro-service, so that the same technical effects can be achieved.
While the foregoing is directed to the preferred embodiments of the present invention, it will be appreciated by those skilled in the art that various modifications and adaptations can be made without departing from the principles of the present invention, and such modifications and adaptations are intended to be comprehended within the scope of the present invention.

Claims (10)

1. The multi-channel message pushing method based on the micro-service is characterized by being applied to a multi-channel message pushing system based on the micro-service, wherein the multi-channel message pushing system based on the micro-service comprises a unified scheduling and configuration center, business service and security service are registered in the unified scheduling and configuration center, the business service at least comprises a message pushing service, and the message pushing service is a service formed by aggregating a plurality of message pushing channels; the multi-channel message pushing method based on the micro-service comprises the following steps:
after the message pushing service is called, checking whether message parameters uploaded by a calling party are correct or not;
if the verification is passed, generating a target message according to the message parameter, pushing the target message to a message queue, and determining a target message pushing channel according to the message parameter;
and sending the target message to the target message pushing channel, and sending the target message by using the target message pushing channel.
2. The micro-service based multi-channel message pushing method of claim 1, wherein prior to invoking the message pushing service, the micro-service based multi-channel message pushing method further comprises:
the information system calls an interface from a front-end platform to send a micro-service request to a server;
the server forwards the micro-service request to a gateway;
the gateway forwards the micro-service request to the security service;
and the security service authenticates and authorizes the caller sending the micro service request according to the micro service request.
3. The micro-service based multi-channel message pushing method of claim 1, wherein the micro-service based multi-channel message pushing system further comprises a client management module, the micro-service based multi-channel message pushing method further comprising:
entering a message pushing channel configuration function through the client management module;
completing configuration of the message pushing channel according to the message pushing channel configuration information uploaded by the user;
and saving the configuration information.
4. The micro-service based multi-channel message pushing method of claim 1, wherein the unified scheduling and configuration center is a dynamic naming and configuration service nacos platform.
5. The micro-service based multi-channel message pushing method of claim 1, wherein the plurality of message pushing channels comprises at least two of:
APP push, mail, public number push and short message.
6. The micro-service based multi-channel message pushing method of claim 2, wherein the server is an nginnx server.
7. The micro-service based multi-channel message pushing method of claim 1, further comprising:
obtaining a result of sending the target message by the target message pushing channel, and recording all sending behavior information, wherein the sending behavior information at least comprises: the sending time, the message parameters, the sending content, the sending result and the failure reason.
8. The multi-channel message pushing system based on the micro-service is characterized by comprising a unified scheduling and configuration center, wherein business service and security service are registered in the unified scheduling and configuration center, the business service at least comprises a message pushing service, and the message pushing service is one service formed by aggregating a plurality of message pushing channels; the micro-service-based multi-channel message pushing system further comprises:
the verification module is used for verifying whether the message parameters uploaded by the calling party are correct or not after the message pushing service is called;
the processing module is used for generating a target message according to the message parameters after verification is passed, pushing the target message into a message queue and determining a target message pushing channel according to the message parameters;
and the calling module is used for calling the target message pushing channel to send the target message.
9. The micro-service based multi-channel message pushing system of claim 8, further comprising a client management module;
the client management module is used for entering a message pushing channel configuration function through the client management module, completing the configuration of the message pushing channel according to the message pushing channel configuration information uploaded by a user, and storing the configuration information.
10. The micro-service based multi-channel message pushing system as recited in claim 8, wherein the unified scheduling and configuration center is a dynamic naming and configuration service nacos platform.
CN202310300382.9A 2023-03-24 2023-03-24 Multi-channel message pushing method and system based on micro-service Pending CN116527751A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310300382.9A CN116527751A (en) 2023-03-24 2023-03-24 Multi-channel message pushing method and system based on micro-service

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310300382.9A CN116527751A (en) 2023-03-24 2023-03-24 Multi-channel message pushing method and system based on micro-service

Publications (1)

Publication Number Publication Date
CN116527751A true CN116527751A (en) 2023-08-01

Family

ID=87398375

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310300382.9A Pending CN116527751A (en) 2023-03-24 2023-03-24 Multi-channel message pushing method and system based on micro-service

Country Status (1)

Country Link
CN (1) CN116527751A (en)

Similar Documents

Publication Publication Date Title
CN1968123B (en) Automatic orchestration of dynamic multiple party, multiple media communications
US20160234383A1 (en) Calling an Unready Terminal
JP2009535708A (en) Providing guest user access to network resources over the corporate network
CN101729491B (en) Method, device and system for enhancing application reliability of script-based business
CN110839087B (en) Interface calling method and device, electronic equipment and computer readable storage medium
WO2023206909A1 (en) Volte voice encrypted communication method, terminal and system
CN113014847B (en) Method and system for realizing audio and video communication based on hybrid cloud architecture
CN104754009A (en) Service acquisition and invocation method, device, client-side and server
JP2022517973A (en) User identification card authentication method, devices, electronic devices and storage media
CN111901440B (en) Multi-channel message pushing method and device
KR20220074971A (en) Blockchain-based data processing method, apparatus and device, and readable storage medium
CN103905408A (en) Information acquisition method and equipment
CN116016647A (en) Business service method, device and computer readable medium
CN102137102B (en) Realizing method of service supporting platform for supporting multiclass information publishing modes
CN111901308B (en) Information interaction method
CN112862435A (en) Browser-based converged office method and system
CN116527751A (en) Multi-channel message pushing method and system based on micro-service
CN111277499A (en) Gateway-based real-time effective dynamic routing method
KR101042110B1 (en) Device for relaying open source using enterprise service bus, and method and system equipped therewith, and the recording media storing the program performing the said method
CN117061538A (en) Consensus processing method and related device based on block chain network
CN116996564A (en) Construction project technical service channel construction method and system based on micro service
CN110310118B (en) User information verification method, device, equipment and medium based on block chain
CN110324425B (en) Hybrid cloud transaction route processing method and device
CN103401890A (en) Notification of communication events
CN113726731A (en) Method and system for realizing real-time communication between terminal APP and server based on TCP

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