Skip to content

Commit 6bcbc9a

Browse files
authored
Merge pull request #83 from Particular/udidahan-patch-1
2 parents 056fa22 + 719ba11 commit 6bcbc9a

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# The Particular Platform for MassTransit
22

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+
![System Overview](diagram.svg "width=680")
6+
7+
38
## Launching the Showcase
49

510
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
2934
docker compose -f docker-compose-base.yml -f compose-azure.yml --env-file asb.env up -d
3035
```
3136

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.
3350

34-
## [Read more about how it works](docs.md#Walkthrough)
51+
Navigate to http://localhost:9090/ to see the UI

0 commit comments

Comments
 (0)