javax.jms

Interface DeliveryMode

public interface DeliveryMode

Field Summary

static int
NON_PERSISTENT
static int
PERSISTENT

Field Details

NON_PERSISTENT

public static final int NON_PERSISTENT
Field Value:
1

PERSISTENT

public static final int PERSISTENT
Field Value:
2