sqs-sample

A sample project to demonstrate AWS SQS with dot net.

After downloading the project place AWS SDK DLL in bin folder and refer the same

The application

Creates a queue in AWS SQS - exception_queue

Lists the queue to make sure the queue exists

Initializes an object to be placed as a message in exception_queue

Serializes the object as string

Assigns the string to queue object

Inserts the message in exception_queue

Retrieves the messages from exception_queue

Loops through the messages

Reads the messages

Do your required processing now

Deletes the messages