Skip to content

Commit 8351895

Browse files
committed
Use RabbitMQ 3.10 in readme
1 parent 630a58c commit 8351895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Launch the broker:
7575
----
7676
docker run -it --rm --name rabbitmq -p 5552:5552 -p 5672:5672 \
7777
-e RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS='-rabbitmq_stream advertised_host localhost' \
78-
rabbitmq:3.9
78+
rabbitmq:3.10
7979
----
8080

8181
Enable the stream plugin:
@@ -109,6 +109,6 @@ Please launch the `./mvnw spotless:apply` command to format your changes before
109109

110110
== Copyright and License
111111

112-
(c) 2020-2021, VMware Inc or its affiliates.
112+
(c) 2020-2022, VMware Inc or its affiliates.
113113

114114
Double licensed under the MPL2.0 and ASL2. See link:LICENSE[LICENSE] for details.

0 commit comments

Comments
 (0)