Skip to content

Commit 6c32ce7

Browse files
authored
SQS receive call requests first receive timestamp (#32)
1 parent d69a51f commit 6c32ce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v1/brokers/sqs/sqs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ func (b *Broker) receiveMessage(qURL *string) (*awssqs.ReceiveMessageOutput, err
364364
AttributeNames: []*string{
365365
aws.String(awssqs.MessageSystemAttributeNameSentTimestamp),
366366
aws.String(awssqs.MessageSystemAttributeNameApproximateReceiveCount),
367+
aws.String(awssqs.MessageSystemAttributeNameApproximateFirstReceiveTimestamp),
367368
},
368369
MessageAttributeNames: []*string{
369370
aws.String(awssqs.QueueAttributeNameAll),

0 commit comments

Comments
 (0)