Skip to content

Commit

Permalink
Use RabbitMQ 4.0 in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Sep 19, 2024
1 parent 49e5051 commit bfa1245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Launch the broker:
----
docker run -it --rm --name rabbitmq -p 5552:5552 -p 5672:5672 \
-e RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS='-rabbitmq_stream advertised_host localhost' \
rabbitmq:3.13
rabbitmq:4.0
----

Enable the stream plugin:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<spotbugs-maven-plugin.version>4.8.6.3</spotbugs-maven-plugin.version>
<spotbugs.version>4.8.6</spotbugs.version>
<!-- for documentation -->
<broker.version>3.12</broker.version>
<broker.version>4.0</broker.version>
<!-- to sign artifacts when releasing -->
<gpg.keyname>6026DFCA</gpg.keyname>
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
Expand Down

0 comments on commit bfa1245

Please sign in to comment.