Skip to content

Commit 8588d34

Browse files
authored
docs(zh_CN): add introduction to Amqp Job component (#802)
1 parent 1d6318b commit 8588d34

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

zh_CN/components/amqp-job.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Amqp Job
22

3+
## 简介
4+
5+
`friendsofhyperf/amqp-job` 是一个基于 `hyperf/amqp` 组件实现的异步任务组件,支持将任务分发到 AMQP 服务,然后通过消费者消费任务。
6+
封装了 `hyperf/amqp` 组件,提供了更加便捷的任务分发和消费方式。
7+
38
## 安装
49

510
```shell

0 commit comments

Comments
 (0)