Fail actor creation if mailbox doesn't conform to required type. See #3237

This commit is contained in:
Björn Antonsson 2013-04-24 08:39:29 +02:00
parent 7094daf313
commit 9fd42c7cab
9 changed files with 43 additions and 37 deletions

View file

@ -238,7 +238,7 @@ a dispatcher with a specified mailbox type, then that will override this mapping
.. note::
The type of the queue in the mailbox created for an actor will be checked against the required type in the
interface and if the queue doesn't implement the required type an error will be logged.
interface and if the queue doesn't implement the required type then actor creation will fail.
Mailbox configuration precedence

View file

@ -240,7 +240,7 @@ a dispatcher with a specified mailbox type, then that will override this mapping
.. note::
The type of the queue in the mailbox created for an actor will be checked against the required type in the
trait and if the queue doesn't implement the required type an error will be logged.
trait and if the queue doesn't implement the required type then actor creation will fail.
Mailbox configuration precedence