File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 11
11
* [ DI Container] ( https://di.antidotfw.io/ )
12
12
* [ Console Tool] ( https://cli.antidotfw.io/ )
13
13
* [ Logger] ( https://logger.antidotfw.io/ )
14
+ * [ Queues] ( https://queue.antidotfw.io/ )
14
15
* [ Symfony config translator] ( https://sf-config.antidotfw.io/ )
15
16
* [ Template Renderer] ( https://template.antidotfw.io/ )
Original file line number Diff line number Diff line change 8
8
* [ Dependency Injection] ( /framework/dependency-injection.md )
9
9
* [ Logger] ( /framework/logger.md )
10
10
* [ Event System] ( /framework/event-system.md )
11
+ * [ Queues] ( /framework/queues.md )
11
12
* [ Console Line Tool] ( /framework/console-line-tool.md )
12
13
* [ Modules and Third-party libraries] ( /framework/modules-and-third-party-libraries.md )
13
14
Original file line number Diff line number Diff line change
1
+ # Queues
2
+
3
+ > [ Message Queue] ( https://github.com/antidot-framework/message-queue )
4
+
5
+ Allow using a job que out of the box with different queue systems.
6
+
7
+ [ See full documentation] ( https://queue.antidotfw.io )
You can’t perform that action at this time.
0 commit comments