Support 'Message-Expiry-Interval property
This commit is contained in:
parent
2351b41f11
commit
2db64cf53c
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue