Skip to content

Commit 401e8a0

Browse files
authored
Fix README file.
1 parent 751765b commit 401e8a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ rm -rf ~/.m2/repository/com/github/daggerok
2323
./mvnw install -DskipTests
2424
./mvnw -f consumer spring-boot:start # to create durable queue
2525
./mvnw -f consumer spring-boot:stop # to simulate downtime
26-
./mvnw -f producer spring-boot:start # and post message in a queue
26+
./mvnw -f producer spring-boot:start # and post message in a queue:
2727
#http :8080 message="Hello, World"
2828
curl -sSv 0:8080 -H'Content-Type: application/json' -d'{"message": "Hello, World" }'
29-
./mvnw -f producer spring-boot:stop # and check logs that message has been received
29+
./mvnw -f producer spring-boot:stop # and check logs that message has been received:
30+
./mvnw -f consumer spring-boot:start
3031
./mvnw -f consumer spring-boot:stop
3132
./mvnw -f rabbitmq docker:stop docker:remove
3233
```

0 commit comments

Comments
 (0)