Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NON_PERSISTENT |
1 |
public static final int |
PERSISTENT |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
AUTO_ACKNOWLEDGE |
1 |
public static final int |
CLIENT_ACKNOWLEDGE |
2 |
public static final int |
DUPS_OK_ACKNOWLEDGE |
3 |
public static final int |
SESSION_TRANSACTED |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_DELIVERY_DELAY |
0L |
public static final int |
DEFAULT_DELIVERY_MODE |
2 |
public static final int |
DEFAULT_PRIORITY |
4 |
public static final long |
DEFAULT_TIME_TO_LIVE |
0L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
AUTO_ACKNOWLEDGE |
1 |
public static final int |
CLIENT_ACKNOWLEDGE |
2 |
public static final int |
DUPS_OK_ACKNOWLEDGE |
3 |
public static final int |
SESSION_TRANSACTED |
0 |
Comments to: jms-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.