Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Service Bus equivalent?

I've been studying Azure's Service Bus and was wondering... Are there any equivalent services provided by other cloud vendors such as AWS, Rackspace or App Engine?

I read in a blog post that it would be possible to install ESB solutions such as Apache ServiceMix into IaaS providers' instances. Yet, I am not sure if they offer the same kind of functionality provided by Azure.

Also, is there any cloud equivalent of Azure's Access Control service for federated authentication?

I'm still trying to figure out these offers and compare them, but I am not sure if what I'm doing is like comparing apples to oranges.

Any help will be greatly appreciated...

like image 577
Pablo Alvim Avatar asked Jun 07 '10 01:06

Pablo Alvim


People also ask

What is the AWS equivalent of Azure Service Bus?

There is no direct equivalent to Azure Service Bus, but it can be replaced by combining SQS and SNS.

Is Azure Service Bus same as Kafka?

The Kafka Connect Azure Service Bus connector is a multi-tenant cloud messaging service you can use to send information between applications and services. The Azure Service Bus Source connector reads data from a Azure Service Bus queue or topic and persists the data in a Kafka topic.

Is Azure Service Bus RabbitMQ?

Azure Service Bus is an enterprise queueing solution and can replace RabbitMQ if you want to take advantage of the PaaS offering instead of running RabbitMQ yourself.

What is Service Bus in Azure?

Azure Service Bus is a fully managed enterprise message broker with message queues and publish-subscribe topics (in a namespace). Service Bus is used to decouple applications and services from each other, providing the following benefits: Load-balancing work across competing workers.


1 Answers

Others:

  • Kafka
  • Redis pub/sub
  • RabbitMQ
  • ActiveMQ
  • WebSphereMQ
  • (to some extent) ZeroMQ
  • STOMP
  • XMPP
  • etc ...
like image 156
Henrik Avatar answered Oct 02 '22 21:10

Henrik