java Activemq 与rabbitmq
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/46867758/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Activemq vs rabbitmq
提问by sirajnadwar
I have read a few discussions and forums but still fail to understand which one is better rabbitmq vs activemq. I have heard the delay in rabbitmq is more because all traffic is first diverted to a central node. It would be good if someone can point me to some documentation which can highlight what one should use in what scenario. Thanks all
我已经阅读了一些讨论和论坛,但仍然无法理解rabbitmq 与activemq 哪个更好。我听说rabbitmq 的延迟更多,因为所有流量首先转移到中央节点。如果有人能给我指出一些可以突出显示在什么情况下应该使用什么的文档,那就太好了。谢谢大家
回答by Jinna Balu
RabbitMQ
兔MQ
RabbitMQ is a Message Queue Server in Erlang
stores jobs in memory (message queue)
RabbitMQ 是 Erlang 中的消息队列服务器
将作业存储在内存中(消息队列)
Apache ActiveMQ
Apache ActiveMQ
ActiveMQ is an open source message broker in Java
ActiveMQ 是一个开源的 Java 消息代理