Skip to content

Commit 91e5ad1

Browse files
committed
Updated README.md
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent 586cb89 commit 91e5ad1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ async def test() -> None:
1818
## Configuration
1919

2020
AioPikaBroker parameters:
21-
`url` - url to rabbitmq. If None, "amqp://guest:guest@localhost:5672" is used.
22-
`result_backend` - custom result backend.
23-
`task_id_generator` - custom task_id genertaor.
24-
`exchange_name` - name of exchange that used to send messages.
25-
`exchange_type` - type of the exchange. Used only if `declare_exchange` is True.
26-
`queue_name` - queue that used to get incoming messages.
27-
`routing_key` - that used to bind that queue to the exchange.
28-
`declare_exchange` - whether you want to declare new exchange if it doesn't exist.
29-
`qos` - number of messages that worker can prefetch.
30-
`max_connection_pool_size` - maximum number of connections in pool.
31-
`max_channel_pool_size` - maximum number of channels for each connection.
21+
* `url` - url to rabbitmq. If None, "amqp://guest:guest@localhost:5672" is used.
22+
* `result_backend` - custom result backend.
23+
* `task_id_generator` - custom task_id genertaor.
24+
* `exchange_name` - name of exchange that used to send messages.
25+
* `exchange_type` - type of the exchange. Used only if `declare_exchange` is True.
26+
* `queue_name` - queue that used to get incoming messages.
27+
* `routing_key` - that used to bind that queue to the exchange.
28+
* `declare_exchange` - whether you want to declare new exchange if it doesn't exist.
29+
* `qos` - number of messages that worker can prefetch.
30+
* `max_connection_pool_size` - maximum number of connections in pool.
31+
* `max_channel_pool_size` - maximum number of channels for each connection.

0 commit comments

Comments
 (0)