Message Queue Service

xiaoxiao2021-03-06  69

1. When is the message queue?

A. When the sender does not need to wait for a response,

B. When the sender and the recipient may not run at the same time,

C. When communicating with any of the recipients in any recipient

D. When required to log in

E. Complicated interactive operations between multiple senders and recipients

2. The characteristics of the message queue:

A. The message queue mechanism adds the burden of management

B. Message queue communication mechanism is very fast

C. The message queue mechanism is asynchronous information processing, not real-time

3. Type of msmq system

The MSMQ server contains many queues and a queue manager, and software used to pass messages between queues, also support MSMQ API

MSMQ defines two types of customers: independent customers and subordinate customers. Independent customers have their own queue manager and queue, and the dependent customer is not. Therefore, the dependent customer must be able to access these features relatively simple in online.

4. Types of queues

The services provided by MSMQ are based on queues and messages.

A. Application queue

Message queue (public queue and private queue), response queue, management queue, report queue

B. System queue

Log queue death information queue

转载请注明原文地址:https://www.9cbs.com/read-120238.html

New Post(0)