开发者

Does the Ubuntu Enterprise Cloud have a SQS Messaging Queue equivalent

开发者 https://www.devze.com 2023-02-06 04:01 出处:网络
I\'ve stumbled upon Amazon\'s SQS offering, a messaging queue that\'s targeted at producer consumer solutions running in the cloud.

I've stumbled upon Amazon's SQS offering, a messaging queue that's targeted at producer consumer solutions running in the cloud.

I'm attempting to build a proof of concept in my own private cloud for a larger solution that will run within the amazon cloud.

Does the Ubuntu开发者_开发知识库 Enterprise Cloud (Eucalyptus) provide an equivalent service to Amazon's SQS?

Does SQS conform to any sort of Messaging standard, so that I could use another open source implementation?


No UEC does not provide extra services like a messaging/SQS. It seems SQS does not conform to messaging standards such as AMQP. If you would like to replace Amazon SQS with something faster and cheaper, check out this article http://notes.variogr.am/post/67710296/replacing-amazon-sqs-with-something-faster-and-cheaper


You can always use the old good onlinemq (message queuing platform) for this purpose

0

精彩评论

暂无评论...
验证码 换一张
取 消