Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ba-st/Ansible
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a417422901170b5bc438d094823f9f88357fa870
Choose a base ref
..
head repository: ba-st/Ansible
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 205408af9cbe6cc8a405074d8409ebf06ea50805
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 docs/README.md
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -46,7 +46,8 @@ They are not a rewrite but rather my interpretation.

## Use RabbitMQ clients reifications

We provide two objects to simplify the instantiations of a publisher and a consumer:
We provide two objects to simplify the instantiations of a publisher and a
consumer:

1. [RabbitMQPublisher](tutorials/RabbitMQPublisher.md)
2. [RabbitMQWorker](tutorials/RabbitMQWorker.md)