Skip to content

Commit

Permalink
message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ye-Yu-Mo committed Oct 6, 2024
1 parent 4864094 commit 0411ac3
Show file tree
Hide file tree
Showing 228 changed files with 3,941 additions and 2,532 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ routing_key: news.music.pop 约定字符: 数字\\字母\\ '\_' \\ '\.'
* 获取交换机所有绑定信息(删除交换机时, 删除绑定信息; 交换机收到消息时, 需要查找所有绑定队列)
* 获取队列所有绑定信息(删除队列时, 删除绑定信息)
* 获取绑定信息数量(测试用)

![null _4_.png](https://s2.loli.net/2024/10/06/758NLYto1bzyiRQ.png)

4. 消息数据管理

分别实现增删查的管理, 并实现持久化存储, 以内存存储为主, 确保查找信息处理信息的速度, 以硬盘存储为辅, 确保服务器重启之后, 以前的信息仍然存在
Expand Down
120 changes: 59 additions & 61 deletions common/msg.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0411ac3

Please sign in to comment.