akka.loggers = ["akka.event.slf4j.Slf4jLogger"] akka.log-dead-letters = 0 akka { log-config-on-start = "off" } bounded-mailbox { mailbox-type = "akka.dispatch.NonBlockingBoundedMailbox" mailbox-capacity = 5000 mailbox-push-timeout-time = 0s } akka.actor.mailbox.requirements { "akka.dispatch.BoundedMessageQueueSemantics" = bounded-mailbox }