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 5f4191a commit 97dc5bdCopy full SHA for 97dc5bd
docs/framework/queues.md
@@ -2,6 +2,20 @@
2
3
> [Message Queue](https://github.com/antidot-framework/message-queue)
4
5
+```bash
6
+composer require antidot-fw/message-queue
7
+```
8
+
9
+Install a transport for the queues:
10
11
+* Null Queue
12
+* Filesystem Queue
13
+* DBAL Queue
14
+* Redis Queue
15
+* Beanstalk
16
+* Amazon SQS
17
18
19
Allow using a job queues out of the box with different queue systems.
20
-[See full documentation](https://queue.antidotfw.io)
21
+[See full documentation](https://queue.antidotfw.io) for transport specific configs.
0 commit comments