Example usage for Java javax.jms DeliveryMode fields, constructors, methods, implement or subclass
The text is from its open source code.
int | NON_PERSISTENT This is the lowest-overhead delivery mode because it does not require that the message be logged to stable storage. |
int | PERSISTENT This delivery mode instructs the JMS provider to log the message to stable storage as part of the client's send operation. |