public abstract class JmsAdapterUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO_ACKNOWLEDGE |
static int |
CLIENT_ACKNOWLEDGE |
static int |
DUPS_OK_ACKNOWLEDGE |
static int |
SESSION_TRANSACTED |
| Constructor and Description |
|---|
JmsAdapterUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Integer |
parseAcknowledgeMode(java.lang.String acknowledge) |
public static final int SESSION_TRANSACTED
public static final int AUTO_ACKNOWLEDGE
public static final int CLIENT_ACKNOWLEDGE
public static final int DUPS_OK_ACKNOWLEDGE