Skip to content

Commit de53a93

Browse files
authored
Update README to clarify message durability issue [skip ci]
Clarify message durability limitations in README.
1 parent 298dae7 commit de53a93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Inside the [examples](./examples) folder you can find a set of examples that sho
1616
[Client Guide](https://www.rabbitmq.com/client-libraries/amqp-client-libraries) select the python section.
1717

1818
### Client Limitations
19-
It is not possible to set message durable to False because of this [issue](https://github.com/rabbitmq/rabbitmq-amqp-python-client/issues/83)
19+
It is not possible to set message durability to `False` for classic queues because of this [issue](https://github.com/rabbitmq/rabbitmq-amqp-python-client/issues/83). <br/>
20+
Quorum and Stream are always durable.
2021

2122

2223
### Build

0 commit comments

Comments
 (0)