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, 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
-
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:
> **Note:** 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).
45
+
46
+
- To start the required infrastructure for the showcase, run one of the docker command below from the `src` folder in a terminal.
47
+
48
+
### **For RabbitMQ**
49
+
50
+
Update `rabbit.env` file section named "Only used for the showcase processes" to:
@@ -111,11 +112,15 @@ Go to the details page for one of the failed messages and click the `Edit & retr
111
112
112
113
Navigate to the `Message Body` tab and change some of the contents of the message, ensuring it's still valid JSON matching the message type, and click "Retry" to schedule the message for reprocessing.
113
114
114
-
> [!WARNING]
115
+
> ⚠️**Warning**
115
116
> Changing or deleting header values may change or cause issues with the subsequent re-processing. It is recommended that these values are not changed if you are unsure of their purpose.
116
117
117
118

0 commit comments