From 89b688522f33804a0a79cd6d63f09666291d1014 Mon Sep 17 00:00:00 2001 From: eduard93 Date: Thu, 25 Jan 2018 15:06:51 +0300 Subject: [PATCH] I $zcvt for inbound adapter --- RabbitMQ/InboundAdapter.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RabbitMQ/InboundAdapter.cls b/RabbitMQ/InboundAdapter.cls index 3ce2544..6e8c020 100644 --- a/RabbitMQ/InboundAdapter.cls +++ b/RabbitMQ/InboundAdapter.cls @@ -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 }