File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set -o xtrace
77script_dir=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
88readonly script_dir
99echo " [INFO] script_dir: '$script_dir '"
10- readonly rabbitmq_image=rabbitmq:4.2-management
10+ readonly rabbitmq_image=rabbitmq:4.2-rc- management
1111
1212
1313readonly docker_name_prefix=' rabbitmq-amqp-python-client'
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ Inside the [examples](./examples) folder you can find a set of examples that sho
1515
1616[ Client Guide] ( https://www.rabbitmq.com/client-libraries/amqp-client-libraries ) select the python section.
1717
18+ ### 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 )
20+
1821
1922### Build
2023
@@ -33,8 +36,7 @@ To run TLS you need to:
3336- export CFLAGS=" -I/usr/local/opt/openssl/include" ; pip install python-qpid-proton --verbose --no-cache-dir
3437```
3538
36- Read more about the issue [ here] (https://stackoverflow.com/questions/44979947/python-qpid-proton-for-mac-using-amqps
37- )
39+ Read more about the issue [ here] ( https://stackoverflow.com/questions/44979947/python-qpid-proton-for-mac-using-amqps )
3840
3941
4042
You can’t perform that action at this time.
0 commit comments