amazon-sqs

Using RabbitMQ with nServiceBus (for C#) vs using Amazon SQS

If I understand correctly, I can use nServiceBus as a "framework" and / or a wrapper around RabbitMQ My preference of RabbitMQ is being able to use it on linux machines Background I have an application that enables people to upload images. These images will require thumbnails. Our application is predominantly asp.net (c#) My idea is ...