DeliveryMode

public interface DeliveryMode

Delivery modes supported by JMS.

Fields

NON_PERSISTENT
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.

PERSISTENT
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.



© IBM Corporation 1997, 2002. All Rights Reserved