mirror of
https://github.com/255kb/stack-on-a-budget.git
synced 2021-05-13 03:06:20 +03:00
- Cloud AMQP->CloudAMQP - Add Azure - Add note that the idle queue time limitation can be removed if one wants to.
832 B
832 B
Messaging queue services
CloudAMQP
- Free tier: 1M messages/month, 100 queues, up to 20 concurrent connections, 10k queued messages
- Pros: offers replication, monitoring, administration interface; supports following hosting providers: AWS, Azure, Google, Digital Ocean
- Limitations: Allows maximum idle queue time of 28 days (can be removed by removing the default policy)
Google Cloud Pub/Sub
- Free tier: Free first 10GB
- Pros: Replication, 10k messages per second, by default, millions per second and beyond, upon request. Integration with Google Cloud Dataflow for analytics.