Class JmsAdapterUtils
java.lang.Object
org.springframework.integration.jms.util.JmsAdapterUtils
public abstract class JmsAdapterUtils extends Object
- Since:
- 4.1
- Author:
- Liujiong, Gary Russell
-
Field Summary
Fields Modifier and Type Field Description static int
AUTO_ACKNOWLEDGE
static String
AUTO_ACKNOWLEDGE_STRING
static int
CLIENT_ACKNOWLEDGE
static String
CLIENT_ACKNOWLEDGE_STRING
static int
DUPS_OK_ACKNOWLEDGE
static String
DUPS_OK_ACKNOWLEDGE_STRING
static int
SESSION_TRANSACTED
static String
SESSION_TRANSACTED_STRING
-
Constructor Summary
Constructors Constructor Description JmsAdapterUtils()
-
Method Summary
Modifier and Type Method Description static Integer
parseAcknowledgeMode(String acknowledge)
-
Field Details
-
AUTO_ACKNOWLEDGE_STRING
- See Also:
- Constant Field Values
-
DUPS_OK_ACKNOWLEDGE_STRING
- See Also:
- Constant Field Values
-
CLIENT_ACKNOWLEDGE_STRING
- See Also:
- Constant Field Values
-
SESSION_TRANSACTED_STRING
- See Also:
- Constant Field Values
-
SESSION_TRANSACTED
public static final int SESSION_TRANSACTED- See Also:
- Constant Field Values
-
AUTO_ACKNOWLEDGE
public static final int AUTO_ACKNOWLEDGE- See Also:
- Constant Field Values
-
CLIENT_ACKNOWLEDGE
public static final int CLIENT_ACKNOWLEDGE- See Also:
- Constant Field Values
-
DUPS_OK_ACKNOWLEDGE
public static final int DUPS_OK_ACKNOWLEDGE- See Also:
- Constant Field Values
-
-
Constructor Details
-
JmsAdapterUtils
public JmsAdapterUtils()
-
-
Method Details