amazon-sqs-java-messaging-lib icon indicating copy to clipboard operation
amazon-sqs-java-messaging-lib copied to clipboard

Access to more SQSTextMessage attributes

Open reecefenwick opened this issue 7 years ago • 1 comments

Currently using 1.0.4 and I'm interested in getting the SentTimestamp property from SQSTextMessage, but unfortunately only ApproximateReceiveCount is mapped across as "JMSXDeliveryCount" at SQSMessage.java:125

Attributes that I can see coming from com.amazonaws.services.sqs.model.Message

image

Is this something that can be added?

reecefenwick avatar Oct 11 '17 22:10 reecefenwick

At least those attributes could be mapped as message properties. There is currently no way to access them.

MrBuddyCasino avatar Feb 27 '18 16:02 MrBuddyCasino