Azure Service Bus equivalent

azurecloudservicebus

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…

Best Answer

Others:

  • Kafka
  • Redis pub/sub
  • RabbitMQ
  • ActiveMQ
  • WebSphereMQ
  • (to some extent) ZeroMQ
  • STOMP
  • XMPP
  • etc ...
Related Topic