Download List

项目描述

MQS (Minimalist Queue Services) is a minimalist
queueing system that provides a set of basic
methods in order to offer asynchronous messaging
for program/application. Applications can use this
type of services in order to store and retrieve
messages to a dedicated queue in the queue
services. This allows you to avoid direct
connection between applications and provides a
simple asynchronous communication system. It
provides a simple set of XML-RPC methods for
pushing and getting messages in a specific queue
(so you can use the system with any application
that can talk XML-RPC). The queues are stored in a
database (e.g., MySQL) or in dedicated db files
(e.g. QDBM).

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-04-04 17:54 Back to release list
0.0.10

这个版本增加了一个日志工具(用于信息和请求)。对于非存储overwrite选项持久的使用量增加。各种修复了。
标签: Major feature enhancements
This versions adds a logging facility (for
messages and requests). The storage overwrite
option for non-persistent usage was added. Various
fixes were made.

Project Resources