jms4spread
Interface DeliveryMode


public interface DeliveryMode


Field Summary
static int NON_PERSISTANT
          This is the Default Delivery Mode - reliable but not persistant
static int PERSISTANT
          The PERSISTANT Delivery Mode is currently not supported
 

Field Detail

PERSISTANT

public static final int PERSISTANT
The PERSISTANT Delivery Mode is currently not supported

NON_PERSISTANT

public static final int NON_PERSISTANT
This is the Default Delivery Mode - reliable but not persistant