Re: [akka-user] count, process message in Akka

2015-06-29 Thread Viktor Klang
Hi Samy, What's the use-case? On Mon, Jun 29, 2015 at 8:14 PM, Samy sethu.r...@gmail.com wrote: How to Query (or get all) messages with a specific sender in a custom mailbox, I followed Akka custom mailbox but I dont have any luck -- Read the docs: http://akka.io/docs/ Check the FAQ:

[akka-user] count, process message in Akka

2015-06-29 Thread Samy
How to Query (or get all) messages with a specific sender in a custom mailbox, I followed Akka custom mailbox but I dont have any luck -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search the archives:

Re: [akka-user] count, process message in Akka

2015-06-29 Thread Samy
Thanks for your response, I'm new to akka every minute I need to display count of all messages(received, sent processed), private final val queue = new ConcurrentLinkedQueue[Envelope]() returning null, if I extend the custom mailbox On Monday, June 29, 2015 at 11:23:23 AM UTC-7, √ wrote: