Original description is updated after some investigation:
When I send a message to an actor via the Ask pattern, and the actor fails with an exception, the message is processed again.
The exact number of retries varies, and I was not able to understand the principle. In most of my experiments, a failing message is retried 3 times.
How can I fine-tune the Ask-pattern behavior (e.g. set a predictable number of retries)?