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

Implement DLQ (RedrivePolicy) Functionality #37

Closed
wants to merge 2 commits into from

Conversation

nritholtz
Copy link
Contributor

This will demonstrate the actual functionality of moving a message to a configured DLQ after being received the configured Maximum Receives.

This commit was made on top of #30, due to the requirement of approximate_receive_count of the Message to ascertain DLQ eligibility.

Return attributes as part of receive_message call with optional attribute_names parameter
tiwilliam added a commit that referenced this pull request Jul 21, 2017
* dlq_functionality:
  Implement DLQ (RedrivePolicy) Functionality
  Add attributes to Message object as per SQS Message struct Return attributes as part of receive_message call with optional attribute_names parameter
@tiwilliam
Copy link
Contributor

Thanks @nritholtz! This was resolved and merged on command line, closing.

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

2 participants