Skip to content

Commit d4a9270

Browse files
author
Sharifuzzaman Nakib
committed
minor fix.
1 parent 4c70736 commit d4a9270

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/docs/concepts/generic-broker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For example:
1010

1111
- All of them offer a **Publish Endpoint** where messages can be published.
1212
- RabbitMQ calls this an **Exchange**.
13-
- Azure Service Bus, ActiveMQ, and Amazon SQS call it a **Topic**.
13+
- Azure Service Bus, ActiveMQ, and Amazon SNS call it a **Topic**.
1414

1515
- All of them provide a **Receive Endpoint**, typically referred to as a **Queue**, where consumers subscribe.
1616

documentation/docs/concepts/topology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ So we now know what a topology is. Now we will know how to Configure the topolog
2121

2222
From the definition, Configuring topology may mean Configuring both of the following things,
2323

24-
- Configuring the broker’s internal configuration like Publishendpoints(topic, exchange), Receive Endpoints(i.e. queue), routing, etc.
24+
- Configuring the broker’s internal configuration like Publish Endpoints(topic, exchange), Receive Endpoints(i.e. queue), routing, etc.
2525
- Configuring how OpenTransit interacts with the broker.
2626

2727
OpenTransit defines topology via the Message type

0 commit comments

Comments
 (0)