SAFMQ 0.6.1 (Default branch) |
|
|
The SAFMQ (Store and Forward Message Queue)
message queue server provides asynchronous,
round-trip, assured delivery messaging. Message
publishers send or enqueue a message with the
SAFMQ server. The SAFMQ server stores that message
until the point at which the message can be
forwarded on to the client. Message publishers are
assured that the messages are delivered. SAFMQ has
been tested in both Win32 and Linux Java environments.
License: The Apache License 2.0
Changes:
Compilation issues on 64-bit Linux have been fixed. A JUnit test suite for the Java interface has been added. Issues with the SSL interface have been fixed.
|