Description: A simple and useful open source c ++ message middleware SAFMQ - [software development] - [open source message middleware SAFMQ]
The 2006-11-23
In many web applications, especially in applications where the server is sometimes not online, it is more complicated to synchronize client data changes to the server in the order that it is generated. In order to solve this problem, can use the message middleware products (such as Windows of MSMQ and IBM MQ), but this kind of product is bulky and expensive, there is no need for small-scale applications.
SAFMQ, known as the Store and Forward Message Queue, is a simple messaging middleware, written in c + +, with an Apache authorization mechanism. The version of SAFMQ as of November 2006 was 0.5.2, released in September 2006. The current version has the following functions:
1. Provide multi-queue, multi-priority message forwarding services.
2. Support text and binary message types.
3. Support forward function, i.e. message forwarding between multiple message middleware.
4. Support transaction operations
5. Support Java and PHP clients
6. Support SSL encryption
7. Support user rights
Support the tagging of messages
9. Support TTL(Time To Live) timestamp
File list (Check if you may need any files):