Interface Sqs2Constants


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

      • 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:
        Constant Field Values
      • MESSAGE_ATTRIBUTES

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

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

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

        @Metadata(description="The Amazon SQS message receipt handle.",
                  javaType="String")
        static final String RECEIPT_HANDLE
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • SQS_QUEUE_PREFIX

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

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