Java javax.jms DeliveryMode fields, constructors, methods, implement or subclass

Example usage for Java javax.jms DeliveryMode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.jms DeliveryMode.

The text is from its open source code.

Field

intNON_PERSISTENT
This is the lowest-overhead delivery mode because it does not require that the message be logged to stable storage.
intPERSISTENT
This delivery mode instructs the JMS provider to log the message to stable storage as part of the client's send operation.