Skip to content

Commit 1af8350

Browse files
committed
comment test due of
#83 Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent 04d1c50 commit 1af8350

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.ci/ubuntu/gha-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -o xtrace
77
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
88
readonly script_dir
99
echo "[INFO] script_dir: '$script_dir'"
10-
readonly rabbitmq_image=rabbitmq:4.2-management
10+
readonly rabbitmq_image=rabbitmq:4.2-rc-management
1111

1212

1313
readonly docker_name_prefix='rabbitmq-amqp-python-client'

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)