Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding attributes in received message response #178

Conversation

mwaaas
Copy link
Contributor

@mwaaas mwaaas commented Oct 17, 2018

Sqs receive message does not return Attributes this is to add the attributes to the response

msgMttrs = append(msgMttrs, getMessageAttributeResult(&attr))
}

attrsMap := map[string]string{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the attributes "SenderId" and ApproximateReceiveCount do seems you are settings them to "fake" values and then using those as attributes??

@jairovadillo
Copy link

jairovadillo commented Dec 27, 2018

@p4tin this is from the 17 oct maybe could be move forward to master? For me is pretty important to have access to the MessageAttributes from the response and this is causing discrepancies between goaws and the real AWS.

I've opened an issue #178

@p4tin
Copy link
Collaborator

p4tin commented Dec 27, 2018

@jairovadillo I am not sure this will solve your problem so I am going to test and see how I can help...

@p4tin p4tin merged commit 3311106 into Admiral-Piett:master Dec 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants