We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbc5fa commit 78e18afCopy full SHA for 78e18af
deps/rabbitmq_stream_management/src/rabbit_stream_connections_mgmt.erl
@@ -30,8 +30,8 @@ web_ui() ->
30
true -> [{javascript, <<"stream.js">>}];
31
false -> rabbit_log:warning(
32
"Unable to show the stream management plugin. The stream_queue feature flag is disabled. "++
33
- "You need to enable stream_queue feature flag then disable and re-enable the rabbitmq_stream_management plugin. ",
34
- "See https://www.rabbitmq.com/feature-flags.html ",
+ "Enable stream_queue feature flag then disable and re-enable the rabbitmq_stream_management plugin. ",
+ "See https://www.rabbitmq.com/feature-flags.html to learn more",
35
[]),
36
[]
37
end.
0 commit comments