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
> When using Visual Studio, make sure you have "Enable Multi-Project Launch profiles" setting on. Allow Visual Studio 2024 "multi-launch" so you can easily select the profile you want to run.
36
36
>
37
37
> It can be activated by accessing the Tools menu -> Manage preview features- Enable Multi-Project Launch profiles.
38
-
>
39
38
40
-
After opening the solutions (from Visual Studio or Rider), choose one of the run profiles that matches the transport configured previously:
39
+
After opening the solutions (from Visual Studio or Rider), choose one of the run profiles that matches the transport configured previously:
40
+
41
41
-`RabbitMQ`
42
-
-`AmazonSQS`
43
42
-`Azure Service Bus`
44
43
45
44
Run the solution to start the demo.
@@ -49,5 +48,4 @@ Navigate to http://localhost:9090/ to see the UI
49
48
50
49
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.
0 commit comments