Hello,

I have a use case where there are multiple ConsistenteHashingPool workers. 
Their mailboxes can contain many messages but if a 'CANCEL REQUEST 
(w/Request ID) comes into the system, then I need to put this at the top of 
the queue. Process this message and mark other messages in the actor's 
MAILBOX with this ID as invalid.

What is the best way for me to achieve this?

I can only use release version of AKKA = 2.3.1 or 2.2.3.
I saw that the 2.4-SNAPSHOT message has the ControlMessage and mailbox for 
that message, but since it is a snapshot version, my SCM will not approve 
use of that version.

Thanks in advance,
Meena


-- 
>>>>>>>>>>      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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to