Skip to content

Commit bfa1245

Browse files
committed
Use RabbitMQ 4.0 in documentation
1 parent 49e5051 commit bfa1245

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
@@ -76,7 +76,7 @@ Launch the broker:
7676
----
7777
docker run -it --rm --name rabbitmq -p 5552:5552 -p 5672:5672 \
7878
-e RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS='-rabbitmq_stream advertised_host localhost' \
79-
rabbitmq:3.13
79+
rabbitmq:4.0
8080
----
8181

8282
Enable the stream plugin:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<spotbugs-maven-plugin.version>4.8.6.3</spotbugs-maven-plugin.version>
8080
<spotbugs.version>4.8.6</spotbugs.version>
8181
<!-- for documentation -->
82-
<broker.version>3.12</broker.version>
82+
<broker.version>4.0</broker.version>
8383
<!-- to sign artifacts when releasing -->
8484
<gpg.keyname>6026DFCA</gpg.keyname>
8585
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>

0 commit comments

Comments
 (0)