Skip to content

Commit 65bca39

Browse files
Update RabbitMQ GCP use cases
1 parent c240176 commit 65bca39

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/learning-paths/servers-and-cloud-computing/rabbitmq-gcp/use-case1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Create a durable queue to store order-related events.
6060

6161
This creates a durable queue for order events that guarantees messages are persisted until consumed, ensuring reliability in case of worker or broker restarts.
6262

63-
You should see:
63+
The output is similar to:
6464
```output
6565
queue declared
6666
```

content/learning-paths/servers-and-cloud-computing/rabbitmq-gcp/use-case2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Create the required exchange, queue, and binding for WhatsApp notifications.
4444

4545
This creates a durable direct exchange named `notifications` that routes messages using exact routing keys.
4646

47-
You should see:
47+
The output is similar to:
4848
```output
4949
exchange declared
5050
```
@@ -59,7 +59,7 @@ exchange declared
5959

6060
This creates a durable queue to persist WhatsApp notification messages until consumed.
6161

62-
You should see:
62+
The output is similar to:
6363
```output
6464
queue declared
6565
```

0 commit comments

Comments
 (0)