29 January 2012

RRiBbit: A new Open Source Java Eventbus

The first version of RRiBbit has been released!

RRiBbit is an Open Source Java Event Bus. You can use it within a Java application, to have different classes / components talk to each other without needing dependencies on one another, but you can also use it to communicate with other Java applications on other machines! RRiBbit is the most versatile and easy to use Event Bus in the Java World.

RRiBbit improves upon existing Event Buses by being compatible with existing code and by allowing the listeners to send something back to the senders. That's why we like to use the term Request-Response-Bus. RRiBbit Remoting supports HTTP, JMS and RMI, complete with failover, loadbalancing and SSL/TLS.

If you want to know more, then visit the website here!