messaging
messaging copied to clipboard
Define a LAZY_PESISTENT DeliveryMode
Provide a LAZY_PERSISTENT DeliveryMode that allows the broker to acknowledge the producer before the message has been sync (fsync()) to disk. Allows for brokers to incorporate async writes and write caching techniques for performance while providing for better-than-non-persistent reliability.
See: Kafka, ActiveMQ async() write etc.