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-12-29 22:40 Back to release list
0.0.13

小幅修正支持Stunnel的第4版。样本/概念应用证明,使用磁准静态已被添加(数据包筛选器分配政策)。
标签: Minor bugfixes
Minor fixes to support Stunnel version 4. A sample/proof of concept application that uses MQS has been added (to distribute packet filter policies).

Project Resources