diff --git a/README.md b/README.md index 038796b..183f705 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ Inside the [examples](./examples) folder you can find a set of examples that sho [Client Guide](https://www.rabbitmq.com/client-libraries/amqp-client-libraries) select the python section. +### Client Limitations +It is not possible to set message durable to False because of this [issue](https://github.com/rabbitmq/rabbitmq-amqp-python-client/issues/83) + ### Build