CN110781017B - Message processing method, device, equipment and storage medium - Google Patents

Message processing method, device, equipment and storage medium Download PDF

Info

Publication number
CN110781017B
CN110781017B CN201911059517.7A CN201911059517A CN110781017B CN 110781017 B CN110781017 B CN 110781017B CN 201911059517 A CN201911059517 A CN 201911059517A CN 110781017 B CN110781017 B CN 110781017B
Authority
CN
China
Prior art keywords
message
authentication
mode
production end
middleware
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
CN201911059517.7A
Other languages
Chinese (zh)
Other versions
CN110781017A (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.)
Huayun Data Co ltd
Original Assignee
Huayun Data 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 Huayun Data Co ltd filed Critical Huayun Data Co ltd
Priority to CN201911059517.7A priority Critical patent/CN110781017B/en
Publication of CN110781017A publication Critical patent/CN110781017A/en
Application granted granted Critical
Publication of CN110781017B publication Critical patent/CN110781017B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/547Messaging middleware
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/548Queue

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a message processing method, a device, equipment and a storage medium, wherein the method is applied to intermediate equipment and comprises the following steps: receiving a message transmitted by a message production end; acquiring a message authentication mode; and performing corresponding authentication operation on the message according to the message authentication mode and/or transmitting the message to message middleware. Because the message authentication mode is independently integrated into the intermediate equipment, the coupling between the code corresponding to the authentication mode and the service code of the message production end is avoided, and the intermediate equipment can execute the authentication operation and the transmission operation in the corresponding message authentication mode on the message according to the message authentication mode required in the actual scene after acquiring the message transmitted by the message production end, so that the flexibility of message processing and the adaptability to the message transmission scene are relatively improved. In addition, the invention also provides a message processing device, equipment and a storage medium, and the beneficial effects are the same as the above.

Description

Message processing method, device, equipment and storage medium
Technical Field
The present invention relates to the field of message queues, and in particular, to a message processing method, device, apparatus, and storage medium.
Background
With the increasing popularity of distributed systems and microservices, message middleware is increasingly relied upon in workflow systems to process data due to the need for decoupling and asynchronization.
Message Middleware (MQ), i.e., a Message Queue, refers to Message Queue service software, and a Message middleware device is established between a Message production end and a Message receiving end and is used for transmitting a Message generated by the Message production end to the Message receiving end.
Because the number of authentication modes for the message is large at present, and the realization of each authentication mode can generate the coupling with the service code of the message production end, the message production end can only adopt a fixed processing mode to authenticate the message, thereby reducing the flexibility of message processing and the adaptability to the message transmission scene.
It can be seen that providing a message processing method to relatively improve flexibility in message processing and adaptability to message transmission scenarios is a problem to be solved by those skilled in the art.
Disclosure of Invention
The invention aims to provide a message processing method, a message processing device, message processing equipment and a message processing storage medium, so as to relatively improve the flexibility of message processing and the adaptability to message transmission scenes.
In order to solve the above technical problem, the present invention provides a message processing method, applied to an intermediate device, including:
receiving a message transmitted by a message production end;
acquiring a message authentication mode;
and performing corresponding authentication operation on the message according to the message authentication mode and/or transmitting the message to message middleware.
Preferably, the message authentication mode includes an authentication disabled mode, a local message table mode, and an independent message service mode.
Preferably, when the message authentication mode is the authentication disabled mode, the corresponding authentication operation is performed on the message according to the message authentication mode and/or the message is transmitted to the message middleware, including:
and transmitting the message to the message middleware according to the message authentication mode.
Preferably, when the message authentication mode is the local message table mode or the independent message service mode, the corresponding authentication operation is performed on the message according to the message authentication mode and/or is transmitted to the message middleware, including:
executing corresponding recording operation on the message according to the message authentication mode, and sending response information to the message production end;
receiving an authentication result of a production end to the message;
and when the authentication result meets the message transmission standard, transmitting the message to the message middleware.
Preferably, when the message authentication mode is the local message table mode, the corresponding recording operation is performed on the message according to the message authentication mode, including:
recording the message to a local database of a message production end;
prior to transmitting the message to the message middleware, the method further comprises:
the message is read in a local database.
Preferably, when the message authentication mode is the independent message service mode, the corresponding recording operation is performed on the message according to the message authentication mode, including:
recording the message to a message service by calling a message interface of the message service independent of a message production end;
transmitting a message to a message middleware, comprising:
the message is transmitted to the message middleware through the message service.
Preferably, after receiving the result of authenticating the message by the production side, the method further includes:
and deleting the message when the authentication result does not meet the message transmission standard.
In addition, the present invention also provides a message processing apparatus, including:
the message receiving module is used for receiving messages transmitted by a message production end;
the mode acquisition module is used for acquiring a message authentication mode;
and the mode execution module is used for executing corresponding authentication operation on the message according to the message authentication mode and/or transmitting the message to the message middleware.
In addition, the present invention also provides an intermediate device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the message processing method as described above when executing the computer program.
Furthermore, the present invention also provides a computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, realizes the steps of the message processing method as described above.
The message processing method provided by the invention is applied to the intermediate equipment, firstly receives the message transmitted by the message production end, further obtains the message authentication mode based on the authentication processing of the message, and executes the corresponding authentication operation on the message and/or transmits the message to the message middleware according to the message authentication mode. Because the message authentication mode is independently integrated into the intermediate equipment, the coupling between the code corresponding to the authentication mode and the service code of the message production end is avoided, and the intermediate equipment can execute the authentication operation and the transmission operation in the corresponding message authentication mode on the message according to the message authentication mode required in the actual scene after acquiring the message transmitted by the message production end, so that the flexibility of message processing and the adaptability to the message transmission scene are relatively improved. In addition, the invention also provides a message processing device, equipment and a storage medium, and the beneficial effects are the same as the above.
Drawings
In order to illustrate the embodiments of the present invention more clearly, the drawings that are needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings can be obtained by those skilled in the art without inventive effort.
Fig. 1 is a flowchart of a message processing method according to an embodiment of the present invention;
fig. 2 is a flowchart of a message processing method according to an embodiment of the present invention;
fig. 3 is a flowchart of a message processing method according to an embodiment of the present invention;
fig. 4 is a structural diagram of a message processing apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present invention without any creative work belong to the protection scope of the present invention.
Message Middleware (MQ), i.e., a Message Queue, refers to Message Queue service software, and a Message middleware device is established between a Message production end and a Message receiving end and is used for transmitting a Message generated by the Message production end to the Message receiving end.
Because the number of authentication modes for the message is large at present, and the realization of each authentication mode can generate the coupling with the service code of the message production end, the message production end can only adopt a fixed processing mode to authenticate the message, thereby reducing the flexibility of message processing and the adaptability to the message transmission scene.
The core of the invention is to provide a message processing method to relatively improve the flexibility of message processing and the adaptability to the message transmission scene. Another core of the present invention is to provide a message processing apparatus, a device and a storage medium.
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments.
Fig. 1 is a flowchart of a message processing method according to an embodiment of the present invention. Referring to fig. 1, the message processing method includes the following specific steps:
step S10: and receiving the message transmitted by the message production terminal.
It should be noted that the execution subject of this embodiment is an intermediate device, and the intermediate device refers to a device established between a message production end and a message middleware, and is intended to strip and integrate a message authentication mode, which is originally executed at the message production end and used for ensuring accurate transmission of a message, into the intermediate device, and then the intermediate device executes a related processing operation of authenticating the message after the message production end transmits the message.
Step S11: and acquiring a message authentication mode.
It should be noted that, when the message authentication mode is different, the interaction modes with the message production end and the message middleware are different in the process of authenticating the message by the intermediate device, so the message authentication mode obtained in this step may be an authentication logic for the message set by the user according to the actual application scenario.
Step S12: and performing corresponding authentication operation on the message according to the message authentication mode and/or transmitting the message to message middleware.
The key point of this step is that after the message authentication mode is obtained, corresponding authentication operation and/or operation of transmitting the message to the message middleware are further executed according to the message authentication mode, that is, authentication logic corresponding to each message authentication mode is integrated in the intermediate device, and then corresponding authentication logic can be executed on the message according to the selected message authentication mode, so that various interactive implementation schemes related to the process of transmitting the message of the message production end to the message middleware can be realized through the intermediate device.
In addition, it should be noted that, in this step, two operations of performing corresponding authentication operation on the message and transmitting the message to the message middleware may be performed simultaneously in a specific message authentication mode, or may only perform one of the two operations, which should be determined according to an actual message authentication mode and an execution situation of an authentication logic corresponding to the message authentication mode, and is not limited specifically herein.
The message processing method provided by the invention is applied to the intermediate equipment, firstly receives the message transmitted by the message production end, further obtains the message authentication mode based on the authentication processing of the message, and executes the corresponding authentication operation on the message and/or transmits the message to the message middleware according to the message authentication mode. Because the message authentication mode is independently integrated into the intermediate equipment, the coupling between the code corresponding to the authentication mode and the service code of the message production end is avoided, and the intermediate equipment can execute the authentication operation and the transmission operation in the corresponding message authentication mode on the message according to the message authentication mode required in the actual scene after acquiring the message transmitted by the message production end, so that the flexibility of message processing and the adaptability to the message transmission scene are relatively improved.
On the basis of the above embodiment, as a preferred implementation, the message authentication mode includes an authentication disabled mode, a local message table mode, and an independent message service mode.
The authentication disabled mode herein represents a mode in which reliable message delivery is not enabled, that is, a mode in which a message incoming from a message producer is not authenticated, and in this mode, the intermediate device does not perform a message authentication-related operation on the message incoming from the message producer.
The local message table mode refers to that the message generated by the message production end is stored in a local database of the message production end before authentication, and then the message stored in the local database is sent to the message middleware after the message production end passes the authentication of the message.
The independent message service mode refers to that the message generated by the message production end is stored in the message service of the equipment except the production end before authentication, and then the stored message is sent to the message middleware through the message service after the message production end passes the authentication of the message.
The embodiment relatively improves the overall richness of the message authentication mode which can be supported by the intermediate device, and further improves the flexibility of message processing and the adaptability to the message transmission scene.
Fig. 2 is a flowchart of a message processing method according to an embodiment of the present invention. Referring to fig. 2, the message processing method includes the following specific steps:
step S20: and receiving the message transmitted by the message production terminal.
Step S21: and acquiring a message authentication mode.
Step S22: and when the message authentication mode is the authentication prohibition mode, transmitting the message to the message middleware according to the message authentication mode.
It should be noted that, when the message authentication mode is the authentication disabled mode, it indicates that the user does not enable the reliable message delivery mode according to the actual application scenario, that is, does not execute the authentication mode for the message transmitted from the message production end, and in this mode, the intermediate device does not perform the relevant operation of message authentication for the message transmitted from the message end, and further transmits the message to the message middleware. The embodiment relatively ensures that when the message authentication mode is the authentication prohibition mode, the message data can be smoothly transmitted to the message middleware from the message production end through the intermediate equipment, and the reliability of message transmission is ensured.
Fig. 3 is a flowchart of a message processing method according to an embodiment of the present invention. Referring to fig. 3, the message processing method includes the following specific steps:
step S30: and receiving the message transmitted by the message production terminal.
Step S31: and acquiring a message authentication mode.
Step S32: and when the message authentication mode is a local message table mode or an independent message service mode, executing corresponding recording operation on the message according to the message authentication mode, and sending response information to the message production terminal.
It should be noted that, when the message authentication mode is the local message table mode or the independent message service mode, it indicates that the user enables the reliable message delivery mode according to the actual scene requirement, that is, it needs to perform a corresponding authentication processing operation on the message, so that the intermediate device further performs a recording operation on the message after receiving the message transmitted by the message production end, so as to send the message to the message middleware after the message production end performs the authentication processing on the message, and in addition, after performing the recording operation on the message, sends a response message to the message production end, so as to inform the message production end to smoothly perform the recording on the message.
Further, when the message authentication mode is the local message table mode, performing a corresponding recording operation on the message according to the message authentication mode, including:
and recording the message to a local database of the message production end.
It can be understood that, when the message authentication mode is the local message table mode, the message should be recorded by using the database locally provided by the message production end, so that after receiving the message transmitted by the message production end, the message is recorded to the local database of the message production end, thereby ensuring that the message data can be smoothly transmitted from the message production end to the message middleware through the intermediate device, and further ensuring the reliability of message transmission.
Further, when the message authentication mode is the independent message service mode, performing a corresponding recording operation on the message according to the message authentication mode, including:
the message is recorded to the message service by invoking a message interface of the message service independent of the message producer.
It can be understood that, when the message authentication mode is the independent message service mode, the message should be recorded through the message service other than the message production end, so that after the message transmitted by the message production end is received, the message is recorded to the message service by calling the message interface of the message service independent of the message production end, thereby ensuring that the message data can be smoothly transmitted from the message production end to the message middleware through the intermediate device, and further ensuring the reliability of message transmission.
Step S33: and receiving the authentication result of the production end to the message.
After sending the response message to the message production side, the authentication result of the production side for the message is further received, and the authentication result is used for judging whether the message has availability or not, namely for judging that the message can be sent to the message middleware.
Step S34: and when the authentication result meets the message transmission standard, transmitting the message to the message middleware.
And after receiving the authentication result of the production end to the message, further judging the authentication result, and transmitting the message to the message middleware when the authentication result meets the message transmission standard. The message transmission standard is preset by a user, and the message transmission standard represents the characteristics of the authentication result when the message has consistency and availability.
Further, when the message authentication mode is the local message table mode, before transmitting the message to the message middleware, the method further includes:
the message is read in a local database.
Further, when the message authentication mode is the independent message service mode, transmitting the message to the message middleware, comprising:
the message is transmitted to the message middleware through the message service.
When the message authentication mode is the local message table mode or the independent message service mode, the embodiment further ensures that the intermediate device can normally interact with the message production end and the message middleware, further transmits the message from the message production end to the message middleware, and ensures the reliability of message transmission.
Further, on the basis of the above embodiment, after receiving the result of authenticating the message by the production side, the method further includes:
and deleting the message when the authentication result does not meet the message transmission standard.
It can be understood that if the authentication result does not satisfy the message transmission standard, the description information does not satisfy the requirements of consistency and availability, and cannot be transmitted to the message middleware and used by the subsequent message receiving end, so as to avoid occupying the storage space due to continuously recording useless messages, and therefore, when the authentication result does not satisfy the message transmission standard, the message is deleted. The embodiment can relatively reduce the occupation of resources used for storing the messages and ensure that the newly generated messages can be more reliably recorded.
Fig. 4 is a structural diagram of a message processing apparatus according to an embodiment of the present invention. The message processing device provided by the embodiment of the invention comprises:
a message receiving module 10, configured to receive a message sent by a message generating end;
a mode obtaining module 11, configured to obtain a message authentication mode;
and the mode execution module 12 is configured to perform a corresponding authentication operation on the message according to the message authentication mode and/or transmit the authentication operation to the message middleware.
The message processing device provided by the invention firstly receives the message transmitted by the message production end, further obtains the message authentication mode based on which the message is authenticated, and executes corresponding authentication operation on the message and/or transmits the message to the message middleware according to the message authentication mode. Because the device independently integrates the message authentication mode into the intermediate equipment, the coupling between the code corresponding to the authentication mode and the service code of the message production end is avoided, and the intermediate equipment can execute the authentication operation and the transmission operation in the corresponding message authentication mode on the message according to the message authentication mode required in the actual scene after acquiring the message transmitted by the message production end, so that the flexibility of message processing and the adaptability to the message transmission scene are relatively improved.
In addition, the present invention also provides an intermediate device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the message processing method as described above when executing the computer program.
The intermediate device provided by the invention firstly receives the message transmitted by the message production end, further obtains the message authentication mode based on which the message is authenticated, and executes corresponding authentication operation on the message and/or transmits the message to the message middleware according to the message authentication mode. Because the intermediate device independently integrates the message authentication mode into the intermediate device, the coupling between the code corresponding to the authentication mode and the service code of the message production end is avoided, and the intermediate device can execute the authentication operation and the transmission operation in the corresponding message authentication mode on the message according to the message authentication mode required in the actual scene after acquiring the message transmitted by the message production end, so that the flexibility of message processing and the adaptability to the message transmission scene are relatively improved.
Furthermore, the present invention also provides a computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, realizes the steps of the message processing method as described above.
The computer readable storage medium provided by the invention is applied to intermediate equipment, firstly receives a message transmitted by a message production end, further obtains a message authentication mode based on which the message is authenticated, and executes corresponding authentication operation on the message and/or transmits the message to message middleware according to the message authentication mode. Because the computer readable storage medium independently integrates the message authentication mode into the intermediate device, the coupling between the code corresponding to the authentication mode and the service code of the message production end is avoided, and the intermediate device can execute the authentication operation and the transmission operation in the corresponding message authentication mode on the message according to the message authentication mode required in the actual scene after acquiring the message transmitted by the message production end, so that the flexibility of message processing and the adaptability to the message transmission scene are relatively improved.
The above detailed description is provided for a message processing method, device, apparatus and storage medium provided by the present invention. The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (9)

1. A message processing method is applied to an intermediate device and comprises the following steps:
receiving a message transmitted by a message production end;
acquiring a message authentication mode;
executing corresponding authentication operation on the message according to the message authentication mode and/or transmitting the message to message middleware;
the message authentication mode comprises an authentication prohibition mode, a local message table mode and an independent message service mode;
wherein the authentication disabled mode is characterized as a mode that does not enable reliable message delivery;
the message generated by the message production end is stored in a local database of the message production end before authentication, and then the message stored in the local database is sent to a message middleware after the message production end passes the authentication of the message;
the message generated by the independent message service mode representation message production end is stored in the message service of the equipment except the production end before authentication, and then the stored message is sent to the message middleware through the message service after the message production end passes the authentication of the message.
2. The message processing method according to claim 1, wherein when the message authentication mode is the authentication disabled mode, the performing the corresponding authentication operation on the message according to the message authentication mode and/or transmitting the message to message middleware comprises:
transmitting the message to the message middleware according to the message authentication mode.
3. The message processing method according to claim 1, wherein when the message authentication mode is the local message table mode or the independent message service mode, the performing the corresponding authentication operation on the message and/or transmitting the message to message middleware according to the message authentication mode comprises:
executing corresponding recording operation on the message according to the message authentication mode, and sending response information to the message production terminal;
receiving an authentication result of the production end to the message;
transmitting the message to the message middleware when the authentication result satisfies message transmission criteria.
4. The message processing method according to claim 3, wherein when the message authentication mode is the local message table mode, the performing a corresponding logging operation on the message according to the message authentication mode comprises:
recording the message to a local database of the message production end;
prior to the transmitting the message to the message middleware, the method further comprises:
reading the message in the local database.
5. The message processing method according to claim 3, wherein when the message authentication mode is the independent message service mode, the performing a corresponding logging operation on the message according to the message authentication mode comprises:
recording the message to the message service by calling a message interface of the message service independent of the message production end;
the transmitting the message to the message middleware comprises:
transmitting the message to the message middleware through the message service.
6. The message processing method according to any one of claims 3 to 5, wherein after the receiving of the result of the authentication of the production end to the message, the method further comprises:
deleting the message when the authentication result does not meet the message transmission criterion.
7. A message processing apparatus, comprising:
the message receiving module is used for receiving messages transmitted by a message production end;
the mode acquisition module is used for acquiring a message authentication mode;
the mode execution module is used for executing corresponding authentication operation on the message according to the message authentication mode and/or transmitting the authentication operation to message middleware;
the message authentication mode comprises an authentication prohibition mode, a local message table mode and an independent message service mode;
wherein the authentication disabled mode is characterized as a mode that does not enable reliable message delivery;
the message generated by the message production end is stored in a local database of the message production end before authentication, and then the message stored in the local database is sent to a message middleware after the message production end passes the authentication of the message;
the message generated by the independent message service mode representation message production end is stored in the message service of the equipment except the production end before authentication, and then the stored message is sent to the message middleware through the message service after the message production end passes the authentication of the message.
8. An intermediary device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the message processing method as claimed in any one of claims 1 to 6 when executing the computer program.
9. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the message processing method according to any one of claims 1 to 6.
CN201911059517.7A 2019-11-01 2019-11-01 Message processing method, device, equipment and storage medium Active CN110781017B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911059517.7A CN110781017B (en) 2019-11-01 2019-11-01 Message processing method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911059517.7A CN110781017B (en) 2019-11-01 2019-11-01 Message processing method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110781017A CN110781017A (en) 2020-02-11
CN110781017B true CN110781017B (en) 2021-12-31

Family

ID=69388393

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911059517.7A Active CN110781017B (en) 2019-11-01 2019-11-01 Message processing method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110781017B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003150391A (en) * 2001-11-09 2003-05-23 Oki Telecommunication Systems Co Ltd Method for controlling multithread
CN104954348A (en) * 2014-03-31 2015-09-30 普华讯光(北京)科技有限公司 Reliable message pushing method based on XMPP
CN105516265A (en) * 2015-11-27 2016-04-20 山东中创软件商用中间件股份有限公司 Short message transmission method and apparatus
CN107846447A (en) * 2017-09-21 2018-03-27 烽火通信科技股份有限公司 A kind of method of the home terminal access message-oriented middleware based on MQTT agreements
CN107861823A (en) * 2017-11-23 2018-03-30 国云科技股份有限公司 A kind of method of the system security data final consistency based on micro services framework

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003150391A (en) * 2001-11-09 2003-05-23 Oki Telecommunication Systems Co Ltd Method for controlling multithread
CN104954348A (en) * 2014-03-31 2015-09-30 普华讯光(北京)科技有限公司 Reliable message pushing method based on XMPP
CN105516265A (en) * 2015-11-27 2016-04-20 山东中创软件商用中间件股份有限公司 Short message transmission method and apparatus
CN107846447A (en) * 2017-09-21 2018-03-27 烽火通信科技股份有限公司 A kind of method of the home terminal access message-oriented middleware based on MQTT agreements
CN107861823A (en) * 2017-11-23 2018-03-30 国云科技股份有限公司 A kind of method of the system security data final consistency based on micro services framework

Also Published As

Publication number Publication date
CN110781017A (en) 2020-02-11

Similar Documents

Publication Publication Date Title
US10313434B2 (en) Method and device for message synchronization
EP2779477A1 (en) Method, device and system for establishing conversation relation
US20090296906A1 (en) Image sharing system
US9471896B2 (en) Memo synchronization system, mobile system, and method for synchronizing memo data
CN111787054B (en) Cloud game input method, device, equipment and medium
CN102971739B (en) Strength evidence protection account security is utilized to set
CN110311855B (en) User message processing method and device, electronic equipment and storage medium
CN106385516B (en) A kind of method, apparatus and terminal of the transfer of setting business
CN110781017B (en) Message processing method, device, equipment and storage medium
CN110781481A (en) Single sign-on method, client, server, and storage medium
CN107016998B (en) Method and system for voice recording between devices
CN110430202B (en) Authentication method and device
CN114338584A (en) Message withdrawing method and message transmission system
CN109543398B (en) Application program account migration method and device and electronic equipment
CN109150696B (en) Information processing method, server, client, and computer-readable storage medium
CN112395204A (en) Method, apparatus, system, electronic device, and medium for obtaining test coverage
CN113138862A (en) Message processing method, server, device, system and storage medium
CN117528519B (en) Method and device for realizing expansion of smart card
CN112637038B (en) Method and device for associating instant messaging application with mailbox
WO2024067165A1 (en) Method for processing authentication capability, and terminal, system and storage medium
CN110636494B (en) Network connection method and device of virtual SIM card and computer readable storage medium
CN111917734B (en) Method and device for managing public key, electronic equipment and computer readable storage medium
CN115065944B (en) Conference information notification method, 5G message center and computer readable storage medium
KR102462606B1 (en) Method and device for automatically providing visible ars contents based on web browser
US20240152504A1 (en) Data interaction method, apparatus, and electronic device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant