File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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"
2828curl -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```
You can’t perform that action at this time.
0 commit comments