Class Message


  • public class Message
    extends Object
    See Also:
    doc
    • Method Detail

      • getId

        public String getId()
        The message's SQS-assigned ID.
      • getBody

        public String getBody()
        The message's contents (not URL encoded)
      • getReceiptHandle

        public String getReceiptHandle()
        A string associated with a specific instance of receiving the message.
      • getMD5

        public com.google.common.hash.HashCode getMD5()
        An MD5 digest of the non-URL-encoded message body string
      • getAttributes

        public Map<String,​String> getAttributes()
        Attributes of the queue
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object