config of send queues

This commit is contained in:
Patrik Nordwall 2016-09-07 10:41:36 +02:00
parent ebd1883df5
commit 3c779cebd4
7 changed files with 58 additions and 16 deletions

View file

@ -176,7 +176,7 @@ private[akka] class OutboundControlJunction(
import OutboundControlJunction._
private val sendControlMessageCallback = getAsyncCallback[ControlMessage](internalSendControlMessage)
private val maxControlMessageBufferSize: Int = 1024 // FIXME config
private val maxControlMessageBufferSize: Int = outboundContext.settings.Advanced.OutboundControlQueueSize
private val buffer = new ArrayDeque[OutboundEnvelope]
override def preStart(): Unit = {