From 8d123b5ef01a5a213b03c5eace3503ad9c7bd9f2 Mon Sep 17 00:00:00 2001 From: AngeloCaporaso Date: Tue, 27 Aug 2024 15:12:01 +0200 Subject: [PATCH] [PAGOPA-2017] fix: Update messageEncoding --- host.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.json b/host.json index 0f850aa..5060de8 100644 --- a/host.json +++ b/host.json @@ -13,7 +13,7 @@ "visibilityTimeout": "00:00:30", "batchSize": 32, "maxDequeueCount": 5, - "messageEncoding": "none" + "messageEncoding": "base64" } }, "logging": {