All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.elasticmq-rest-sqs_2.11.0.14.15.source-code.application.conf Maven / Gradle / Ivy

# SQS Authorization header has an illegal format
akka.http.server.parsing.illegal-header-warnings = off

akka {
  loggers = ["akka.event.slf4j.Slf4jLogger"]
  loglevel = "DEBUG"
  logging-filter = "akka.event.slf4j.Slf4jLoggingFilter"
  logger-startup-timeout = 30s

  log-dead-letters-during-shutdown = false
}

# The SQS maximum message wait time is 20 seconds. We need slightly more than that to complete the request.
akka.http.server.request-timeout = 21 s

# Amazon SQS allows 256KB message payloads
akka.http.server.parsing.max-uri-length = 256k




© 2015 - 2025 Weber Informatics LLC | Privacy Policy