Concurrent consumption method and device for message-oriented middleware
Patent Information
- Authority / Receiving Office
- CN Β· China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- CHINA UNIONPAY
- Publication Date
- 2021-01-05
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] This application relates to the field of big data, in particular to the field of concurrent consumption of message middleware. Background technique
[0002] Messaging middleware extends inter-process communication in a distributed environment by providing message passing and message queuing models. In the actual application environment, such as SMS notification service, data statistics service, etc., all rely on message middleware to consume this message to complete their own business logic. For message middleware, common roles include producer, consumer, and message queue. Among them, in the thread world, the producer is the thread that produces the message, also called the production thread. A consumer is a thread that consumes messages, also called a consumer thread. Message (Message) refers to data transmitted between applications. Messages can be as simple as just text strings, or more complex and may contain embedded objects. Message queuing...