File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Launch the broker:
81
81
----
82
82
docker run -it --rm --name rabbitmq -p 5552:5552 -p 5672:5672 \
83
83
-e RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS='-rabbitmq_stream advertised_host localhost' \
84
- rabbitmq:3.13
84
+ rabbitmq:4.0
85
85
----
86
86
87
87
Enable the stream plugin:
Original file line number Diff line number Diff line change 92
92
<spotbugs-maven-plugin .version>4.8.6.3</spotbugs-maven-plugin .version>
93
93
<spotbugs .version>4.8.6</spotbugs .version>
94
94
<!-- for documentation -->
95
- <broker .version>3.13 </broker .version>
95
+ <broker .version>4.0 </broker .version>
96
96
<!-- to sign artifacts when releasing -->
97
97
<gpg .keyname>6026DFCA</gpg .keyname>
98
98
<maven .build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven .build.timestamp.format>
You can’t perform that action at this time.
0 commit comments