Y
Hacker News
new
|
ask
|
show
|
jobs
by
sciurus
1955 days ago
AWS's Kinesis, GCP's PubSub, whatever Azure has.
1 comments
GordonS
1954 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).
link
pranay01
1950 days ago
Thanks, but won't restricting to a specific cloud service reduce adoption?
link
GordonS
1950 days ago
I was just outlining what the messaging options on Azure were, for the parent poster.
link