Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ When the `OrderProcessed` message is published to its Publish Endpoint, the brok

So let's see how the topology looks like from a Generic Broker's Perspective.

![ Commands and Events Topology ](/images/patterns/commands-and-events/generic-broker-topology.png)
![ Commands and Events Topology ](/images/patterns/commands-and-events/generic-broker-topology.PNG)

---

Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/tutorials/basic-communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Since this Configurations aren't RabbitMQ specific, and you may use any other br
In this project, we work with two message types: **SubmitOrder** and **ProcessOrder**.
Based on these message types, the topology is set up in the following way:

![ Generic Broker Topology](/images/tutorials/basic-communication/topology.png)
![ Generic Broker Topology](/images/tutorials/basic-communication/topology.PNG)

1. **Two Publish Endpoints and Two Receive Endpoints are created**, one pair for each message type.
2. Each `IConsumer<T>` is automatically subscribed to the **Receive Endpoint** for its message type **T**.
Expand Down