Skip to content

Commit 97dc5bd

Browse files
committed
exten a little queues documentation
1 parent 5f4191a commit 97dc5bd

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/framework/queues.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
> [Message Queue](https://github.com/antidot-framework/message-queue)
44
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+
519
Allow using a job queues out of the box with different queue systems.
620

7-
[See full documentation](https://queue.antidotfw.io)
21+
[See full documentation](https://queue.antidotfw.io) for transport specific configs.

0 commit comments

Comments
 (0)