Class JmsConstants

java.lang.Object
org.apache.camel.component.jms.JmsConstants

public final class JmsConstants extends Object
JMS constants
  • Field Details

    • JMS_DESTINATION

      @Metadata(label="producer", description="The destination.", javaType="jakarta.jms.Destination") public static final String JMS_DESTINATION
      See Also:
    • 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:
    • JMS_DESTINATION_NAME_PRODUCED

      @Metadata(description="The name of the queue or topic the message was sent to.", javaType="String") public static final String JMS_DESTINATION_NAME_PRODUCED
      See Also:
    • JMS_X_GROUP_ID

      @Metadata(description="The JMS group ID.", javaType="String") public static final String JMS_X_GROUP_ID
      See Also:
    • JMS_HEADER_MESSAGE_ID

      @Metadata(description="The JMS unique message ID.", javaType="String") public static final String JMS_HEADER_MESSAGE_ID
      See Also:
    • JMS_HEADER_CORRELATION_ID

      @Metadata(description="The JMS correlation ID.", javaType="String") public static final String JMS_HEADER_CORRELATION_ID
      See Also:
    • JMS_HEADER_CORRELATION_ID_AS_BYTES

      @Metadata(description="The JMS correlation ID as bytes.", javaType="byte[]") public static final String JMS_HEADER_CORRELATION_ID_AS_BYTES
      See Also:
    • JMS_HEADER_DELIVERY_MODE

      @Metadata(description="The JMS delivery mode.", javaType="int") public static final String JMS_HEADER_DELIVERY_MODE
      See Also:
    • JMS_HEADER_DESTINATION

      @Metadata(description="The JMS destination.", javaType="jakarta.jms.Destination") public static final String JMS_HEADER_DESTINATION
      See Also:
    • JMS_HEADER_EXPIRATION

      @Metadata(description="The JMS expiration.", javaType="long") public static final String JMS_HEADER_EXPIRATION
      See Also:
    • 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:
    • JMS_HEADER_REDELIVERED

      @Metadata(description="Is the JMS message redelivered.", javaType="boolean") public static final String JMS_HEADER_REDELIVERED
      See Also:
    • JMS_HEADER_TIMESTAMP

      @Metadata(description="The JMS timestamp.", javaType="long") public static final String JMS_HEADER_TIMESTAMP
      See Also:
    • JMS_HEADER_REPLY_TO

      @Metadata(description="The JMS reply-to destination.", javaType="jakarta.jms.Destination") public static final String JMS_HEADER_REPLY_TO
      See Also:
    • JMS_HEADER_TYPE

      @Metadata(description="The JMS type.", javaType="String") public static final String JMS_HEADER_TYPE
      See Also:
    • JMS_HEADER_XUSER_ID

      @Metadata(description="The XUser id.", javaType="String") public static final String JMS_HEADER_XUSER_ID
      See Also:
    • JMS_MESSAGE_TYPE

      @Metadata(description="The message type.", javaType="org.apache.camel.component.jms.JmsMessageType") public static final String JMS_MESSAGE_TYPE
      See Also:
    • JMS_DELIVERY_MODE

      public static final String JMS_DELIVERY_MODE
      See Also:
    • 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: