Package org.apache.camel.component.jms
Class JmsConstants
- java.lang.Object
-
- org.apache.camel.component.jms.JmsConstants
-
public final class JmsConstants extends Object
JMS constants
-
-
Field Summary
Fields Modifier and Type Field Description static StringJMS_DELIVERY_MODEstatic StringJMS_DESTINATIONstatic StringJMS_DESTINATION_NAMEstatic StringJMS_MESSAGE_TYPEstatic StringJMS_REQUEST_TIMEOUTstatic StringJMS_X_GROUP_ID
-
-
-
Field Detail
-
JMS_DESTINATION
public static final String JMS_DESTINATION
- See Also:
- Constant Field Values
-
JMS_DESTINATION_NAME
public static final String JMS_DESTINATION_NAME
- See Also:
- Constant Field Values
-
JMS_X_GROUP_ID
public static final String JMS_X_GROUP_ID
- See Also:
- Constant Field Values
-
JMS_MESSAGE_TYPE
public static final String JMS_MESSAGE_TYPE
- See Also:
- Constant Field Values
-
JMS_DELIVERY_MODE
public static final String JMS_DELIVERY_MODE
- See Also:
- Constant Field Values
-
JMS_REQUEST_TIMEOUT
public static final String JMS_REQUEST_TIMEOUT
- See Also:
- Constant Field Values
-
-