What I like most about SQS is the ease with which it can be integrated, the speed and management of queues.It is the ideal companion for Laravel, integrating it with the entire Amazon ecosystem. Review collected by and hosted on G2.com.
It would be good if SQS had some region in Spain. Review collected by and hosted on G2.com.
Simple, fast and easy integration of messaging on the cloud. Review collected by and hosted on G2.com.
It is hard to search the messages through the console, limitation on the number of message attributes, message type supported when integrate with SNS in raw delivery mode. Review collected by and hosted on G2.com.
The best part of AWS is the security of the system and the cloud based storage that I use for my 5000 members that are apart of my organization. Review collected by and hosted on G2.com.
I am not sure what I dislike yet, I have not run into any problems or experienced any delays or shut downs so I am currently happy with what AWS is providing my host account. My host account is yourmembership.com and I trust they have sought after AWS to be a solutions provider. Review collected by and hosted on G2.com.
- Simple
- Fast
- Reliable
- Very cheap for low usage workloads
- Deadletter queues allow for easy error handling Review collected by and hosted on G2.com.
- Not very flexible
- Too expensive to use on super heavy workloads Review collected by and hosted on G2.com.
Ability to hold messages, forward to new queues or other AWS resources through CloudWatch events notification. Review collected by and hosted on G2.com.
Having to manually poll queue for new messages and delete them. It is not like RabbitMQ. Review collected by and hosted on G2.com.
The service enables you to transmit any volume of data, at any level of throughput. Sqs provides you with a very reliable and highly available messaging cluster, While you only pay for the services you use.AWS gives you an SLA that states the required availability, and this is all you need to worry about. Review collected by and hosted on G2.com.
SQS charges $0.120 per GB data transfer out and $0.01 per 10,000 Amazon SQS requests, so if you are making about million requests the cost could be on a little higher side. Also there is no option to flush a queue in AWS SQS thus if you want to start over with the queues the only option that you have is to delete your queues. Review collected by and hosted on G2.com.
This is very cost efficiently and high scalable. AWS manages all ongoing operations and underlying infrastructure needed to provide a highly available and scalable message queuing service. SQS lets decouple application components so that they run and fail independently, increasing the overall fault tolerance of the system Review collected by and hosted on G2.com.
SQS does not have a built-in job runner or an only-once delivery guarantee in the normal configuration.
You can use Lambda to run jobs from SQS, but you still have to either ensure your jobs are idempotent or add in some kind of check via another service (DynamoDB, Redis, whatever) to ensure you don't do the same work twice.
You can also use a FIFO queue, but AWS services don't necessarily support the queue working in this mode, and the throughput might not be what you need. Review collected by and hosted on G2.com.
SQS is my favourite way to communicate between AWS services. I particularly like using it to trigger AWS lambda functions to process incoming data from less used api endpoints (especially since you can use it to trigger functions across AWS regions). Review collected by and hosted on G2.com.
Would be very useful to have more granular control on retry behavior after failing to reach an AWS service (e.x. Dynamo), but this can be achieved with lambdas or some other workarounds. Review collected by and hosted on G2.com.
I like the scalability which is almost infinite Review collected by and hosted on G2.com.
Well, at this point I can't think about something I dislike at SQS Review collected by and hosted on G2.com.
AWS real-time data processing, connecting devices to the cloud using AWS IoT and how ML & AI have become mainstream technologies today. AWS makes it easy for developers to benefit from these technologies. Review collected by and hosted on G2.com.
In Aws synchronization is not good between AWS Hub and google cloud messaging. Review collected by and hosted on G2.com.