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 20ee9f4 commit e0c5022Copy full SHA for e0c5022
src/rabbit.erl
@@ -135,13 +135,13 @@ start(normal, []) ->
135
ok = start_child(rabbit_log),
136
ok = rabbit_hooks:start(),
137
138
- ok = rabbit_amqqueue:start(),
+ ok = rabbit_binary_generator:
139
+ check_empty_content_body_frame_size(),
140
141
{ok, MemoryAlarms} = application:get_env(memory_alarms),
142
ok = rabbit_alarm:start(MemoryAlarms),
143
- ok = rabbit_binary_generator:
144
- check_empty_content_body_frame_size(),
+ ok = rabbit_amqqueue:start(),
145
146
ok = start_child(rabbit_router),
147
ok = start_child(rabbit_node_monitor)
0 commit comments