We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630a58c commit 8351895Copy full SHA for 8351895
README.adoc
@@ -75,7 +75,7 @@ Launch the broker:
75
----
76
docker run -it --rm --name rabbitmq -p 5552:5552 -p 5672:5672 \
77
-e RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS='-rabbitmq_stream advertised_host localhost' \
78
- rabbitmq:3.9
+ rabbitmq:3.10
79
80
81
Enable the stream plugin:
@@ -109,6 +109,6 @@ Please launch the `./mvnw spotless:apply` command to format your changes before
109
110
== Copyright and License
111
112
-(c) 2020-2021, VMware Inc or its affiliates.
+(c) 2020-2022, VMware Inc or its affiliates.
113
114
Double licensed under the MPL2.0 and ASL2. See link:LICENSE[LICENSE] for details.
0 commit comments