Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 128df1a

Browse files
committed
Add amqp concepts
1 parent 28b96c4 commit 128df1a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Course2/iterprocess_comunication.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@ RPC, GRPC, Message Queue, HTTP(RESTfull, GraphQL)
4545
2. 订阅(publish-subscribe)
4646

4747

48+
connection
49+
50+
exchange
51+
52+
channel
53+
54+
queue
55+
56+
57+
[消息队列的概念](https://www.rabbitmq.com/tutorials/amqp-concepts.html)
58+
4859
### 4.1 如何基于消息队里实现请求回复模式
4960

5061
![如何基于消息队里实现请求回复模式](./assets/1627461542655.jpg)

0 commit comments

Comments
 (0)