Interface Sqs2Constants


public interface Sqs2Constants
Constants used in Camel AWS SQS module
  • Field Details

    • ATTRIBUTES

      @Metadata(label="consumer", description="A map of the attributes requested in ReceiveMessage to their respective values.", javaType="Map<MessageSystemAttributeName, String>") static final String ATTRIBUTES
      See Also:
    • MESSAGE_ATTRIBUTES

      @Metadata(label="consumer", description="The Amazon SQS message attributes.", javaType="Map<String, MessageAttributeValue>") static final String MESSAGE_ATTRIBUTES
      See Also:
    • MD5_OF_BODY

      @Metadata(description="The MD5 checksum of the Amazon SQS message.", javaType="String") static final String MD5_OF_BODY
      See Also:
    • MESSAGE_ID

      @Metadata(description="The Amazon SQS message ID.", javaType="String") static final String MESSAGE_ID
      See Also:
    • RECEIPT_HANDLE

      @Metadata(description="The Amazon SQS message receipt handle.", javaType="String") static final String RECEIPT_HANDLE
      See Also:
    • DELAY_HEADER

      @Metadata(label="producer", description="The delay seconds that the Amazon SQS message can be\nsee by others.", javaType="Integer") static final String DELAY_HEADER
      See Also:
    • MESSAGE_GROUP_ID_PROPERTY

      static final String MESSAGE_GROUP_ID_PROPERTY
      See Also:
    • SQS_QUEUE_PREFIX

      @Metadata(description="A string to use for filtering the list results.", javaType="String") static final String SQS_QUEUE_PREFIX
      See Also:
    • SQS_OPERATION

      @Metadata(description="The operation we want to perform", javaType="String") static final String SQS_OPERATION
      See Also:
    • SQS_DELETE_FILTERED

      static final String SQS_DELETE_FILTERED
      See Also: