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
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# The Particular Platform for MassTransit
2
2
3
+
The sample consists of 4 console applications hosting MassTransit message producers and consumers that implement a simplified order processing logic from an e-commerce system.
4
+
5
+

6
+
7
+
3
8
## Launching the Showcase
4
9
5
10
To run the code sample you have 2 options in terms of transports:
@@ -29,6 +34,18 @@ Run docker command below from the `src` folder in a CLI
29
34
docker compose -f docker-compose-base.yml -f compose-azure.yml --env-file asb.env up -d
30
35
```
31
36
32
-
## [Running the Sample](docs.md#Running-the-sample)
37
+
## [Running the Showcase](docs.md#Running-the-sample)
38
+
39
+
> [!WARNING]
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.
41
+
>
42
+
> It can be activated by accessing the Tools menu -> Manage preview features- Enable Multi-Project Launch profiles.
43
+
44
+
After opening the solutions (from Visual Studio or Rider), choose one of the run profiles that matches the transport configured previously:
45
+
46
+
-`RabbitMQ`
47
+
-`Azure Service Bus`
48
+
49
+
Run the solution to start the demo.
33
50
34
-
## [Read more about how it works](docs.md#Walkthrough)
0 commit comments