Skip to content

Commit d7707d7

Browse files
committed
include queue status verification
1 parent 9b63790 commit d7707d7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/azure.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ If you encounter any issues running the steps below, try the [troubleshooting](#
2020

2121
- The containers should all show a status of `Healthy`
2222

23+
1. Verify that the setup was correct by navigating to http://localhost:9090/#/configuration/mass-transit-connector.
24+
- All of the configured queues for your system should show here
25+
- For each row in the list of queues: if the queues exist, the status should be green `OK`. If the queues don't exist, i.e. there have never been any errors on that consumer, or if there is an issue connecting to the broker then the status will be red `Not ingesting`.
26+
- If the status is `Not ingesting`, the reason for this can be found in the log entries shown below the queue list.
27+
2328
## Troubleshooting
2429

2530
-

docs/rabbit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ If you encounter any issues running the steps below, try the [troubleshooting](#
2424

2525
- The containers should all show a status of `Healthy`
2626

27+
1. Verify that the setup was correct by navigating to http://localhost:9090/#/configuration/mass-transit-connector.
28+
- All of the configured queues for your system should show here
29+
- For each row in the list of queues: if the queues exist, the status should be green `OK`. If the queues don't exist, i.e. there have never been any errors on that consumer, or if there is an issue connecting to the broker then the status will be red `Not ingesting`.
30+
- If the status is `Not ingesting`, the reason for this can be found in the log entries shown below the queue list.
31+
2732
## Troubleshooting
2833

2934
-

0 commit comments

Comments
 (0)