Hacker News new | ask | show | jobs
by sciurus 1955 days ago
AWS's Kinesis, GCP's PubSub, whatever Azure has.
1 comments

Azure has Azure Service Bus (a "full" messaging system, with subscriptions, topics, routing, AMQP 1.0 etc), and also Azure Storage Queues (a very simple queueing system where a client polls a single queue for messages).
Thanks, but won't restricting to a specific cloud service reduce adoption?
I was just outlining what the messaging options on Azure were, for the parent poster.