Skip to content

Commit 4d80895

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

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ 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.
1318

1419
## Selecting transport
20+
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.
1521

16-
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.
17-
18-
If you select multiple startup projects it isn't easy to select the profile (will be the last used profile for each project). Visual Studio 2024 allows switching between multiple "multi-launch" setups. It can be activated here: Environment - Preview Features - Enable Multi-Project Launch profiles
1922
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)