SAFMQ 0.7.1 (Default branch)

The SAFMQ (Store and Forward Message Queue)message queue server provides asynchronous,round-trip, assured delivery messaging. Messagepublishers send or enqueue a message with theSAFMQ server. The SAFMQ server stores that messageuntil the point at which the message can beforwarded on to the client. Message publishers areassured that the messages are delivered. SAFMQ hasbeen tested in both Win32 and Linux Java environments.License: The Apache License 2.0Changes:
This release fixes an issue with VS2005 C++ and 64-bit time_t values. It builds VS2005 solutions and projects. It adds .lib files for VS2005.

More...