Message pushing processing method and related system

A message push and processing method technology, applied in the computer field, can solve the problems of reducing the coupling degree between services, high chaotic coupling, low scalability, etc., and achieve the effect of high reliability message push processing

CN112256954APending Publication Date: 2021-01-22国网宁夏电力有限公司经济技术研究院
7 Cites 7 Cited by

Patent Information

Authority / Receiving Office
CN · China
Current Assignee / Owner
Publication Date
2021-01-22

Smart Images

  • Figure 1
    Figure 1
  • Figure 2
    Figure 2
  • Figure 3
    Figure 3
Patent Text Reader

Abstract

The invention discloses a message pushing processing method and a related system, and the method comprises the steps: obtaining the messages of various types of application services created by a business server, and storing the messages in a database; generating push data according to a preset format, and storing the push data in a Redis cache and / or a message queue; the message server periodically polls the Redis cache and / or the message server to consume the message queue to obtain push data; analyzing the push data, and searching account information corresponding to the push type from the Redis cache according to a user ID in the push data; and pushing the message content to the corresponding account information according to the pushing time. The messages and the business service are completely separated, so that the data can be conveniently and quickly read, the response speed is increased, and the processing speed is further optimized; the coupling degree between services is reduced; multi-direction pushing is supported; and high concurrency and data consistency are supported.
Need to check novelty before this filing date? Find Prior Art

Description

technical field

[0001] The invention relates to the field of computer technology, in particular to a message push processing method and a related system. Background technique

[0002] Information push, that is, "web broadcasting", is a new technology that reduces information overload by regularly transmitting the information that users need on the Internet through certain technical standards or protocols. Push technology reduces the time spent searching the web by automatically delivering information to users. It searches and filters information according to users' interests, and regularly pushes it to users to help users discover valuable information efficiently.

[0003] In the existing technology, since the system involves the push of a large amount of data, it is necessary to remind the customer in advance of the arrangement time of the meeting, the progress of the review project, the creation of a new project and other information in a timely manner, and then remind th...

Examples

Embodiment Construction

[0043] Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. Although exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited by the embodiments set forth herein. Rather, these embodiments are provided for more thorough understanding of the present disclosure and to fully convey the scope of the present disclosure to those skilled in the art.

[0044] The specific implementation manners of the business process processing method and related devices and servers provided by the embodiments of the present invention will be described in detail below with reference to the accompanying drawings.

[0045] In order to better illustrate the message push processing method provided by the embodiment of the present invention, first, a brief introduction is given to the network architec...