Skip to content

Commit d9d071d

Browse files
committed
Use RabbitMQ 4.0 in documentation
1 parent 5de0911 commit d9d071d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Launch the broker:
8181
----
8282
docker run -it --rm --name rabbitmq -p 5552:5552 -p 5672:5672 \
8383
-e RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS='-rabbitmq_stream advertised_host localhost' \
84-
rabbitmq:3.13
84+
rabbitmq:4.0
8585
----
8686

8787
Enable the stream plugin:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<spotbugs-maven-plugin.version>4.8.6.3</spotbugs-maven-plugin.version>
9393
<spotbugs.version>4.8.6</spotbugs.version>
9494
<!-- for documentation -->
95-
<broker.version>3.13</broker.version>
95+
<broker.version>4.0</broker.version>
9696
<!-- to sign artifacts when releasing -->
9797
<gpg.keyname>6026DFCA</gpg.keyname>
9898
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>

0 commit comments

Comments
 (0)