=doc set up mailbox for BalancingPool documented #13961

This commit is contained in:
ivan-lorenz 2016-07-22 16:04:11 +02:00 committed by Johan Andrén
parent 6efec50c94
commit 1d0837856a
3 changed files with 40 additions and 0 deletions

View file

@ -101,6 +101,18 @@ akka.actor.deployment {
}
}
#//#config-balancing-pool3
#//#config-balancing-pool4
akka.actor.deployment {
/parent/router10c {
router = balancing-pool
nr-of-instances = 5
pool-dispatcher {
mailbox = myapp.myprioritymailbox
}
}
}
#//#config-balancing-pool4
#//#config-smallest-mailbox-pool
akka.actor.deployment {