sequenceNumber property
This parameter applies only to FIFO (first-in-first-out) queues.
The large, non-consecutive number that Amazon SQS assigns to each message.
The length of SequenceNumber
is 128 bits.
SequenceNumber
continues to increase for a particular
MessageGroupId
.
Implementation
final String? sequenceNumber;