Hacker News new | ask | show | jobs
by GordonS 1955 days ago
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).
1 comments

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.