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 Requirements

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.

2005-04-17 22:11
0.0.14

오류 코드 및 설명서에서 작은 문제에 오타가 수정되었습니다.
Tags: Minor bugfixes
A typo in the error codes and small issues in the documentation have been fixed.

2004-12-29 22:40
0.0.13

마이너 수정 Stunnel 버전 4를 지원합니다. 샘플 / 개념을 응용 프로그램의 증거를 MQS 사용이 추가되었습니다 () 패킷 필터 정책을 배포할 수있습니다.
Tags: 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).

2004-10-10 18:09
0.0.12

마이너 수정 문서와 코드에 제출했다. MQS URL을 정의 문서에 추가되었습니다.
Tags: Minor bugfixes
Minor fixes were made in the documentation and the
code. The MQS URL definition was added in the
documentation.

2004-05-23 21:47
0.0.11

mqs.SubmitMessage 전화 QDBM 및 SQL 스토리지를위한이 버전의 추가 가상 대기열을 지원합니다. 가상 대기열에 링크를 "저장"대기열 다양한 대기열에 하나의 요청 메시지를 제출합니다. 몇 가지 사소한 수정 사항도 제출했다.
Tags: Minor feature enhancements
This version adds virtual queue support for QDBM and SQL storage in the mqs.SubmitMessage call. Virtual queue links "store" queues to submit messages in various queues in a single request. Some minor fixes were also made.

2004-04-04 17:54
0.0.10

이 버전의 메시지를 로깅 시설 및 요청 ()을 추가합니다. 비 용 스토리지 덮어쓰기 옵션 - 영구적인 사용이 추가되었습니다. 다양한 수정되었다.
Tags: 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