@@ -44,37 +44,37 @@ docker compose -p particular-platform-showcase -f docker-compose-base.yml -f com
44
44
TIP
45
45
When using Visual Studio, ensure you have the [ "Enable Multi-Project Launch profiles" setting on] ( https://learn.microsoft.com/en-us/visualstudio/ide/how-to-set-multiple-startup-projects?view=vs-2022#enable-multi-project-launch-profile ) .
46
46
47
- To start the required infrastructure for the showcase, run one of the docker command below from the ` src ` folder in a terminal.
48
-
49
- RabbitMQ
50
-
51
- Update ` rabbit.env ` file section named "Only used for the showcase processes" to:
52
- ``` env
53
- # Only used for the showcase processes
54
- RABBITMQ_HOST="localhost"
55
- RABBITMQ_PORT="33721"
56
- RABBITMQ_VIRTUALHOST="/"
57
- ```
58
-
59
- Then run:
60
- ``` cmd
61
- docker compose -p particular-platform-showcase -f docker-compose-base.yml -f compose-rabbitmq.yml --env-file rabbit.env --profile infrastructure --profile frontend up -d
62
- ```
63
-
64
- Azure Service Bus
65
-
66
- See [ ASB setup] ( #alternative-run-from-azure-service-bus ) above for setting the connection string to your Azure Service Bus namespace
67
-
68
- ``` cmd
69
- docker compose -p particular-platform-showcase -f docker-compose-base.yml -f compose-azure.yml --env-file asb.env --profile infrastructure --profile frontend up -d
70
- ```
71
-
72
- After opening the solution (from Visual Studio or Rider), choose one of the run profiles that matches the transport configured previously:
73
-
74
- - ` RabbitMQ `
75
- - ` Azure Service Bus `
76
-
77
- Run the solution to start the demo.
47
+ 1 . To start the required infrastructure for the showcase, run one of the docker command below from the ` src ` folder in a terminal.
48
+
49
+ ** For RabbitMQ**
50
+
51
+ Update ` rabbit.env ` file section named "Only used for the showcase processes" to:
52
+ ``` env
53
+ # Only used for the showcase processes
54
+ RABBITMQ_HOST="localhost"
55
+ RABBITMQ_PORT="33721"
56
+ RABBITMQ_VIRTUALHOST="/"
57
+ ```
58
+
59
+ Then run:
60
+ ```cmd
61
+ docker compose -p particular-platform-showcase -f docker-compose-base.yml -f compose-rabbitmq.yml --env-file rabbit.env --profile infrastructure --profile frontend up -d
62
+ ```
63
+
64
+ **For Azure Service Bus**
65
+
66
+ See [ASB setup](#alternative-run-from-azure-service-bus) above for setting the connection string to your Azure Service Bus namespace
67
+
68
+ ```cmd
69
+ docker compose -p particular-platform-showcase -f docker-compose-base.yml -f compose-azure.yml --env-file asb.env --profile infrastructure --profile frontend up -d
70
+ ```
71
+
72
+ 1. After opening the solution (from Visual Studio or Rider), choose one of the run profiles that matches the transport configured previously
73
+
74
+ - `RabbitMQ`
75
+ - `Azure Service Bus`
76
+
77
+ 1. Run the solution to start the demo.
78
78
79
79
</details>
80
80
@@ -116,6 +116,10 @@ Navigate to the `Message Body` tab and change some of the contents of the messag
116
116
117
117

118
118
119
+ ### Learn more about ServicePulse
120
+
121
+ If you want to learn more about ServicePulse head over to https://docs.particular.net/servicepulse/intro-failed-messages.
122
+
119
123
### Viewing retries
120
124
121
125
Return to the Showcase UI to see that the retries have now been successfully handled.
0 commit comments