You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Run docker command below from the `src` folder in a CLI
34
34
docker compose -f docker-compose-base.yml -f compose-azure.yml --env-file asb.env up -d
35
35
```
36
36
37
-
## [Running the Showcase](docs.md#Running-the-sample)
37
+
## [Running the Showcase](docs.md#Running-the-showcase)
38
38
39
39
> [!WARNING]
40
40
> 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.
Copy file name to clipboardExpand all lines: docs.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
2
2
3
3
> [!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.
5
5
6
6
## Walkthrough
7
7
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.
0 commit comments