Skip to content

Commit ed43310

Browse files
committed
Upgrade to RabbitMQ 4.x
1 parent 15c2b6d commit ed43310

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Makefile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,18 @@ down:
4343
repo-clean:
4444
rm -rf ~/.m2/repository/com/studiomediatech/query-response-spring-amqp
4545

46-
.PHONY: demo run-demo
46+
.PHONY: demo demo-s run-demo run-demo-s
4747
demo: install up
4848
${MAKE} -j3 run-demo
4949

50-
.PHONY: run-demo run-query run-response run-ui
50+
demo-s: install up
51+
${MAKE} -j2 run-demo-s
52+
53+
.PHONY: run-demo run-demo-s run-query run-response run-ui
5154
run-demo: run-ui run-query run-response
5255

56+
run-demo-s: run-query run-response
57+
5358
run-query:
5459
sleep 10
5560
${MAKE} -C examples/querying/

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
"rabbitmq":
3-
image: rabbitmq:3-management
3+
image: rabbitmq:4-management
44
ports:
55
- "5672:5672"
66
- "15672:15672"

0 commit comments

Comments
 (0)