jasonrdsouza / sqsrd

SQS Message Redriving Utility
1 stars 0 forks source link

Redriven message log support #3

Open jasonrdsouza opened 4 years ago

jasonrdsouza commented 4 years ago

Add support for writing messages being redriven to a local file. Ideally the file format is such that the messages are easily analyzed, as well as replayed via sqsrd if necessary. Specifically, there should be a "dry-run" flag as well, allowing this feature to do double duty as a log of the messages that were redriven, or as a simple way to archive messages for replay later (since SQS messages expire after 14 days at most).