RoQ (pronounce /rɒkˈjuː/, as in "Rock You") is the first implementation of EQS, a new architecture designed for efficient messaging in the cloud.
Traditionally, MOMs are not designed to support elastic scaling. This means that in a cloud context, they may very quickly become a bottleneck in terms
... [More] of performance.
RoQ has been designed from day 1 to answer this problem. It's architecture is elastically scalable. This includes three properties:
When required, the capacity of the system will be increased automatically
This capacity increase has no impact on the global performance
When the load decrease, the system will scale down to avoid using unnecessary ressources
RoQ started as a research project within EURA NOVA and has since then evolved into an open source project. [Less]
Message-Mate is a library for building messaging architectures. It provides components to integrate parts of your business logic in a loosely coupled fashion. This allows for applications to be highly extensible and easily tested.
The Hub intends to decouple components by using techniques like message multicasting, object factories ("peers"), mixins and promises in one consistent API. It helps structuring your code, encapsulate internal data and encourages non-blocking designs.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy