Delivery modes supported by JMS.
public static final int NON_PERSISTENT
This is the lowest overhead delivery mode because it does not require that the message be logged to stable storage.
public static final int PERSISTENT
This mode instructs the JMS provider to log the message to stable storage as part of the client's send operation.