Skip to content

Commit

Permalink
[#73,#95] Specify message content type
Browse files Browse the repository at this point in the history
  • Loading branch information
SwooshyCueb authored and alanking committed Nov 7, 2022
1 parent ebc1b99 commit f70b990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libirods_rule_engine_plugin-audit_amqp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ namespace
, _message(_message_body)
, _message_sent(false)
{
message.content_type("application/json");
}

void on_container_start(proton::container& container) override
Expand Down

0 comments on commit f70b990

Please sign in to comment.