/SqsListener

patterns of listening to AWS SQS queues. Extracted From justSaying

Primary LanguageC#Apache License 2.0Apache-2.0

SqsListener

Patterns of listening to AWS SQS queues. Extracted from JustSaying

Bridging the gap between the example of receiving one message once on one machine and a message pump that will be expected to run continually, handling all messages while balancing load, running across multiple instances in an ASG, scaled up and down for load, survive instances terminating and other instance issues.

Small pieces, loosely joined. Toolkits not wrappers.