Skip to content

Commit d89a50a

Browse files
author
Daniil Fedotov
committed
Schema mapping for vhost_restart_strategy
1 parent f8adbe9 commit d89a50a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

priv/schema/rabbitmq.schema

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,12 @@ end}.
949949
{mapping, "proxy_protocol", "rabbit.proxy_protocol",
950950
[{datatype, {enum, [true, false]}}]}.
951951

952+
%% Whether to stop the rabbit application if VHost data
953+
%% cannot be recovered.
954+
955+
{mapping, "vhost_restart_strategy", "rabbit.vhost_restart_strategy",
956+
[{datatype, {enum, [stop_node, ignore]}}]}.
957+
952958
% ==========================
953959
% Lager section
954960
% ==========================

0 commit comments

Comments
 (0)