Skip to content

Commit

Permalink
Merge pull request #613 from e-kondr01/issue-596
Browse files Browse the repository at this point in the history
Add channel definition code to example in rabbitmq-tutorial/1-introduction.rst
  • Loading branch information
mosquito authored Jan 12, 2024
2 parents d8d944a + d34c288 commit 06d3934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/rabbitmq-tutorial/1-introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ thing we need to do is to establish a connection with RabbitMQ server.

.. literalinclude:: examples/1-introduction/send.py
:language: python
:lines: 5-8
:lines: 5-12

We're connected now, to a broker on the local machine - hence the localhost.
If we wanted to connect to a broker on a different machine we'd simply specify
Expand Down

0 comments on commit 06d3934

Please sign in to comment.