Merge pull request #44 from rabbitmq/rabbitmq-federation-7

New constant for rabbitmq-federation-7
This commit is contained in:
Michael Klishin 2016-01-11 14:33:13 +03:00
commit 523a4f14ca
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@
-define(ROUTING_HEADERS, [<<"CC">>, <<"BCC">>]).
-define(DELETED_HEADER, <<"BCC">>).
-define(EXCHANGE_DELETE_IN_PROGRESS_COMPONENT, <<"exchange-delete-in-progress">>).
%% Trying to send a term across a cluster larger than 2^31 bytes will
%% cause the VM to exit with "Absurdly large distribution output data
%% buffer". So we limit the max message size to 2^31 - 10^6 bytes (1MB