Javax Jms Delivery Mode Non Persistent

We have collected information about Javax Jms Delivery Mode Non Persistent for you. Follow the links to find out details on Javax Jms Delivery Mode Non Persistent.


DeliveryMode (Java EE 6 ) - Oracle

    https://docs.oracle.com/javaee/6/api/javax/jms/DeliveryMode.html
    The delivery modes supported by the JMS API are PERSISTENT and NON_PERSISTENT. A client marks a message as persistent if it feels that the application will have problems if the message is lost in transit. A client marks a message as non-persistent if an occasional lost message is tolerable.

DeliveryMode (Java(TM) EE 7 Specification APIs)

    https://docs.oracle.com/javaee/7/api/javax/jms/DeliveryMode.html
    The delivery modes supported by the JMS API are PERSISTENT and NON_PERSISTENT. A client marks a message as persistent if it feels that the application will have problems if the message is lost in transit. A client marks a message as non-persistent if an occasional lost message is tolerable.

Interface DeliveryMode - Oracle Help Center

    https://docs.oracle.com/javaee/5/api/javax/jms/DeliveryMode.html
    The delivery modes supported by the JMS API are PERSISTENT and NON_PERSISTENT. A client marks a message as persistent if it feels that the application will have problems if the message is lost in transit. A client marks a message as non-persistent if an occasional lost message is tolerable.

Java 2 Platform EE v1.3: Interface DeliveryMode

    https://docs.oracle.com/javaee/1.3/api/javax/jms/DeliveryMode.html
    The delivery modes supported by the JMS API are PERSISTENT and NON_PERSISTENT. A client marks a message as persistent if it feels that the application will have problems if the message is lost in transit. A client marks a message as non-persistent if an occasional lost message is tolerable.

Specifying Message Persistence (The Java EE 6 Tutorial)

    https://docs.oracle.com/cd/E19798-01/821-1841/bncfy/index.html
    The PERSISTENT delivery mode, which is the default, instructs the JMS provider to take extra care to ensure that a message is not lost in transit in case of a JMS provider failure. A message sent with this delivery mode is logged to stable storage when it is sent. The NON_PERSISTENT delivery mode does not require the JMS provider to store the message or otherwise guarantee that it is not lost if the …

Difference between message.setJMSDeliveryMode and producer ...

    https://www.ibm.com/support/pages/difference-between-messagesetjmsdeliverymode-and-producersetdeliverymode-jms
    a) By default, the delivery mode from a JMS Producer is to set the attribute PERSISTENT for messages. b) If you want to specify Non-Persistent messages from a JMS Producer, you will need to use "setDeliveryMode" as follows: import javax.jms.DeliveryMode;... producer.setDeliveryMode(DeliveryMode.NON_PERSISTENT);

Searching for Javax Jms Delivery Mode Non Persistent?

You can just click the links above. The data is collected for you.

Related Delivery Info