Using SQS With Rails

In this post we’re going to learn how to use SQS with Rails. What’s SQS ? SQS is a message queueing service provided by AWS. It can be used by two microservices to communicate using messages one acting as producer and the other as consumer. Using SQS, you can send, store, and receive messages between microservices while allowing them to scale horizontally. SQS stores the messages send to it thus making sure messages are not lost....

August 21, 2022 · 5 min · Ashish Gaur