From f08ece47fa16434fb290ea203a1083a53acd1306 Mon Sep 17 00:00:00 2001 From: Joel Eidsath Date: Thu, 10 Mar 2016 13:19:37 -0800 Subject: [PATCH] Allow 256KB akka URI to match Amazon SQS --- rest/rest-sqs/src/main/resources/application.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rest/rest-sqs/src/main/resources/application.conf b/rest/rest-sqs/src/main/resources/application.conf index bd326c4be..1cfe16ba3 100644 --- a/rest/rest-sqs/src/main/resources/application.conf +++ b/rest/rest-sqs/src/main/resources/application.conf @@ -13,3 +13,5 @@ akka { # TODO - not present in akka http? akka.http.server.request-timeout = 21 s +# Amazon SQS allows 256KB message payloads +akka.http.server.parsing.max-uri-length = 256k