File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed
docs/available-components Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -79,22 +79,34 @@ await my_task.kicker().with_broker(broker).kiq()
79
79
80
80
:::
81
81
82
- ## AioPikaBroker (for RabbitMQ)
83
82
84
- This broker is not part of the core taskiq lib. You can install it as a separate package [ taskiq-aio-pika] ( https://pypi.org/project/taskiq-aio-pika/ ) .
83
+ ## Custom brokers
84
+
85
+ These brokers are not parts of the core taskiq lib. You can install them as a separate packages.
86
+
87
+ You can read more about parameters and abilities of these brokers in README.md of each repo.
88
+
89
+
90
+ ### AioPikaBroker (for RabbitMQ)
91
+
92
+ Project link: [ taskiq-aio-pika] ( https://github.com/taskiq-python/taskiq-aio-pika ) .
85
93
86
94
``` bash
87
95
pip install taskiq-aio-pika
88
96
```
89
97
90
- You can read more about parameters and abilities of this broker in [ README.md ] ( https://github.com/taskiq-python/taskiq-aio-pika ) .
98
+ ### Redis broker
91
99
92
- ## Redis broker
93
-
94
- This broker is not part of the core taskiq lib. You can install it as a separate package [ taskiq-redis] ( https://pypi.org/project/taskiq-redis/ ) .
100
+ Project link: [ taskiq-redis] ( https://github.com/taskiq-python/taskiq-redis ) .
95
101
96
102
``` bash
97
103
pip install taskiq-redis
98
104
```
99
105
100
- You can read more about parameters and abilities of this broker in [ README.md] ( https://github.com/taskiq-python/taskiq-redis ) .
106
+ ### NATS broker
107
+
108
+ Project link: [ taskiq-nats] ( https://github.com/taskiq-python/taskiq-nats ) .
109
+
110
+ ``` bash
111
+ pip install taskiq-nats
112
+ ```
You can’t perform that action at this time.
0 commit comments