--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>>>>>>>>> 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 akka-user+...@googlegroups.com.
To post to this group, send email to akka...@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/groups/opt_out.
Viktor,Thanks for the reply. It makes sense and it will simulate Cancel message.Do you have suggestion on how to do this when the message queue have more than 1 messages? In my case, the message queue can have multiple processing messages, so the Cancel message could be at the end of the queue still and I shouldn't process the next message before the original message is completely processed.