We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb1cfb commit 4d290d5Copy full SHA for 4d290d5
README.md
@@ -36,6 +36,10 @@ An example is provided [`here`](./examples/getting_started/getting_started.py) y
36
37
poetry run python ./examples/getting_started/getting_started.py
38
39
+Also consider to have a look to the examples documented in the RabbitMQ website:
40
+
41
+https://www.rabbitmq.com/client-libraries/amqp-client-libraries
42
43
### Creating a connection
44
45
A connection to the RabbitMQ AMQP 1.0 server can be established using the Environment object.
0 commit comments