Skip to content

Commit

Permalink
SQS receive call requests first receive timestamp (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwudka authored Nov 25, 2024
1 parent d69a51f commit 6c32ce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v1/brokers/sqs/sqs.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ func (b *Broker) receiveMessage(qURL *string) (*awssqs.ReceiveMessageOutput, err
AttributeNames: []*string{
aws.String(awssqs.MessageSystemAttributeNameSentTimestamp),
aws.String(awssqs.MessageSystemAttributeNameApproximateReceiveCount),
aws.String(awssqs.MessageSystemAttributeNameApproximateFirstReceiveTimestamp),
},
MessageAttributeNames: []*string{
aws.String(awssqs.QueueAttributeNameAll),
Expand Down

0 comments on commit 6c32ce7

Please sign in to comment.