Skip to content

Commit d55a136

Browse files
authored
Update README.md
1 parent 4d80895 commit d55a136

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ The Particular Service Platform can be pulled down using [the showcase provided
1010
cd src
1111
docker compose up
1212
```
13-
## Prerequisites
14-
Allow Visual Studio 2024 "multi-launch" so you can easily select the profile you want to run. RabbitMQ, SQS, Azure Service Bus.
15-
It can be activated by accessing the Tools menu - Manage preview features- Enable Multi-Project Launch profiles.
16-
After this, you should be able to see a Profile dropdown.
17-
If you select multiple startup projects, it isn't easy to select the profile (which will be the last used profile for each project). Visual Studio 2024 allows switching between multiple "multi-launch" setups.
13+
## Prerequisites
14+
15+
- Have "Enable Multi-Project Launch profiles" enabled
16+
17+
### Enable Multi-Project Launch profiles
18+
19+
Allow Visual Studio 2024 "multi-launch" so you can easily select the profile you want to run. RabbitMQ, SQS, Azure Service Bus. It can be activated by accessing the Tools menu - Manage preview features- Enable Multi-Project Launch profiles. After this, you should be able to see a Profile dropdown. If you select multiple startup projects, it isn't easy to select the profile (which will be the last used profile for each project). Visual Studio 2024 allows switching between multiple "multi-launch" setups.
1820

1921
## Selecting transport
22+
2023
Each project has 3 launch profiles to select Azure Service Bus, AmazonSQS, or RabbitMQ as the transport and reads environment variables to initialize the transport.
2124

2225
The demo requires running the Particular Service Platform for MassTransit as well as a RabbitMQ broker. The whole package can be pulled down using Docker compose and the dockerfile at [~/src/docker-compose.yml](/src/docker-compose.yml)

0 commit comments

Comments
 (0)