开发者

Does anyone use a CLOUD Message queue service? [closed]

Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 9 years ago.

Improve this question

I am l开发者_StackOverflow中文版ooking for a case study of companies that use Cloud message queueing. What are the benefits of such a service over rabbitmq (if any) I know there are several mature services like SQS of amazon, OnlineMQ and Linxter.


The advantage of Cloud Messaging service is the managing the MQ systems is not your head-ache. It is being pushed to the cloud service provider. Amazon SQS integrated very well with other Amazon AWS products like EC2,S3 so it is the choice if you are already on Amazon AWS infrastructure. But SQS performance way is low compared to RabbitMQ in terms of latency.

So if you want a Message Queue service which has customized needs, RabbitMQ (or any other MQ system) can be what you are looking for.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜