objectPersistent extends DeliveryMode with Product with Serializable
A persistent message is held securely on disk and guaranteed to be delivered even
if there is a serious network failure, server crash, overflow etc.
Only works for queues that implement persistence.
Linear Supertypes
Serializable, Serializable, Product, Equals, DeliveryMode, AnyRef, Any
A persistent message is held securely on disk and guaranteed to be delivered even if there is a serious network failure, server crash, overflow etc. Only works for queues that implement persistence.