DeliveryMode
public interface DeliveryMode
Delivery modes supported by JMS.
Fields
- NON_PERSISTENT
public static final int NON_PERSISTENT
The lowest overhead delivery mode, because it does not require that the message be logged to stable storage.
- PERSISTENT
public static final int PERSISTENT
Instruct the JMS provider to log the message to stable storage as part of the client's send operation.