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
Copy file name to clipboardExpand all lines: samples/outbox/rabbit/sample.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Using Outbox with RabbitMQ
3
3
summary: Demonstrates how the Outbox handles duplicate messages using RabbitMQ and SQL Server hosted in Docker containers.
4
-
reviewed: 2021-09-21
4
+
reviewed: 2024-09-10
5
5
component: Core
6
6
related:
7
7
- transports/rabbitmq
@@ -21,8 +21,8 @@ downloadbutton
21
21
3. If running Docker on Windows, [set Docker to use Linux containers](https://docs.docker.com/docker-for-windows/#switch-between-windows-and-linux-containers).
22
22
4. In the sample directory, execute the following to set up the RabbitMQ and SQL Server instances:
23
23
24
-
```dos
25
-
> docker-compose up --detach
24
+
```shell
25
+
> dockercompose up --detach
26
26
```
27
27
28
28
Once complete, the RabbitMQ administration can be reached via [http://localhost:15672/](http://localhost:15672/) with username `rabbitmq` and password `rabbitmq`.
@@ -168,6 +168,6 @@ The message handler:
168
168
169
169
Once finished with the sample, the RabbitMQ and SQL Server instances can be cleaned up using:
0 commit comments