Files
stack-on-a-budget/pages/messaging-queue-services.md
Johan Rhodin 4866867bdc Update CloudAMQP
- Cloud AMQP->CloudAMQP
- Add Azure 
- Add note that the idle queue time limitation can be removed if one wants to.
2021-05-03 15:06:14 -05:00

832 B

Messaging queue services

CloudAMQP

Pricing page

  • 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

Pricing page

  • 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.