Support 'Message-Expiry-Interval property

This commit is contained in:
Feng Lee 2018-08-30 11:42:24 +08:00
parent 2351b41f11
commit 2db64cf53c
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ publish_props(Headers) ->
('User-Property', _) -> true;
('Subscription-Identifier', _) -> true;
('Content-Type', _) -> true;
('Message-Expiry-Interval', _) -> true;
(_Key, _Val) -> false
end , Headers).