Skip to content

Commit

Permalink
I $zcvt for inbound adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard93 committed Jan 25, 2018
1 parent 116a312 commit 89b6885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RabbitMQ/InboundAdapter.cls
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ClassMethod ListToMessage(list As %ListOfDataTypes) As RabbitMQ.Message
/// Decode message body. May be full body or only a piece.
Method DecodeMessageBody(body As %String) As %String
{
Set:..Encoding'="" body = $zcvt(body, "O", ..Encoding)
Set:..Encoding'="" body = $zcvt(body, "I", ..Encoding)
Quit body
}

Expand Down

0 comments on commit 89b6885

Please sign in to comment.