Class JmsConstants


  • public final class JmsConstants
    extends Object
    JMS constants
    • 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_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