amazon-sqs-java-messaging-lib
amazon-sqs-java-messaging-lib copied to clipboard
Access to more SQSTextMessage attributes
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
Is this something that can be added?
At least those attributes could be mapped as message properties. There is currently no way to access them.