CMQ

CMQ is a lightweight message queue using the UDP protocol as transport protocol. It trades guarantees, consistency mechanisms, (shared) state and transactions for robustness, scalability and performance. CMQ fares especially well in modern Layer 2 switches in data center networks, as well as in the presence of errors. This library provides CMQ version = 0.0.12


Keywords
library, system, Propose Tags, Skip to Readme, Index, System.CMQ, CMQ-0.0.12.tar.gz, browse, Package description, Package maintainers, JoergFritsch, edit package information
License
BSD-3-Clause
Install
cabal install CMQ-0.0.12

Documentation

This library provides CMQ, a message queue based on the UDP protocol.

Current status

This software currently has experimental status, e.g. it had seen limited testing and some features required for operational use are not fully implemented yet.

Version 0.1 - First release based on the paper: Fritsch, Joerg, and Coral Walker. "CMQ-A lightweight, asynchronous high-performance messaging queue for the cloud." Journal of Cloud Computing 1.1 (2012): 1-13.

Installation

Notes