SAFMQ 0.7 (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:
Major performance improvements were made. This was
tested at 12K messages/second on a P4 3.4 GHz
system (in HT mode) with a SATA RAID-5 disk array.
The PHP source was folded into the main source
tree. Support for 64-bit Linux systems was added.
|