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_HEADER_CORRELATION_IDstatic StringJMS_HEADER_CORRELATION_ID_AS_BYTESstatic StringJMS_HEADER_DELIVERY_MODEstatic StringJMS_HEADER_DESTINATIONstatic StringJMS_HEADER_EXPIRATIONstatic StringJMS_HEADER_MESSAGE_IDstatic StringJMS_HEADER_PRIORITYstatic StringJMS_HEADER_REDELIVEREDstatic StringJMS_HEADER_REPLY_TOstatic StringJMS_HEADER_TIMESTAMPstatic StringJMS_HEADER_TYPEstatic StringJMS_HEADER_XUSER_IDstatic StringJMS_MESSAGE_TYPEstatic StringJMS_REQUEST_TIMEOUTstatic StringJMS_X_GROUP_ID
-
-
-
Field Detail
-
JMS_DESTINATION
@Metadata(label="producer", description="The destination.", javaType="javax.jms.Destination") public static final String JMS_DESTINATION- See Also:
- Constant Field Values
-
JMS_DESTINATION_NAME
@Metadata(label="producer", description="The name of the queue or topic to use as destination.", javaType="String") public static final String JMS_DESTINATION_NAME- See Also:
- Constant Field Values
-
JMS_X_GROUP_ID
@Metadata(description="The JMS group ID.", javaType="String") public static final String JMS_X_GROUP_ID- See Also:
- Constant Field Values
-
JMS_HEADER_MESSAGE_ID
@Metadata(description="The JMS unique message ID.", javaType="String") public static final String JMS_HEADER_MESSAGE_ID- See Also:
- Constant Field Values
-
JMS_HEADER_CORRELATION_ID
@Metadata(description="The JMS correlation ID.", javaType="String") public static final String JMS_HEADER_CORRELATION_ID- See Also:
- Constant Field Values
-
JMS_HEADER_CORRELATION_ID_AS_BYTES
@Metadata(description="The JMS correlation ID as bytes.", javaType="String") public static final String JMS_HEADER_CORRELATION_ID_AS_BYTES- See Also:
- Constant Field Values
-
JMS_HEADER_DELIVERY_MODE
@Metadata(description="The JMS delivery mode.", javaType="int") public static final String JMS_HEADER_DELIVERY_MODE- See Also:
- Constant Field Values
-
JMS_HEADER_DESTINATION
@Metadata(description="The JMS destination.", javaType="javax.jms.Destination") public static final String JMS_HEADER_DESTINATION- See Also:
- Constant Field Values
-
JMS_HEADER_EXPIRATION
@Metadata(description="The JMS expiration.", javaType="long") public static final String JMS_HEADER_EXPIRATION- See Also:
- Constant Field Values
-
JMS_HEADER_PRIORITY
@Metadata(description="The JMS priority (with 0 as the lowest priority\nand 9 as the highest).", javaType="int") public static final String JMS_HEADER_PRIORITY- See Also:
- Constant Field Values
-
JMS_HEADER_REDELIVERED
@Metadata(description="Is the JMS message redelivered.", javaType="boolean") public static final String JMS_HEADER_REDELIVERED- See Also:
- Constant Field Values
-
JMS_HEADER_TIMESTAMP
@Metadata(description="The JMS timestamp.", javaType="long") public static final String JMS_HEADER_TIMESTAMP- See Also:
- Constant Field Values
-
JMS_HEADER_REPLY_TO
@Metadata(description="The JMS reply-to destination.", javaType="javax.jms.Destination") public static final String JMS_HEADER_REPLY_TO- See Also:
- Constant Field Values
-
JMS_HEADER_TYPE
@Metadata(description="The JMS type.", javaType="String") public static final String JMS_HEADER_TYPE- See Also:
- Constant Field Values
-
JMS_HEADER_XUSER_ID
@Metadata(description="The XUser id.", javaType="String") public static final String JMS_HEADER_XUSER_ID- See Also:
- Constant Field Values
-
JMS_MESSAGE_TYPE
@Metadata(description="The message type.", javaType="org.apache.camel.component.jms.JmsMessageType") 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
@Metadata(label="producer", description="The timeout for waiting for a reply when using the InOut Exchange Pattern (in milliseconds).", javaType="long", defaultValue="20_000") public static final String JMS_REQUEST_TIMEOUT- See Also:
- Constant Field Values
-
-