We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6318b commit 8588d34Copy full SHA for 8588d34
1 file changed
zh_CN/components/amqp-job.md
@@ -1,5 +1,10 @@
1
# Amqp Job
2
3
+## 简介
4
+
5
+`friendsofhyperf/amqp-job` 是一个基于 `hyperf/amqp` 组件实现的异步任务组件,支持将任务分发到 AMQP 服务,然后通过消费者消费任务。
6
+封装了 `hyperf/amqp` 组件,提供了更加便捷的任务分发和消费方式。
7
8
## 安装
9
10
```shell
0 commit comments