Hi Sudeep,

That should not happen in any circumstance as far as I can see.

Are you sure your configuration to use the bounded mailbox is correct and
actually applies to the actor you are testing?

--
Johan
Akka Team


On Sun, Sep 11, 2016 at 7:24 AM, Sudeep Khemka <[email protected]>
wrote:

> Hi
>
> I have an Actor 'A' with bounded mailbox  -
>
> *mailbox-type = "akka.dispatch.BoundedMailbox"*
>
> *mailbox-capacity = 5 *
>
> *mailbox-push-timeout-time = 0s*
>
>
> This Actor A on receiving messages sleeps for 5 seconds.
>
>
> Another actor B continuously sends messages to actor A, which should
> create deadletters.
>
> Sent messages are getting lost as expected however dead letter messages
> are not being logged.
>
>
> To be sure i have set *log-dead-letters = on*
>
>
> Also I created another eventStream listener  Actor - DeadLetterListener -
>  to listen for deadletters.
>
> But its not receiving any corresponding dead letters .
>
>
> So from this i am concluding these dead letters are not being sent to
> eventstream.
>
>
> In what scenarios this can happen?
>
>
> Thanks in advance
>
>
> -Sudeep
>
> --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ: http://doc.akka.io/docs/akka/
> current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to