CN110830366A - Military field message pushing system - Google Patents

Military field message pushing system Download PDF

Info

Publication number
CN110830366A
CN110830366A CN201911114567.0A CN201911114567A CN110830366A CN 110830366 A CN110830366 A CN 110830366A CN 201911114567 A CN201911114567 A CN 201911114567A CN 110830366 A CN110830366 A CN 110830366A
Authority
CN
China
Prior art keywords
message
data
middleware
transmission channel
data transmission
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
CN201911114567.0A
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 Jinghang Computing Communication Research Institute
Original Assignee
Beijing Jinghang Computing Communication Research Institute
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 Jinghang Computing Communication Research Institute filed Critical Beijing Jinghang Computing Communication Research Institute
Priority to CN201911114567.0A priority Critical patent/CN110830366A/en
Publication of CN110830366A publication Critical patent/CN110830366A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/214Monitoring or handling of messages using selective forwarding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/04Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
    • H04L63/0428Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload
    • 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
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/562Brokering proxy services

Abstract

The invention belongs to the technical field of computer technology and security, and particularly relates to a message pushing system in the field of military industry. The server and the receiving terminal establish a message protocol data transmission channel through the message middleware, transmit message data generated by processing an SM2 encryption algorithm according to the message protocol data transmission channel, encrypt the message at the message server side in an SM2 mode to realize encrypted real-time transmission of the message data, distribute the message in a routing mode of the message middleware, decrypt an SM2 decryption algorithm at the message receiving terminal, and improve the safety and timeliness of message pushing; the message middleware is used for transmitting the message data to the plurality of receiving terminals, namely, the message middleware is used for adding the plurality of receiving terminals, so that the load balance of the message data is realized, and the pressure of a server side is relieved. The invention realizes the safety and consistency in the data transmission process and can utilize the data transmission scene in the military field.

Description

Military field message pushing system
Technical Field
The invention belongs to the technical field of computer technology and security, and particularly relates to a message pushing system in the field of military industry.
Background
For some platforms with complex services and high real-time requirements on data, the real-time, stable, safe and accurate services are required to be guaranteed. Generally, the transfer of data can be roughly divided into the following steps:
① real-time business operation generates real-time data and stores the data in the database;
② receiving formatted data processed and returned by the server side through the request of the terminal;
it can be seen that, in the prior art, the terminal actively sends a request to the server to obtain the latest data related to the operation, and this method mainly has the following two disadvantages:
①, the timeliness is poor, namely, the data is set to the server by the receiving terminal or the data is pulled to the server by manual refreshing, the timeliness is poor, after the data is generated, the data cannot be rendered to the receiving terminal in time, and the problem of rendering data delay is caused.
② the coupling between systems is strong, when the number of terminals accessing the server end is increasing, the data concurrency will increase, the pressure of the server end will increase, the response speed will be delayed, and the problem of data loss may occur, thus the problem of performance bottleneck will be very obvious.
③ are not secure enough that data is easily intercepted during transmission, resulting in data theft.
Aiming at the problems of poor timeliness caused by the defects of the traditional related technology and performance bottleneck and data security caused by the coupling problem, an effective solution is not provided at present.
Disclosure of Invention
Technical problem to be solved
The technical problem to be solved by the invention is as follows: how to provide a military field message pushing system.
(II) technical scheme
In order to solve the above technical problem, the present invention provides a system for pushing military field messages, wherein the system for pushing military field messages comprises: the system comprises a server side, a receiving terminal, message middleware and a connection establishing module; wherein the content of the first and second substances,
the connection establishing module establishes a message protocol data transmission channel between the server and the receiving terminal, and the message protocol data transmission channel is integrated with the message middleware;
the server side is used for encrypting message data to be transmitted and transmitting the encrypted message data to the message middleware through a message protocol data transmission channel;
the message middleware is used for pushing message data to a receiving terminal through a message protocol data transmission channel and selectively storing or discarding the message data in a persistent mode according to a message application scene;
and the receiving terminal is used for receiving the message data and then decrypting the message data.
Wherein the message middleware is realized by adopting an open-source message middleware technology, and comprises the following steps: the open source message agent function of the high-level message queue protocol is realized through Rabbitmq, and the lightweight message service agent function based on the Internet of things protocol is realized through mosquito.
Wherein the number of the receiving terminals is one or more.
The server side encrypts the message data to be transmitted by adopting an SM2 encryption algorithm.
Wherein the message protocol represents: STOMP/MQTT/AMQP protocol.
The connection establishing module establishes a message protocol data transmission channel between the server and the receiving terminal, and comprises:
setting a message transmission strategy;
and establishing a message protocol data transmission channel between the server and the receiving terminal according to the message transmission strategy.
The message middleware pushes message data to a receiving terminal through a message protocol data transmission channel, and selectively stores or discards the message data in a persistent mode according to a message application scene;
the method comprises the following steps:
under the condition that a message protocol data transmission channel is established between at least one receiving terminal and a server terminal, message middleware transmits message data to the receiving terminal and persistently stores the message at the server terminal;
the message middleware discards the message data without establishing a message protocol data transmission channel between the receiving terminal and the server terminal.
After the server transmits the encrypted message data to the message middleware through the message protocol data transmission channel, the method further comprises the following steps: the message middleware stores the message data;
that is, the message middleware stores message data under the condition that a message protocol data transmission channel is established between at least one receiving terminal and a server;
under the condition that a message protocol data transmission channel is not established between the receiving terminal and the server terminal, the message data is not stored, and the message data is directly ignored and discarded.
Under the condition that the message middleware stores the message data, the message middleware pushes the message data to a receiving terminal which establishes a message protocol data transmission channel with a server;
in the event that the message middleware does not store the message data, the message middleware discards the message data.
The message middleware pushes message data to a receiving terminal through a message protocol data transmission channel according to a routing mode of the message middleware;
the routing mode of the message middleware comprises the following steps: unicast, broadcast, routing rule match.
(III) advantageous effects
Compared with the prior art, the technical implementation scheme of the invention establishes a message protocol data transmission channel between the server end and the receiving terminal through the message middleware, transmits the message data generated by processing the SM2 encryption algorithm according to the message protocol data transmission channel, encrypts the message at the message server end in SM2 to realize the encrypted real-time transmission of the message data, distributes the message by using the routing mode of the message middleware, decrypts the SM2 decryption algorithm at the message receiving end, and improves the safety and timeliness of message pushing; the message middleware is used for transmitting the message data to the plurality of receiving terminals, namely, the message middleware is used for adding the plurality of receiving terminals, so that the load balance of the message data is realized, and the pressure of a server side is relieved. The invention realizes the safety and consistency in the data transmission process and can utilize the data transmission scene in the military field.
Drawings
Fig. 1 is a schematic diagram of the technical scheme of the invention.
Detailed Description
In order to make the objects, contents, and advantages of the present invention clearer, the following detailed description of the embodiments of the present invention will be made in conjunction with the accompanying drawings and examples.
In order to solve the above technical problem, the present invention provides a system for pushing military field messages, wherein the system for pushing military field messages comprises: the system comprises a server side, a receiving terminal, message middleware and a connection establishing module; wherein the content of the first and second substances,
the connection establishing module establishes a message protocol data transmission channel between the server and the receiving terminal, and the message protocol data transmission channel is integrated with the message middleware;
the server side is used for encrypting message data to be transmitted and transmitting the encrypted message data to the message middleware through a message protocol data transmission channel;
the message middleware is used for pushing message data to a receiving terminal through a message protocol data transmission channel and selectively storing or discarding the message data in a persistent mode according to a message application scene;
and the receiving terminal is used for receiving the message data and then decrypting the message data.
Wherein the message middleware is realized by adopting an open-source message middleware technology, and comprises the following steps: the open source message agent function of the high-level message queue protocol is realized through Rabbitmq, and the lightweight message service agent function based on the Internet of things protocol is realized through mosquito.
Wherein the number of the receiving terminals is one or more.
The server side encrypts the message data to be transmitted by adopting an SM2 encryption algorithm.
Wherein the message protocol represents: STOMP/MQTT/AMQP protocol.
The connection establishing module establishes a message protocol data transmission channel between the server and the receiving terminal, and comprises:
setting a message transmission strategy;
and establishing a message protocol data transmission channel between the server and the receiving terminal according to the message transmission strategy.
The message middleware pushes message data to a receiving terminal through a message protocol data transmission channel, and selectively stores or discards the message data in a persistent mode according to a message application scene;
the method comprises the following steps:
under the condition that a message protocol data transmission channel is established between at least one receiving terminal and a server terminal, message middleware transmits message data to the receiving terminal and persistently stores the message at the server terminal;
the message middleware discards the message data without establishing a message protocol data transmission channel between the receiving terminal and the server terminal.
After the server transmits the encrypted message data to the message middleware through the message protocol data transmission channel, the method further comprises the following steps: the message middleware stores the message data;
that is, the message middleware stores message data under the condition that a message protocol data transmission channel is established between at least one receiving terminal and a server;
under the condition that a message protocol data transmission channel is not established between the receiving terminal and the server terminal, the message data is not stored, and the message data is directly ignored and discarded.
Under the condition that the message middleware stores the message data, the message middleware pushes the message data to a receiving terminal which establishes a message protocol data transmission channel with a server;
in the event that the message middleware does not store the message data, the message middleware discards the message data.
The message middleware pushes message data to a receiving terminal through a message protocol data transmission channel according to a routing mode of the message middleware;
the routing mode of the message middleware comprises the following steps: unicast, broadcast, routing rule match.
In addition, the invention also provides a method for transmitting the messages in the military field, which aims at the problems of poor timeliness of related technologies and performance bottleneck and data safety caused by the problem of coupling among systems, and provides the method for transmitting the messages in the military field, which can realize the real-time safe transmission of message data, realize the decoupling among systems and reduce the pressure of a server;
the military domain message transmission method is implemented based on a message pushing system, and the message pushing system comprises the following steps: the system comprises a server side, a receiving terminal, message middleware and a connection establishing module; the connection establishing module is used for establishing a message protocol data transmission channel between a server and a terminal, and the message protocol data transmission channel is integrated with a message middleware; the server end is used for transmitting the generated message data according to a message protocol data transmission channel; the message middleware is used for receiving and forwarding message data in a message protocol data transmission channel; the receiving terminal is used for receiving message data;
the transfer method comprises the following steps:
step 1: the connection establishing module establishes a message protocol data transmission channel between the server and the receiving terminal;
step 2: the server side encrypts message data to be transmitted;
and step 3: the server transmits the encrypted message data to message middleware through a message protocol data transmission channel;
and 4, step 4: the message middleware pushes message data to a receiving terminal through a message protocol data transmission channel, and selectively stores or discards the message data in a persistent mode according to a message application scene;
and 5: and the receiving terminal decrypts the message data after receiving the message data.
Wherein the message middleware is realized by adopting an open-source message middleware technology, and comprises the following steps: the open source message agent function of the high-level message queue protocol is realized through Rabbitmq, and the lightweight message service agent function based on the Internet of things protocol is realized through mosquito.
And the message middleware selects and configures a source message agent tool Rabbitmq/mosquito.
Wherein the number of the receiving terminals is one or more.
The server side encrypts the message data to be transmitted by adopting an SM2 encryption algorithm.
Wherein the message protocol represents: STOMP/MQTT/AMQP protocol.
STOMP is a simple (streaming) text-directed message protocol that provides an interoperable connection format. MQTT (message queue telemetry transport) is a publish/subscribe messaging protocol based on a publish/subscribe paradigm, designed for remote devices with poor hardware performance and in situations of poor network conditions. The AMQP provides an application layer standard high-level message queue protocol of a unified message service, is an open standard of the application layer protocol, and is designed for message-oriented middleware. The message protocol in the following description is collectively and broadly referred to as "STOMP/MQTT/AMQP".
The connection establishing module establishes a message protocol data transmission channel between the server and the receiving terminal, and comprises:
setting a message transmission strategy;
and establishing a message protocol data transmission channel between the server and the receiving terminal according to the message transmission strategy.
The message middleware pushes message data to a receiving terminal through a message protocol data transmission channel, and selectively stores or discards the message data in a persistent mode according to a message application scene;
the method comprises the following steps:
under the condition that a message protocol data transmission channel is established between at least one receiving terminal and a server terminal, message middleware transmits message data to the receiving terminal and persistently stores the message at the server terminal;
the message middleware discards the message data without establishing a message protocol data transmission channel between the receiving terminal and the server terminal.
After the server transmits the encrypted message data to the message middleware through the message protocol data transmission channel, the method further comprises the following steps: the message middleware stores the message data according to a message protocol data transmission channel;
that is, the message middleware stores message data under the condition that a message protocol data transmission channel is established between at least one receiving terminal and a server;
under the condition that a message protocol data transmission channel is not established between the receiving terminal and the server terminal, the message data is not stored, and the message data is directly ignored and discarded.
Under the condition that the message middleware stores the message data, the message middleware pushes the message data to a receiving terminal which establishes a message protocol data transmission channel with a server;
in the event that the message middleware does not store the message data, the message middleware discards the message data.
The message middleware pushes message data to a receiving terminal through a message protocol data transmission channel according to a routing mode of the message middleware;
the routing mode of the message middleware comprises the following steps: unicast, broadcast, routing rule match.
According to the invention, the server and the receiving terminal establish the message protocol data transmission channel through the message middleware, and the message data generated by the SM2 encryption algorithm is transmitted to the receiving terminal in real time according to the message protocol data transmission channel, so that the timeliness of message pushing is improved, and the safe transmission of the message is ensured. A plurality of receiving terminals are added through the message middleware, so that the load balance of message data is realized, and the pressure of a server side is reduced.
Example 1
The embodiment provides a message secure transmission method of a server.
The message transmission method of the server implemented according to the invention comprises the following steps:
the method comprises the steps of establishing a message protocol data transmission channel between a server side and a receiving terminal needing to receive message data, and transmitting the message data according to the channel, wherein the SM2 encryption algorithm processing of the data is carried out on the server side before the data are sent, the matching distribution of the message is carried out according to the routing mode of message middleware, and the SM2 decryption algorithm decryption processing is carried out after the receiving terminal obtains the message.
According to the technical scheme, the server and the receiving terminal establish the message protocol data transmission channel through the message middleware, namely the data transmission after encryption processing is completed by using the channel, so that the real-time transmission of message data can be realized, and the timeliness of message pushing is improved.
In one embodiment, the receiving terminal is multiple; by setting the message middleware to broadcast mode. The message data after encryption processing can be transmitted to a plurality of receiving terminals through the message middleware, namely, the message middleware can be added into the plurality of receiving terminals, so that the load balance of the message data is realized and the pressure of a server side is reduced while the data transmission safety is ensured.
In one embodiment, a message push policy is set; and the routing mode of the middleware is used for matching the message, and the transmission terminal target of the data is determined.
In one embodiment, the server side sends the message data generated by the encryption algorithm processing according to a message protocol data transmission channel; and the message middleware sends the message data to the server side for persistent storage or discards the message according to the state of the message protocol data transmission channel.
Further, the message middleware discards the message data according to the state of the message protocol data transmission channel if no affiliated channel exists. And if the channel to which the data belongs exists, the data persistence server side performs message pushing after finishing data encryption processing.
In one embodiment, after the server sends the message data, the method further includes: the message middleware stores according to the state of the message protocol data transmission channel.
Further, the message middleware stores the message according to a message protocol data transmission channel, comprising: under the condition that at least one receiving terminal and a server end establish a message protocol data transmission channel, storing message data;
further, the message middleware discards the message according to the message protocol data transmission channel, comprising: and under the condition that the receiving terminal and the server end do not establish a message protocol data transmission channel, the message is discarded and is not stored.
In one embodiment, the message middleware sends message data to the receiving terminal through a message protocol data transmission channel, comprising: the message middleware transmits the message data to the receiving terminal through different routing modes.
In summary, with the technical implementation scheme of the present invention, a message protocol data transmission channel is established between the server and the receiving terminal through the message middleware, and the message data generated by processing the SM2 encryption algorithm is transmitted according to the message protocol data transmission channel, the SM2 encryption of the message is performed at the message server, so as to implement encrypted real-time transmission of the message data, the message is distributed in a routing mode of the message middleware, and the SM2 decryption algorithm is decrypted at the message receiving terminal, so that the security and timeliness of message pushing are improved; the message middleware is used for transmitting the message data to the plurality of receiving terminals, namely, the message middleware is used for adding the plurality of receiving terminals, so that the load balance of the message data is realized, and the pressure of a server side is relieved. The invention realizes the safety and consistency in the data transmission process and can utilize the data transmission scene in the military field.
Example 2
The embodiment provides a message security pushing method and device, which are used for solving the problems that a user cannot acquire a resource updating message in time and cannot acquire corresponding resources after acquiring the resource updating message in the prior art. The server pushing method comprises the following steps: establishing a message protocol data transmission channel between a server and a receiving terminal; pushing the data processed by the SM2 encryption algorithm according to the message protocol data transmission channel; the number of the receiving terminals is multiple; and the data is transmitted after being encrypted according to the data transmission, so that the safety and consistency of data transmission are ensured, the real-time transmission of the message data meeting the requirement of military industry on data safety transmission is realized by the technology, and the timeliness of message transmission is improved.
The above description is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, several modifications and variations can be made without departing from the technical principle of the present invention, and these modifications and variations should also be regarded as the protection scope of the present invention.

Claims (10)

1. The military field message pushing system is characterized by comprising: the system comprises a server side, a receiving terminal, message middleware and a connection establishing module; wherein the content of the first and second substances,
the connection establishing module establishes a message protocol data transmission channel between the server and the receiving terminal, and the message protocol data transmission channel is integrated with the message middleware;
the server side is used for encrypting message data to be transmitted and transmitting the encrypted message data to the message middleware through a message protocol data transmission channel;
the message middleware is used for pushing message data to a receiving terminal through a message protocol data transmission channel and selectively storing or discarding the message data in a persistent mode according to a message application scene;
and the receiving terminal is used for receiving the message data and then decrypting the message data.
2. The military domain message pushing system of claim 1, wherein the message middleware is implemented using an open-source message middleware technology comprising: the open source message agent function of the high-level message queue protocol is realized through Rabbitmq, and the lightweight message service agent function based on the Internet of things protocol is realized through mosquito.
3. The military domain message push system of claim 1 wherein the number of receiving terminals is one or more.
4. The military domain message push system of claim 1 wherein the server side encrypts the message data to be transmitted using an SM2 encryption algorithm.
5. The military domain message push system of claim 1, wherein the message protocol represents: STOMP/MQTT/AMQP protocol.
6. The military domain message pushing system of claim 1, wherein the connection establishing module establishes a message protocol data transmission channel between the server side and the receiving terminal, and comprises:
setting a message transmission strategy;
and establishing a message protocol data transmission channel between the server and the receiving terminal according to the message transmission strategy.
7. The military domain message push system of claim 1, wherein the message middleware pushes message data to a receiving terminal through a message protocol data transmission channel, and selectively stores or discards the message data persistently according to a message application scenario;
the method comprises the following steps:
under the condition that a message protocol data transmission channel is established between at least one receiving terminal and a server terminal, message middleware transmits message data to the receiving terminal and persistently stores the message at the server terminal;
the message middleware discards the message data without establishing a message protocol data transmission channel between the receiving terminal and the server terminal.
8. The military domain message pushing system of claim 1, wherein the server transmits the encrypted message data to the message middleware through a message protocol data transmission channel, and further comprising: the message middleware stores the message data;
that is, the message middleware stores message data under the condition that a message protocol data transmission channel is established between at least one receiving terminal and a server;
under the condition that a message protocol data transmission channel is not established between the receiving terminal and the server terminal, the message data is not stored, and the message data is directly ignored and discarded.
9. The military domain message push system of claim 8,
under the condition that the message middleware stores the message data, the message middleware pushes the message data to a receiving terminal which establishes a message protocol data transmission channel with a server;
in the event that the message middleware does not store the message data, the message middleware discards the message data.
10. The military domain message push system of claim 1,
the message middleware pushes message data to a receiving terminal through a message protocol data transmission channel according to the routing mode of the message middleware;
the routing mode of the message middleware comprises the following steps: unicast, broadcast, routing rule match.
CN201911114567.0A 2019-11-14 2019-11-14 Military field message pushing system Pending CN110830366A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911114567.0A CN110830366A (en) 2019-11-14 2019-11-14 Military field message pushing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911114567.0A CN110830366A (en) 2019-11-14 2019-11-14 Military field message pushing system

Publications (1)

Publication Number Publication Date
CN110830366A true CN110830366A (en) 2020-02-21

Family

ID=69555499

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911114567.0A Pending CN110830366A (en) 2019-11-14 2019-11-14 Military field message pushing system

Country Status (1)

Country Link
CN (1) CN110830366A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113422739A (en) * 2021-06-21 2021-09-21 上海哔哩哔哩科技有限公司 Data transmission method, sending end and data transmission system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012129929A1 (en) * 2011-03-31 2012-10-04 中兴通讯股份有限公司 Method, system and appararus for secure transmission of media message
US20140286354A1 (en) * 2011-11-18 2014-09-25 Thomson Licensing System comprising a publish/subscribe broker for a remote management of end-user devices, and respective end-user device
CN105407180A (en) * 2015-12-29 2016-03-16 曙光信息产业(北京)有限公司 Server message pushing method and device
CN105516081A (en) * 2015-11-25 2016-04-20 浪潮电子信息产业股份有限公司 Method and system for issuing safety strategy by server and message queue middleware
CN106412027A (en) * 2016-09-12 2017-02-15 曙光信息产业(北京)有限公司 Server message push method and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012129929A1 (en) * 2011-03-31 2012-10-04 中兴通讯股份有限公司 Method, system and appararus for secure transmission of media message
US20140286354A1 (en) * 2011-11-18 2014-09-25 Thomson Licensing System comprising a publish/subscribe broker for a remote management of end-user devices, and respective end-user device
CN105516081A (en) * 2015-11-25 2016-04-20 浪潮电子信息产业股份有限公司 Method and system for issuing safety strategy by server and message queue middleware
CN105407180A (en) * 2015-12-29 2016-03-16 曙光信息产业(北京)有限公司 Server message pushing method and device
CN106412027A (en) * 2016-09-12 2017-02-15 曙光信息产业(北京)有限公司 Server message push method and system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113422739A (en) * 2021-06-21 2021-09-21 上海哔哩哔哩科技有限公司 Data transmission method, sending end and data transmission system

Similar Documents

Publication Publication Date Title
US11316677B2 (en) Quantum key distribution node apparatus and method for quantum key distribution thereof
US10951395B2 (en) Data fetching in data exchange networks
US20150281184A1 (en) External Indexing and Search for a Secure Cloud Collaboration System
US7386717B2 (en) Method and system for accelerating the conversion process between encryption schemes
JP2006511865A (en) Method and apparatus for communicating information in a wide area distributed network
US10015144B2 (en) Method and system for protecting data using data passports
CN111488604A (en) Data desensitization system and data desensitization method
CN113300999B (en) Information processing method, electronic device, and readable storage medium
JP6466382B2 (en) Method and apparatus for sending keys
CN109951378B (en) File encryption transmission and sharing method in instant messaging
CN110830366A (en) Military field message pushing system
US8493985B2 (en) Network message transformation device and methods thereof
CN111835688B (en) Traffic fast forwarding method and system based on SSL/TLS protocol
US20060222181A1 (en) Method for transporting real-time audio and video data
CN111245777A (en) Military field message transmission method
WO2023046177A1 (en) Unmanned aerial vehicle data encryption transmission method and apparatus, device, and storage medium
EP2713576B1 (en) Method and device for processing streaming media content
CN110035061A (en) Trust server information processing method and system
CN102255895A (en) Method and system for data communication between client and server
CN116781764A (en) Long-connection task execution method and device and related equipment
US20130024543A1 (en) Methods for generating multiple responses to a single request message and devices thereof
US11411744B2 (en) Encryption communication method, information processing apparatus, and program
US20140019588A1 (en) Distributed Local Text, Audio and Video And Application-Specific Messaging Service With Video Recording In A Battery-Operated Wireless Mobile Data Server With Removable Solid-State Memory Modules
CN111698192A (en) Method for monitoring transaction system, transaction device, monitoring device and system
CN113765961B (en) Communication method, server, client and network system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200221