Amazon SQS
-
Enterprise Java

Mocking AmazonSQS in Unit Tests
Unit tests should be fast, isolated, and deterministic. When your Java application interacts with AWS SQS, you want to avoid…
Read More » -
Software Development

Evaluating persistent, replicated message queues
Message queues are useful in a number of situations; for example when we want to execute a task asynchronously, we…
Read More »

