I'm trying to see if it might be possible to simulate this feature of JMS 
in Akka: 
 https://docs.oracle.com/cd/E23943_01/web.1111/e13727/uoo.htm#JMSPG390

Basically, I want to make a message queue that can have many producers and 
many consumers.  I want my messages to have different "topics".  Messages 
that are of the same topic must be processed in order.  Messages that are 
of different types can be processed in parallel. I want to be able to 
process thousands of messages a second.

Let me know if this is something I can do with Akka.  I saw this posting: 
 
http://letitcrash.com/post/29044669086/balancing-workload-across-nodes-with-akka-2

It addresses some of my requirements, but not all of them.

Thanks,
Joe

-- 
>>>>>>>>>>      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