Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit d4631bb

Browse files
New constant
1 parent 6b0bc99 commit d4631bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/rabbit.hrl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@
146146
-define(ROUTING_HEADERS, [<<"CC">>, <<"BCC">>]).
147147
-define(DELETED_HEADER, <<"BCC">>).
148148

149+
-define(EXCHANGE_DELETE_IN_PROGRESS_COMPONENT, <<"exchange-delete-in-progress">>).
150+
149151
%% Trying to send a term across a cluster larger than 2^31 bytes will
150152
%% cause the VM to exit with "Absurdly large distribution output data
151153
%% buffer". So we limit the max message size to 2^31 - 10^6 bytes (1MB

0 commit comments

Comments
 (0)