[][src]Module romp::persist

Persistence of received STOMP messages.

Modules

mlog

Not the most efficient possible message logger, uses synchronous IO, this is acceptable in many situations in Linux since write() is buffered by the kernel and returns quite quick. There is no guarantee that a message is written when the store() method returns.