JActor is a high-performance Java Actor implementation that can send 150 million messages per second, making it one of the fastest Actor implementations in any language.
| Tags | actors Java Actors Disruptor messaging |
|---|---|
| Licenses | LGPL |
| Implementation | Java 6+ SLF4J |
Last announcement
Having a problem figuring out which versions work together? This should help: http://jactor.sourceforge.net/
Recent releases


Release Notes: An issue where AsyncResponse was missing a check for duplicate responses was fixed.


Release Notes: This release fixes a bug in JAMailboxFactory.removeClosable.


Release Notes: MailboxFactory now maintains a list of Closable objects to be closed when the MailboxFactory is closed. Actor factory registration now ignores duplicate registration of the same factory.


Release Notes: SLF4J now used for logging. Continuation is a wrapped RP which can be used in any context. JAMailboxFactory is no longer final.


Release Notes: MailboxFactory now includes a Timer.