softwaremill / elasticmq

In-memory message queue with an Amazon SQS-compatible interface. Runs stand-alone or embedded.
https://softwaremill.com/open-source/
Apache License 2.0
2.46k stars 193 forks source link

sqs: ReceiveMessageRequest.messageSystemAttributeNames has no effect? #1004

Closed agavrilov76 closed 1 month ago

agavrilov76 commented 1 month ago

An attempt of replacing deprecated method ReceiveMessageRequest.attributeNamesWithStrings("SentTimestamp") with ReceiveMessageRequest.messageSystemAttributeNames("SentTimestamp")as suggested by the AWS SDK documentation doesn't seem to have any effect. The system attribute is not returned when using messageSystemAttributeXXX method

micossow commented 1 month ago

fixed in v1.6.2