Skip to content

Commit 60db9c1

Browse files
authored
Merge pull request #91 from Particular/johnsimons-patch-1
2 parents 6bcbc9a + b9eb928 commit 60db9c1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Run docker command below from the `src` folder in a CLI
3434
docker compose -f docker-compose-base.yml -f compose-azure.yml --env-file asb.env up -d
3535
```
3636

37-
## [Running the Showcase](docs.md#Running-the-sample)
37+
## [Running the Showcase](docs.md#Running-the-showcase)
3838

3939
> [!WARNING]
4040
> When using Visual Studio, ensure you have the "Enable Multi-Project Launch profiles" setting on. Allow Visual Studio 2022 "multi-launch" so you can easily select the profile you want to run.

docs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
This sample shows how the errors in an existing MassTransit system can be managed using the Particular Service Platform.
1+
This showcase shows how the errors in an existing MassTransit system can be managed using the Particular Service Platform.
22

33
> [!NOTE]
4-
> This sample uses RabbitMQ as the messaging infrastructure. Refer to [the setup documentation](https://docs.particular.net/servicecontrol/masstransit/#settings) for Azure Service Bus setup instructions.
4+
> This showcase uses RabbitMQ as the messaging infrastructure. Refer to [the setup documentation](https://docs.particular.net/servicecontrol/masstransit/#settings) for Azure Service Bus setup instructions.
55
66
## Walkthrough
77

8-
The sample consists of 4 processes hosting MassTransit message producers and consumers that implement a simplified order processing logic from an e-commerce system.
8+
The showcase consists of 4 processes hosting MassTransit message producers and consumers that implement a simplified order processing logic from an e-commerce system.
99

1010
![System Overview](diagram.svg "width=680")
1111

@@ -29,9 +29,9 @@ fail: MassTransit.ReceiveTransport[0]
2929

3030
### Handling failures with the Particular Platform
3131

32-
#### Running the sample
32+
#### Running the showcase
3333

34-
To see how the Particular Platfrom improves failed message management, start the containers responsible for running the platform:
34+
To see how the Particular Platform improves failed message management, start the containers responsible for running the platform:
3535

3636
### **RabbitMQ**
3737

0 commit comments

Comments
 (0)